MPAS-JEDI
JediDB.JediDB Class Reference

Public Member Functions

def __init__ (self, data_path=default_path, osKeySelect=[])
 
def initHandles (self, osKey)
 
def destroyHandles (self, osKey)
 
def fileFormat (self, osKey, fileType)
 
def varList (self, osKey, fileType, selectGrp)
 
def readVars (self, osKey, dbVars)
 
def __init__ (self, data_path=default_path, osKeySelect=[])
 
def initHandles (self, osKey)
 
def destroyHandles (self, osKey)
 
def fileFormat (self, osKey, fileType)
 
def varList (self, osKey, fileType, selectGrp)
 
def readVars (self, osKey, dbVars)
 

Public Attributes

 filePrefixes
 
 Files
 
 nObsFiles
 
 loggers
 
 ObsSpaceName
 
 ObsSpaceGroup
 
 Handles
 

Static Public Attributes

 fHandles = self.Handles[osKey].get(fileType, None)
 
 varlist = fHandles.varsINGroup(selectGrp)
 
 indices = list(range(len(varlist)))
 
 dictName0
 
 suf
 
list intlist = []
 
bool sortbyInt = True
 
 dictName
 
 key
 
 ObsSpace = self.Handles[osKey][obsFKey]
 
 ObsDiagnostics = self.Handles[osKey].get(diagFKey, None)
 
 GeoVaLs = self.Handles[osKey].get(geoFKey, None)
 
int diagLev = 0
 
int geoLev = 0
 
dictionary varsVals = {}
 
 varName
 
 grpName
 

Detailed Description

This class provides access to UFO feedback files.

Definition at line 285 of file JediDB.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def JediDB.JediDB.__init__ (   self,
  data_path = default_path,
  osKeySelect = [] 
)

Definition at line 287 of file JediDB.py.

Here is the caller graph for this function:

◆ __init__() [2/2]

def JediDB.JediDB.__init__ (   self,
  data_path = default_path,
  osKeySelect = [] 
)

Definition at line 287 of file JediDB.py.

Here is the call graph for this function:

Member Function Documentation

◆ destroyHandles() [1/2]

def JediDB.JediDB.destroyHandles (   self,
  osKey 
)

Definition at line 454 of file JediDB.py.

Here is the caller graph for this function:

◆ destroyHandles() [2/2]

def JediDB.JediDB.destroyHandles (   self,
  osKey 
)

Definition at line 454 of file JediDB.py.

Here is the call graph for this function:

◆ fileFormat() [1/2]

def JediDB.JediDB.fileFormat (   self,
  osKey,
  fileType 
)

Definition at line 463 of file JediDB.py.

Here is the caller graph for this function:

◆ fileFormat() [2/2]

def JediDB.JediDB.fileFormat (   self,
  osKey,
  fileType 
)

Definition at line 463 of file JediDB.py.

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

◆ initHandles() [1/2]

def JediDB.JediDB.initHandles (   self,
  osKey 
)

Definition at line 441 of file JediDB.py.

Here is the caller graph for this function:

◆ initHandles() [2/2]

def JediDB.JediDB.initHandles (   self,
  osKey 
)

Definition at line 441 of file JediDB.py.

Here is the call graph for this function:

◆ readVars() [1/2]

def JediDB.JediDB.readVars (   self,
  osKey,
  dbVars 
)

Definition at line 516 of file JediDB.py.

Here is the caller graph for this function:

◆ readVars() [2/2]

def JediDB.JediDB.readVars (   self,
  osKey,
  dbVars 
)

Definition at line 516 of file JediDB.py.

Here is the call graph for this function:

◆ varList() [1/2]

def JediDB.JediDB.varList (   self,
  osKey,
  fileType,
  selectGrp 
)

Definition at line 476 of file JediDB.py.

Here is the caller graph for this function:

◆ varList() [2/2]

def JediDB.JediDB.varList (   self,
  osKey,
  fileType,
  selectGrp 
)

Definition at line 476 of file JediDB.py.

Here is the call graph for this function:

Member Data Documentation

◆ diagLev

int JediDB.JediDB.diagLev = 0
static

Definition at line 528 of file JediDB.py.

◆ dictName

JediDB.JediDB.dictName
static

Definition at line 498 of file JediDB.py.

◆ dictName0

JediDB.JediDB.dictName0
static

Definition at line 494 of file JediDB.py.

◆ fHandles

JediDB.JediDB.fHandles = self.Handles[osKey].get(fileType, None)
static

Definition at line 469 of file JediDB.py.

◆ filePrefixes

JediDB.JediDB.filePrefixes

Definition at line 294 of file JediDB.py.

◆ Files

JediDB.JediDB.Files

Definition at line 354 of file JediDB.py.

◆ geoLev

int JediDB.JediDB.geoLev = 0
static

Definition at line 529 of file JediDB.py.

◆ GeoVaLs

JediDB.JediDB.GeoVaLs = self.Handles[osKey].get(geoFKey, None)
static

Definition at line 524 of file JediDB.py.

◆ grpName

JediDB.JediDB.grpName
static

Definition at line 535 of file JediDB.py.

◆ Handles

JediDB.JediDB.Handles

Definition at line 436 of file JediDB.py.

◆ indices

JediDB.JediDB.indices = list(range(len(varlist)))
static

Definition at line 493 of file JediDB.py.

◆ intlist

list JediDB.JediDB.intlist = []
static

Definition at line 495 of file JediDB.py.

◆ key

JediDB.JediDB.key
static

Definition at line 508 of file JediDB.py.

◆ loggers

JediDB.JediDB.loggers

Definition at line 371 of file JediDB.py.

◆ nObsFiles

JediDB.JediDB.nObsFiles

Definition at line 370 of file JediDB.py.

◆ ObsDiagnostics

JediDB.JediDB.ObsDiagnostics = self.Handles[osKey].get(diagFKey, None)
static

Definition at line 523 of file JediDB.py.

◆ ObsSpace

JediDB.JediDB.ObsSpace = self.Handles[osKey][obsFKey]
static

Definition at line 522 of file JediDB.py.

◆ ObsSpaceGroup

JediDB.JediDB.ObsSpaceGroup

Definition at line 396 of file JediDB.py.

◆ ObsSpaceName

JediDB.JediDB.ObsSpaceName
                   There are no 
                   feedback files with prefix 
                   osKey = 
                       There are not enough 
                       feedback files with prefix 
                       #
                       #
                       osKey = 

Definition at line 395 of file JediDB.py.

◆ sortbyInt

bool JediDB.JediDB.sortbyInt = True
static

Definition at line 496 of file JediDB.py.

◆ suf

JediDB.JediDB.suf
static

Definition at line 494 of file JediDB.py.

◆ varlist

JediDB.JediDB.varlist = fHandles.varsINGroup(selectGrp)
static

Definition at line 489 of file JediDB.py.

◆ varName

JediDB.JediDB.varName
static

Definition at line 535 of file JediDB.py.

◆ varsVals

dictionary JediDB.JediDB.varsVals = {}
static

Definition at line 532 of file JediDB.py.


The documentation for this class was generated from the following file: