HWRF
trunk@4391
|
Runs a later phase of the ocean init to add additional features such as cold wakes. More...
Runs a later phase of the ocean init to add additional features such as cold wakes.
Public Member Functions | |
def | __init__ (self, args, kargs) |
phase constructor More... | |
def | getinp |
Links all input data. More... | |
def | setrun |
Runs the phase initialization. More... | |
def | sendout |
Delivers an output file using produtil.fileop.deliver_file() 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.phase.__init__ | ( | self, | |
args, | |||
kargs | |||
) |
phase constructor
args,kargs | All arguments are passed to Oceanini.__init__() |
def pom.init.phase.getinp | ( | self, | |
DEST, | |||
logger = None |
|||
) |
def pom.init.phase.sendout | ( | self, | |
SRC, | |||
infile, | |||
DEST, | |||
outfile, | |||
logger = None |
|||
) |
Delivers an output file using produtil.fileop.deliver_file()
SRC | Directory with the input file. |
infile | Basename of the input file inside of SRC |
DEST | Destination directory of the file |
outfile | Name of the file in the DEST directory. |
logger | A logging.Logger for log messages. |
def pom.init.phase.setrun | ( | self, | |
DEST, | |||
logger = None |
|||
) |