Model states#

Resources to handle any NWP model state variable.

class vortex.nwp.data.modelstates.Analysis3D(*args, **kw)[source]#

3D Analysis resource (i.e. the resource has no term attribute).

The data is assumed to be valid for date (i.e. term = 0).

class vortex.nwp.data.modelstates.Analysis4D(*args, **kw)[source]#

4D Analysis resource (i.e. the resource has a term attribute).

class vortex.nwp.data.modelstates.InitialCondition(*args, **kw)[source]#

Class for initial condition resources : anything from which a model run can be performed.

class vortex.nwp.data.modelstates.Historic(*args, **kw)[source]#

Class for historical state of a model (e.g. from a forecast).

class vortex.nwp.data.modelstates.HistoricSubset(*args, **kw)[source]#

Class for a subset of the historical state of a model (e.g. from a forecast).

class vortex.nwp.data.modelstates.BiasDFI(*args, **kw)[source]#

Class for some kind of DFI bias (please add proper documentation).