IODA Bundle
gmao_obs2ioda Namespace Reference

Classes

class  GMAOobs
 
class  refGMAOobs
 
class  IODA
 

Functions

def flipDict (dictIn)
 
def separateObs (obsList)
 
def sortDict (obsDictIn)
 
def discardOb (varName, obsValue)
 
def main ()
 

Variables

string IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"
 
dictionary obsIdDict
 
dictionary varDict
 

Function Documentation

◆ discardOb()

def gmao_obs2ioda.discardOb (   varName,
  obsValue 
)

Definition at line 239 of file gmao_obs2ioda.py.

◆ flipDict()

def gmao_obs2ioda.flipDict (   dictIn)

Definition at line 51 of file gmao_obs2ioda.py.

Here is the caller graph for this function:

◆ main()

def gmao_obs2ioda.main ( void  )

Definition at line 263 of file gmao_obs2ioda.py.

Here is the call graph for this function:

◆ separateObs()

def gmao_obs2ioda.separateObs (   obsList)

Definition at line 189 of file gmao_obs2ioda.py.

Here is the caller graph for this function:

◆ sortDict()

def gmao_obs2ioda.sortDict (   obsDictIn)

Definition at line 219 of file gmao_obs2ioda.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ IODA_CONV_PATH

string gmao_obs2ioda.IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"

Definition at line 20 of file gmao_obs2ioda.py.

◆ obsIdDict

dictionary gmao_obs2ioda.obsIdDict
Initial value:
1 = {
2  5521: 'sea_water_salinity', # Salinity
3  3073: 'sea_water_temperature', # Temperature
4  5525: 'sea_surface_temperature', # SST
5  5526: 'obs_absolute_dynamic_topography', # SSH (Not used ...)
6  5351: 'obs_absolute_dynamic_topography', # SSH
7  6000: 'sea_ice_area_fraction', # AICE
8  6001: 'sea_ice_thickness' # HICE
9 }

Definition at line 30 of file gmao_obs2ioda.py.

◆ varDict

dictionary gmao_obs2ioda.varDict
Initial value:
1 = {
2  'sea_water_salinity': 'sal',
3  'sea_water_temperature': 'temp',
4  'sea_surface_temperature': 'sst',
5  'obs_absolute_dynamic_topography': 'adt',
6  'sea_ice_area_fraction': 'frac',
7  'sea_ice_thickness': 'thick'
8 }

Definition at line 41 of file gmao_obs2ioda.py.