HWRF
trunk@4391
|
Parent class of POM initialization classes. More...
Public Member Functions | |
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... | |
Public Attributes | |
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.Oceanini.__init__ | ( | self, | |
ODIR, | |||
DOMAIN, | |||
ODATA, | |||
SSTASIM, | |||
STORMNAME, | |||
STORMID, | |||
STARTDATE, | |||
EXEChwrf, | |||
PARMhwrf, | |||
FIXhwrf, | |||
LCDIR, | |||
GFSDIR, | |||
CSTREAM, | |||
COMIN, | |||
sync_frequently = False , |
|||
kwargs | |||
) |
Oceanini constructor.
ODIR | Ocean output directory in CSTREAM |
SSTASIM | SST ASIM flag, True or False |
DOMAIN | Ocean domain. |
ODATA | Type of ocean data. |
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. |
PARMhwrf | Directory with HWRF parameter files. |
FIXhwrf | Directory with HWRF fixed files. |
LCDIR | Directory with loop current files |
GFSDIR | Directory with input files from GFS. |
CSTREAM | Directory to place files for the POM forecast to read. |
COMIN | HWRF final output directory. |
sync_frequently | if True, run "sync" frequently |
kwargs | Can optionally contain conf, which should point to a ConfigParser-like object to use for configuration information. An hwrf.config.HWRFConfig is acceptable for this. |
def pom.init.Oceanini.setpath | ( | self, | |
SUBDIR = "" |
|||
) |
pom.init.Oceanini.conf |
A ConfigParser-like object to use for configuration information.
This may be a hwrf.config.HWRFConfig object.
Definition at line 129 of file init.py.
Referenced by scripts.exhwrf_output.Deliverer.deliver_file().
pom.init.Oceanini.DOMAIN |
Ocean domain.
Definition at line 126 of file init.py.
Referenced by pom.init.g3.getinp(), pom.init.na.getinp(), and pom.init.fbtr.setrun().
pom.init.Oceanini.ODATA |
Type of ocean data.
Definition at line 127 of file init.py.
Referenced by pom.init.fbtr.getinp(), pom.init.g3.getinp(), pom.init.na.getinp(), pom.init.fbtr.setrun(), pom.init.g3.setrun(), and pom.init.na.setrun().