HWRF  trunk@4391
Classes | Variables
hwrf.wps Namespace Reference

This module contains Tasks to run the WRF Preprocessing System (WPS): Geogrid, Ungrib and Metgrid. More...

Detailed Description

This module contains Tasks to run the WRF Preprocessing System (WPS): Geogrid, Ungrib and Metgrid.

Classes

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...
 

Variables

list __all__ = []
 Ensures nothing is exported by "from hwrf.wps import *".
 
tuple _wps_namelist_order
 An hwrf.numerics.partial_ordering for sorting the WPS namelists. More...
 
dictionary _wps_nl_var_order
 A mapping from namelist name to hwrf.numerics.partial_ordering objects that sort namelist variables within each namelist. More...
 

Variable Documentation

hwrf.wps._wps_namelist_order
Initial value:
2  'share',
3  'geogrid',
4  'ungrib',
5  'metgrid',
6  'mod_levs',
7  ])
Sorts a pre-determined list of objects, placing unknown items at a specified location.
Definition: numerics.py:21

An hwrf.numerics.partial_ordering for sorting the WPS namelists.

Definition at line 33 of file wps.py.

hwrf.wps._wps_nl_var_order

A mapping from namelist name to hwrf.numerics.partial_ordering objects that sort namelist variables within each namelist.

Definition at line 44 of file wps.py.