HWRF  trunk@4391
Functions
scripts.exhwrf_merge Namespace Reference

Merges the exhwrf_relocate and exhwrf_gsi outputs to create the final input to the exhwrf_forecast. More...

Detailed Description

Merges the exhwrf_relocate and exhwrf_gsi outputs to create the final input to the exhwrf_forecast.

Note
This job should NOT be run if GSI is disabled. When using relocated GFS or GEFS analysis as input to the forecast, the exhwrf_merge is superfluous and will harm the forecast.

Functions

def fail (msg)
 Log a message to the produtil.log.jlogger and exit with status 2. More...
 
def main ()
 Run the hwrf.relocation.Merge. More...
 

Function Documentation

def scripts.exhwrf_merge.fail (   msg)

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

Parameters
msgthe error message

Definition at line 15 of file exhwrf_merge.py.

Referenced by scripts.exhwrf_merge.main().

def scripts.exhwrf_merge.main ( )

Run the hwrf.relocation.Merge.

Definition at line 21 of file exhwrf_merge.py.