HWRF  trunk@4391
Functions
scripts.exhwrf_bufrprep Namespace Reference

Runs the hwrf.bufrprep.Bufrprep task to convert data tanks to bufr files for input to the hwrf.gsi tasks. More...

Detailed Description

Runs the hwrf.bufrprep.Bufrprep task to convert data tanks to bufr files for input to the hwrf.gsi tasks.

Functions

def fail (msg)
 Logs an error message to the produtil.log.jlogger and exits with status 2. More...
 
def main ()
 Runs the bufrprep task in hwrf_expt, a hwrf.bufrprep.Bufrprep. More...
 

Function Documentation

def scripts.exhwrf_bufrprep.fail (   msg)

Logs an error message to the produtil.log.jlogger and exits with status 2.

Parameters
msgthe string error message to log.

Definition at line 12 of file exhwrf_bufrprep.py.

def scripts.exhwrf_bufrprep.main ( )

Runs the bufrprep task in hwrf_expt, a hwrf.bufrprep.Bufrprep.

Creates the GSI status file, setting run_gsi_d0* variables to YES if the GSI is enabled for each domain.

Definition at line 18 of file exhwrf_bufrprep.py.