HWRF
trunk@4391
|
Links real_nmm wrfbdy_d01 files the current directory for a wrf run. More...
Links real_nmm wrfbdy_d01 files the current directory for a wrf run.
This class links real_nmm wrfbdy_d01 files the current directory for a wrf run. Those files are taken from some source object specified in the src argument to init. The source must have a wrfbdy_at_time(atime,domain) function like hwrf.fcsttask.RealNMM.wrfbdy_at_time()
Definition at line 287 of file fcsttask.py.
Public Member Functions | |
def | get_inputs (self, logger, atime, domain, just_check=False, kwargs) |
Links a wrfbdy file for the specified domain and 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.WRFBdy2WRF.get_inputs | ( | self, | |
logger, | |||
atime, | |||
domain, | |||
just_check = False , |
|||
kwargs | |||
) |
Links a wrfbdy file for the specified domain and time.
If just_check=True, checks for a wrfbdy input product. Otherwise, links the data using Input2Fcst.link_product to the filename "fort.65" in the current working directory. Raises WRFBdyMissing if the data is missing.
atime | the analysis time |
domain | the wrf domain (a number, string name or WRFDomain) |
logger | a logging.Logger for logging messages |
just_check | if True, just check for data, otherwise link it |
kwargs | ignorex |
Definition at line 296 of file fcsttask.py.
Referenced by hwrf.mpipomtc.POMInit.run().