HWRF  trunk@4391
Public Member Functions | List of all members
pom.init.na Class Reference

Runs the na (NCODA) initialization of POM. More...

Detailed Description

Runs the na (NCODA) initialization of POM.

Definition at line 386 of file init.py.

Inheritance diagram for pom.init.na:
pom.init.Oceanini pom.init.Hwrf

Public Member Functions

def __init__ (self, args, kargs)
 na Constructor More...
 
def getinp
 Obtains all input files, linking or copying them. More...
 
def setrun
 Runs the na initialization. More...
 
- Public Member Functions inherited from pom.init.Oceanini
def __init__ (self, ODIR, DOMAIN, ODATA, SSTASIM, STORMNAME, STORMID, STARTDATE, EXEChwrf, PARMhwrf, FIXhwrf, LCDIR, GFSDIR, CSTREAM, COMIN, sync_frequently=False, kwargs)
 Oceanini constructor. More...
 
def setpath
 Creates the ocean run path, whose subdirectory is SUBDIR. More...
 
- Public Member Functions inherited from pom.init.Hwrf
def __init__
 Hwrf constructor. More...
 

Additional Inherited Members

- Public Attributes inherited from pom.init.Oceanini
 ODIR
 Ocean output directory in CSTREAM.
 
 DOMAIN
 Ocean domain. More...
 
 ODATA
 Type of ocean data. More...
 
 SSTASIM
 SST ASIM flag, True or False.
 
 conf
 A ConfigParser-like object to use for configuration information. More...
 
- Public Attributes inherited from pom.init.Hwrf
 STORMNAME
 Upper-case storm name for filenames (KATRINA)
 
 STORMID
 Three character storm number and basin, upper-case (12L)
 
 STARTDATE
 Simulation analysis time as a string, YYYYMMDDHH (2005082918)
 
 EXEChwrf
 Directory with HWRF executables. More...
 
 PARMhwrf
 Directory with HWRF parameter files. More...
 
 LCDIR
 Directory with loop current files.
 
 GFSDIR
 Directory with input files from GFS. More...
 
 FIXhwrf
 Directory with HWRF fixed files. More...
 
 CSTREAM
 Directory to place files for the POM forecast to read. More...
 
 COMIN
 HWRF final output directory. More...
 
 sync_frequently
 

Constructor & Destructor Documentation

def pom.init.na.__init__ (   self,
  args,
  kargs 
)

na Constructor

Parameters
args,kargsAll arguments passed to Oceanini.__init__()

Definition at line 388 of file init.py.

Member Function Documentation

def pom.init.na.getinp (   self,
  DEST,
  logger = None 
)

Obtains all input files, linking or copying them.

Parameters
DESTDirectory in which to link files.
loggera logging.Logger for log messages

Definition at line 392 of file init.py.

def pom.init.na.setrun (   self,
  DEST,
  logger = None 
)

Runs the na initialization.

Parameters
DESTdirectory in which to run.
loggera logging.Logger for log messages.

Definition at line 423 of file init.py.


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