HWRF  trunk@4391
Public Member Functions | List of all members
hwrf.fcsttask.WRFInput2WRF Class Reference

Links real_nmm wrfinput_d01 files the current directory for a wrf run. More...

Detailed Description

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.

Inheritance diagram for hwrf.fcsttask.WRFInput2WRF:
hwrf.fcsttask.Input2Fcst

Public Member Functions

def get_inputs (self, logger, atime, domain, just_check=False, kwargs)
 Links wrfinput_d01 files. More...
 
- Public Member Functions inherited from hwrf.fcsttask.Input2Fcst
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

- Public Attributes inherited from hwrf.fcsttask.Input2Fcst
 src
 the implementation-defined source, used by subclasses
 

Member Function Documentation

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().


The documentation for this class was generated from the following file: