-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The goal is to develop a model to predict "uncertainty-quantified adjustments":
- according to the proposal, paired datasets of “observations-like” and “climate-model-like” versions of ERA5 SST will be used.
- Machine learning (ML) methods will be used to “learn” the spatio/temporal adjustments and the uncertainties. See relevant studies at SST: relevant recent literature #1.
Learning framework:
I suggest the following framework:
input = partial observed SST+ possibly other relevant variables/informationtarget = adjusted Observed SST(x,y,t); x/y space and t time- model = based on the recent studies, we might be able to extend a masked autoencoder (MAE) to work with a 3D cube (x, y, t) , see MAE: recent literature #3
- loss function: should be a probabilistic loss function to predict the uncertainty of the prediction. Here, we need the partial observed uncertainty information.
Workflow:
- data preparation; “observations-like” and “climate-model-like” (or adjusted observation) versions of ERA5 SST
- model construction: picking a MAE base code (based on Pytorch) and extend it to a cube
- training: train-test split, loss function, optimizers, GPU/CPU
- inference and validation: defining a validation strategy and defining the spatio/temporal scope
- visualization and documentation: used for demo and dissemination
Metadata
Metadata
Assignees
Labels
No labels