Grid data#

Resources associated with the handling of gridded data (other than full model states).

class vortex.nwp.data.gridfiles.GridPoint(*args, **kw)[source]#

Gridpoint files calculated in a post-processing task or module for a single-term.

class vortex.nwp.data.gridfiles.TimePeriodGridPoint(*args, **kw)[source]#

Gridpoint files calculated in a post-processing task or module for a given time period.

class vortex.nwp.data.gridfiles.GridPointMap(*args, **kw)[source]#

Map of the gridpoint files as produced by fullpos.

class vortex.nwp.data.gridfiles.GridPointFullPos(*args, **kw)[source]#

Gridpoint file produced by FullPos in fa format.

class vortex.nwp.data.gridfiles.GridPointExport(*args, **kw)[source]#

Generic single term gridpoint file using a standard format.

class vortex.nwp.data.gridfiles.FilteredGridPointExport(*args, **kw)[source]#

Generic single term gridpoint file using a standard format.

class vortex.nwp.data.gridfiles.TimePeriodGridPointExport(*args, **kw)[source]#

Generic multi term gridpoint file using a standard format.

class vortex.nwp.data.gridfiles.FilteredTimePeriodGridPointExport(*args, **kw)[source]#

Generic multi term gridpoint file using a standard format.