IODA Bundle
smos_ssm2ioda Namespace Reference

Classes

class  SMOS_L2NRT
 

Functions

def main ()
 

Variables

string IODA_CONV_PATH = Path(__file__).parent/"@SCRIPT_LIB_PATH@"
 
list locationKeyList
 
dictionary obsvars
 
dictionary AttrData
 

Function Documentation

◆ main()

def smos_ssm2ioda.main ( void  )

Definition at line 115 of file smos_ssm2ioda.py.

Variable Documentation

◆ AttrData

dictionary smos_ssm2ioda.AttrData
Initial value:
1 = {
2  'converter': os.path.basename(__file__),
3 }

Definition at line 34 of file smos_ssm2ioda.py.

◆ IODA_CONV_PATH

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

Definition at line 15 of file smos_ssm2ioda.py.

◆ locationKeyList

list smos_ssm2ioda.locationKeyList
Initial value:
1 = [
2  ("latitude", "float"),
3  ("longitude", "float"),
4  ("datetime", "string")
5 ]

Definition at line 24 of file smos_ssm2ioda.py.

◆ obsvars

dictionary smos_ssm2ioda.obsvars
Initial value:
1 = {
2  'soil_moisture': 'soilMoistureVolumetric',
3 }

Definition at line 30 of file smos_ssm2ioda.py.