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

Post-processes GSI input and output for data assimilation diagnostics. More...

Detailed Description

Post-processes GSI input and output for data assimilation diagnostics.

Classes

class  GSIPost
 Post-processes GSI inputs and outputs. More...
 

Variables

list __all__ = ["GSIPost",'F_ORG','F_GES','F_ANL','F_ALL']
 The list of symbols to export via "from hwrf.gsipost import *".
 
int F_ORG = 1
 Flag to indiciate the original, downscaled parent model data is desired.
 
int F_GES = 2
 Flag to indicate the vortex-relocated data (first guess) is desired.
 
int F_ANL = 4
 Flag to indiciate the final WRF input (after GSI and merge) is desired.
 
 F_ALL = F_ORG|F_GES|F_ANL
 Flag to indicate all initialization steps are desired.