Skip to content

SST: outline the implementation #2

@SarahAlidoost

Description

@SarahAlidoost

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/information
  • target = 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions