Climatology files#
Various resources to handle climatology files used in NWP models.
- class vortex.nwp.data.climfiles.GlobalClim(*args, **kw)[source]#
Class for a model climatology of a global model.
A SpectralGeometry object is needed. A Genvkey can be given.
- class vortex.nwp.data.climfiles.MonthlyGlobalClim(*args, **kw)[source]#
Class for a monthly model climatology of a global model.
A SpectralGeometry object is needed. A Genvkey can be given.
- class vortex.nwp.data.climfiles.ClimLAM(*args, **kw)[source]#
Class for a model climatology of a Local Area Model.
A SpectralGeometry object is needed. A Genvkey can be given with a default name retrieved thanks to a GenvDomain object.
- class vortex.nwp.data.climfiles.MonthlyClimLAM(*args, **kw)[source]#
Class for a monthly model climatology of a Local Area Model.
A SpectralGeometry object is needed. A Genvkey can be given with a default name retrieved thanks to a GenvDomain object.
- class vortex.nwp.data.climfiles.ClimBDAP(*args, **kw)[source]#
Class for a climatology of a BDAP domain.
A LonlatGeometry object is needed. A Genvkey can be given with a default name retrieved thanks to a GenvDomain object.
- class vortex.nwp.data.climfiles.MonthlyClimBDAP(*args, **kw)[source]#
Class for a monthly climatology of a BDAP domain.
A LonlatGeometry object is needed. A Genvkey can be given with a default name retrieved thanks to a GenvDomain object.
- class vortex.nwp.data.climfiles.GTOPO30DerivedDB(*args, **kw)[source]#
Class of a tar-zip file containing parameters derived from GTOPO30 database, generated with old stuff.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.UrbanisationDB(*args, **kw)[source]#
Class of a binary file containing urbanisation database.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.WaterPercentageDB(*args, **kw)[source]#
Class of a binary file containing water percentage database.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.SoilANdVegDB(*args, **kw)[source]#
Class of a tar-zip file containing parameters derived from various databases.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.MonthlyLAIDB(*args, **kw)[source]#
Class of a binary file containing monthly LAI derived from various databases.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.MonthlyVegDB(*args, **kw)[source]#
Class of a binary file containing monthly vegetation derived from various databases.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.SoilClimatologyDB(*args, **kw)[source]#
Class of a binary file containing climatologic soil parameters (temperature, moisture, snow, ice) derived from various databases.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.SurfGeopotentialDB(*args, **kw)[source]#
Class of a binary file containing Surface Geopotential derived from various databases.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.MonthlySoilClimatologyDB(*args, **kw)[source]#
Class of a binary file containing monthly climatologic soil parameters (temperature, moisture, snow, ice) derived from various databases.
A Genvkey can be given.
- class vortex.nwp.data.climfiles.MonthlyChemicalDB(*args, **kw)[source]#
Class of a binary file containing climatologic chemicals (ozone, aerosols) parameters derived from various databases.
A Genvkey can be given.