HWRF
trunk@4391
|
Creates the initial HWRF directory structure for executing a single HWRF cycle. More...
Creates the initial HWRF directory structure for executing a single HWRF cycle.
This script must be run before any other.
This script is executed as follows:
Command line argument meanings:
The [options] can be:
This is the order in which configuration files and options are processed:
See the hwrf_expt.prelaunch() function and the hwrf.prelaunch module for details on the prelaunch functionality.
After configuration information is determined, the sanity checks are run. If the sanity checks succeed, the initial directory structure is created and the com/storm*.conf file is generated. The database is filled with products and tasks generated by the hwrf_expt module, and then the script exits.
Functions | |
def | usage (logger) |
def | main () |
Processes configuration information and passes on to the hwrf.launcher module to create the initial directory structure and conf file. More... | |
Variables | |
tuple | guess_HOMEhwrf |
tuple | guess_USHhwrf = os.path.join(guess_HOMEhwrf,'ush') |
logger = None | |
The logging.Logger for log messages. | |
string | startdata |
Initial configuration data to be inserted to the hwrf.launcher.HWRFLauncher before reading configuration files. More... | |
def scripts.exhwrf_launch.main | ( | ) |
Processes configuration information and passes on to the hwrf.launcher module to create the initial directory structure and conf file.
Definition at line 110 of file exhwrf_launch.py.
tuple scripts.exhwrf_launch.guess_HOMEhwrf |
Definition at line 59 of file exhwrf_launch.py.
string scripts.exhwrf_launch.startdata |
Initial configuration data to be inserted to the hwrf.launcher.HWRFLauncher before reading configuration files.
Definition at line 74 of file exhwrf_launch.py.