MPAS-JEDI
JediDBArgs Namespace Reference

Functions

def add_arguments (parser)
 
def parse_args (args)
 

Variables

string default_path = '../Data'
 
string obsFKey = 'ObsSpace'
 
string geoFKey = 'geoval'
 
string diagFKey = 'ObsDiag'
 
dictionary fPrefixes
 

Function Documentation

◆ add_arguments()

def JediDBArgs.add_arguments (   parser)

Definition at line 16 of file JediDBArgs.py.

◆ parse_args()

def JediDBArgs.parse_args (   args)

Definition at line 25 of file JediDBArgs.py.

Variable Documentation

◆ default_path

string JediDBArgs.default_path = '../Data'

Definition at line 4 of file JediDBArgs.py.

◆ diagFKey

string JediDBArgs.diagFKey = 'ObsDiag'

Definition at line 9 of file JediDBArgs.py.

◆ fPrefixes

dictionary JediDBArgs.fPrefixes
Initial value:
1 = {
2  obsFKey: 'obsout',
3  geoFKey: 'geoval',
4  diagFKey: 'ydiags',
5 }

Definition at line 10 of file JediDBArgs.py.

◆ geoFKey

string JediDBArgs.geoFKey = 'geoval'

Definition at line 8 of file JediDBArgs.py.

◆ obsFKey

string JediDBArgs.obsFKey = 'ObsSpace'

Definition at line 7 of file JediDBArgs.py.