HWRF
trunk@4391
|
Runs the na (NCODA) initialization of POM. More...
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... | |
![]() | |
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... | |
![]() | |
def | __init__ |
Hwrf constructor. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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 | |
def pom.init.na.__init__ | ( | self, | |
args, | |||
kargs | |||
) |
na Constructor
args,kargs | All arguments passed to Oceanini.__init__() |
def pom.init.na.getinp | ( | self, | |
DEST, | |||
logger = None |
|||
) |
def pom.init.na.setrun | ( | self, | |
DEST, | |||
logger = None |
|||
) |