HWRF
trunk@4391
|
Runs the POM initialization and POM-WRF coupled forecast. More...
Runs the POM initialization and POM-WRF coupled forecast.
This module handles the POM-coupled WRF simulation. It contains two critical pieces:
Classes | |
class | POMInit |
A wrapper around the pom package that runs the POM initialization. More... | |
class | POMIniter |
This is an internal implementation class that should never be used directly. More... | |
class | WRFCoupledPOM |
Runs a WRF-POM coupled simulation. More... | |
Variables | |
list | __all__ = ['POMInit', 'WRFCoupledPOM'] |
The list of symbols exported by "from hwrf.mpipomtc import *". | |
dictionary | prodnames |
Mapping from product names to a tuple. More... | |
hwrf.mpipomtc.prodnames |
Mapping from product names to a tuple.
Each tuple contains the work directory file location and the final output location, in that order. Both directory locations are sent through hwrf.config.HWRFConfig
Definition at line 35 of file mpipomtc.py.