HWRF  trunk@4391
Classes | Variables
hwrf.init Namespace Reference

Combines Tasks from multiple modules into a single initialization object. More...

Detailed Description

Combines Tasks from multiple modules into a single initialization object.

This class combines Tasks from several hwrf modules to make two different initialization systems: the InitBeforeGSI and the HWRFInit. Also, the FGATInit is provided, which is an array of InitBeforeGSI, one per FGAT time.

Classes

class  FGATInit
 The FGATInit represents an array of InitBeforeGSI objects, each run for one forecast hour of some parent model (usually GDAS). More...
 
class  HWRFInit
 Runs the deterministic model initialization. More...
 
class  InitBeforeGSI
 Runs the FGAT initialization for one FGAT member. More...
 

Variables

list __all__ = ['HWRFInit','InitBeforeGSI','FGATInit']
 Symbols exported by "from hwrf.init import *".