HWRF
trunk@4391
|
Links real_nmm wrfinput_d01 files the current directory for a wrf run. More...
Links real_nmm wrfinput_d01 files the current directory for a wrf run.
This class links real_nmm wrfinput_d01 files the current directory for a wrf run. It gets those files from a source object specified in the src argument to init. The src must have a wrfinput_at_time(ftime) function that can provide a Product for metgrid data at a specific forecast time (such as hwrf.fcsttask.RealNMM.wrfinput_at_time()).
Definition at line 183 of file fcsttask.py.
Public Member Functions | |
def | get_inputs (self, logger, atime, domain, just_check=False, kwargs) |
Links wrfinput_d01 files. 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.WRFInput2WRF.get_inputs | ( | self, | |
logger, | |||
atime, | |||
domain, | |||
just_check = False , |
|||
kwargs | |||
) |
Links wrfinput_d01 files.
If just_check=True, checks for wrfinput_d01 data. Otherwise, links the data using Input2Fcst.link_product. Raises WRFInputMissing if the data is missing.
Definition at line 193 of file fcsttask.py.
Referenced by hwrf.mpipomtc.POMInit.run().