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

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

Detailed Description

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.

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

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

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
kwargsignorex

Definition at line 296 of file fcsttask.py.

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


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