HWRF  trunk@4391
Functions | Variables
scripts.exhwrf_gsi Namespace Reference

Runs the GSI data assimilation system scripts in hwrf.gsi on one of the HWRF resolutions. More...

Detailed Description

Runs the GSI data assimilation system scripts in hwrf.gsi on one of the HWRF resolutions.

The resolution is selected by the $GSI_DOMAIN environment variable:

Functions

def fail (msg)
 Logs a message to the produtil.log.jlogger and exits with status 2. More...
 
def main ()
 Runs the selected GSI task. More...
 

Variables

list __all__ = []
 List of symbols exported by "from exhwrf_gsi import *".
 

Function Documentation

def scripts.exhwrf_gsi.fail (   msg)

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

Parameters
msgthe error message

Definition at line 19 of file exhwrf_gsi.py.

Referenced by scripts.exhwrf_gsi.main().

def scripts.exhwrf_gsi.main ( )

Runs the selected GSI task.

Definition at line 25 of file exhwrf_gsi.py.