Post-processing#

Various Post-Processing AlgoComponents.

class vortex.nwp.algo.stdpost.Fa2Grib(*kargs, **kwargs)[source]#

Standard FA conversion, e.g. with PROGRID as a binary resource.

class vortex.nwp.algo.stdpost.StandaloneGRIBFilter(*kargs, **kwargs)[source]#

Not documented yet.

class vortex.nwp.algo.stdpost.AddField(*args, **kw)[source]#

Miscellaneous manipulation on input FA resources.

class vortex.nwp.algo.stdpost.DegradedDiagPEError(ginfo, missings)[source]#

Exception raised when some of the members are missing in the calculations.

class vortex.nwp.algo.stdpost.DiagPE(*args, **kwargs)[source]#

Execution of diagnostics on grib input (ensemble forecasts specific).

class vortex.nwp.algo.stdpost.DiagPI(*args, **kwargs)[source]#

Execution of diagnostics on grib input (deterministic forecasts specific).

class vortex.nwp.algo.stdpost.DiagPIMPI(*args, **kwargs)[source]#

Execution of diagnostics on grib input (deterministic forecasts specific).

class vortex.nwp.algo.stdpost.Fa2GaussGrib(*args, **kwargs)[source]#

Standard FA conversion, e.g. with GOBPTOUT as a binary resource.

class vortex.nwp.algo.stdpost.Reverser(*args, **kwargs)[source]#

Compute the initial state for Ctpini.

class vortex.nwp.algo.stdpost.DegradedEnsembleDiagError[source]#

Exception raised when some of the members are missing.

class vortex.nwp.algo.stdpost.FailedEnsembleDiagError[source]#

Exception raised when too many members are missing.

class vortex.nwp.algo.stdpost.PyEnsembleDiag(*kargs, **kwargs)[source]#

Execution of diagnostics on grib input (ensemble forecasts specific).