This module contains Tasks to run the WRF Preprocessing System (WPS): Geogrid, Ungrib and Metgrid.
More...
This module contains Tasks to run the WRF Preprocessing System (WPS): Geogrid, Ungrib and Metgrid.
|
class | Geogrid |
| This is a HWRF task that pre processes the geogrid to define the model domains and interpolates static geographical data to the grids. More...
|
|
class | Metgrid |
| This is a HWRF task that horizontally interpolates the meteorological fields extracted by ungrib to the model grids defined by geogrid. More...
|
|
class | Ungrib |
| This is a HWRF task that extracts the meteorological fields from GRIB formatted files and write the fields to intermediate files. More...
|
|
class | WPSTask |
| This subclass of HWRFTask represents a WPS Task. More...
|
|
hwrf.wps._wps_namelist_order |
Initial value:
Sorts a pre-determined list of objects, placing unknown items at a specified location.
An hwrf.numerics.partial_ordering for sorting the WPS namelists.
Definition at line 33 of file wps.py.
hwrf.wps._wps_nl_var_order |