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

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

Detailed Description

Links real_nmm fort.65 files the current directory for a wrf run.

This class links real_nmm fort.65 files the current directory for a wrf run. The files are taken from some source object, specified in the src argument to init. The src must have a fort65_at_time(atime,domain) function that provides a Product for the fort.65 file. See hwrf.fcsttask.RealNMM.fort65_at_time() for an example.

Definition at line 209 of file fcsttask.py.

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

Public Member Functions

def get_inputs (self, logger, atime, domain, just_check=False, kwargs)
 Links coupler input data for the specified domain and time. 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.Fort652WRF.get_inputs (   self,
  logger,
  atime,
  domain,
  just_check = False,
  kwargs 
)

Links coupler input data for the specified domain and time.

If just_check=True, checks for a coupler "fort.65" input product. Otherwise, links the data using Input2Fcst.link_product to the filename "fort.65" in the current working directory. Raises WRFInputMissing if the data is missing.

Parameters
atimethe analysis time
domainthe wrf domain (a number, string name or WRFDomain)
loggera logging.Logger for logging messages
just_checkif True, just check for data, otherwise link it
kwargsignored

Definition at line 218 of file fcsttask.py.

Referenced by hwrf.mpipomtc.POMInit.run().


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