HWRF
trunk@4391
|
Links Metgrid data to the current directory for a wrf or real_nmm run. More...
Links Metgrid data to the current directory for a wrf or real_nmm run.
This class links metgrid.exe output data to the current directory for a wrf or real_nmm execution. The output data is taken from some source object, sent to the src argument of init. That object must have a met_at_time(ftime) function that can provide a Product for metgrid data at a specific forecast time (such as hwrf.wps.Metgrid.met_at_time())
Definition at line 158 of file fcsttask.py.
Public Member Functions | |
def | get_inputs (self, logger, ftime, just_check=False, kwargs) |
Links metgrid data if any is available for the specified time. 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.Met2WRF.get_inputs | ( | self, | |
logger, | |||
ftime, | |||
just_check = False , |
|||
kwargs | |||
) |
Links metgrid data if any is available for the specified time.
If just_check=True, checks for metgrid input data. Otherwise, links the data using Input2Fcst.link_product. Raises WRFMetgridMissing if the data is missing.
Definition at line 168 of file fcsttask.py.
Referenced by hwrf.mpipomtc.POMInit.run().