HWRF  trunk@4391
Functions
scripts.exhwrf_relocate Namespace Reference

Relocates, resizes and otherwise modifies the vortex from the parent model and prior HWRF cycle's forecast. More...

Detailed Description

Relocates, resizes and otherwise modifies the vortex from the parent model and prior HWRF cycle's forecast.

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 ()
 Runs the hwrf.init.HWRFInit.run_relocate() for the selected initialization: More...
 

Function Documentation

def scripts.exhwrf_relocate.fail (   msg)

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

Parameters
msgthe error message

Definition at line 24 of file exhwrf_relocate.py.

Referenced by scripts.exhwrf_relocate.main().

def scripts.exhwrf_relocate.main ( )

Runs the hwrf.init.HWRFInit.run_relocate() for the selected initialization:

  • INIT_MODEL=GFS — hwrf_expt.gfs_init.run_relocate()
  • INIT_MODEL=GDAS — the run_relocate() is called for the appropriate member of hwrf_expt.fgat_init

Definition at line 30 of file exhwrf_relocate.py.