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

Links Geogrid data to the current directory for a wrf or real_nmm run. More...

Detailed Description

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.

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

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


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