HWRF  trunk@4391
Functions
scripts.exhwrf_init Namespace Reference

Runs the spectral, initial and boundary processing and generates WRF input files for use by other scripts. More...

Detailed Description

Runs the spectral, initial and boundary processing and generates WRF input files for use by other scripts.

Which work is done is selected by several environment variables:

Note
Models other than GDAS and GFS can be used as initial, boundary and previous cycle forecast conditions by modifying the hwrf config files. However, the $INIT_MODEL variable must still be set to GFS or GDAS. For example, the GEFS-based HWRF ensemble runs a 20 member forecast ensemble using the GEFS 20 member forecast, but it still sets $INIT_MODEL=GFS when running its exhwrf_init scripts with GEFS data.

Functions

def fail (msg)
 Log a message to produtil.log.jlogger and exit with status 0. More...
 
def main ()
 Run the selected parts of the initialization. More...
 

Function Documentation

def scripts.exhwrf_init.fail (   msg)

Log a message to produtil.log.jlogger and exit with status 0.

Parameters
msgthe error message

Definition at line 30 of file exhwrf_init.py.

Referenced by scripts.exhwrf_init.main().

def scripts.exhwrf_init.main ( )

Run the selected parts of the initialization.

Definition at line 36 of file exhwrf_init.py.