HWRF
trunk@4391
|
Links Geogrid data to the current directory for a wrf or real_nmm run. More...
Links Geogrid data to the current directory for a wrf or real_nmm run.
This class links geogrid data to the current directory for a wrf or real_nmm run, taken from some source (src) object sent to init. That src must have a geodat(domain) function that can provide a Product with geogrid output data (such as hwrf.wps.Geogrid.geodat())
Definition at line 134 of file fcsttask.py.
Public Member Functions | |
def | get_inputs (self, logger, domain, just_check=False, kwargs) |
Links geogrid data if any is available for the specified domain. More... | |
![]() | |
def | __init__ (self, src) |
creates a new Input2Fcst with the specified src. More... | |
def | get_inputs (self, just_check=False, kwargs) |
copies or links input files. More... | |
def | link_product |
helper function that links data More... | |
Additional Inherited Members | |
![]() | |
src | |
the implementation-defined source, used by subclasses | |
def hwrf.fcsttask.Geog2WRF.get_inputs | ( | self, | |
logger, | |||
domain, | |||
just_check = False , |
|||
kwargs | |||
) |
Links geogrid data if any is available for the specified domain.
If just_check=True, checks for geogrid input data. Otherwise, links the data using Input2Fcst.link_product. Raises WRFGeogridMissing if the data is missing.
Definition at line 143 of file fcsttask.py.
Referenced by hwrf.mpipomtc.POMInit.run().