MPAS-JEDI
JediDB Namespace Reference

Classes

class  FileHandles
 
class  FileHandle
 
class  NCFileHandle
 
class  HDF2DtoArray1D
 
class  HDFFileHandle
 
class  JediDB
 

Functions

def getIODAFileRank (pathPlusFile)
 
def IODAFileIsRanked (pathPlusFile)
 
def getIODAFileHandle (File, mode='r')
 

Variables

 _logger = logging.getLogger(__name__)
 
 MAXINT32 = np.int32(1e9)
 
 MAXFLOAT = np.float32(1.e12)
 
 MAXDOUBLE = np.float64(1.e12)
 

Function Documentation

◆ getIODAFileHandle()

def JediDB.getIODAFileHandle (   File,
  mode = 'r' 
)

Definition at line 49 of file JediDB.py.

Here is the caller graph for this function:

◆ getIODAFileRank()

def JediDB.getIODAFileRank (   pathPlusFile)

Definition at line 24 of file JediDB.py.

Here is the caller graph for this function:

◆ IODAFileIsRanked()

def JediDB.IODAFileIsRanked (   pathPlusFile)

Definition at line 45 of file JediDB.py.

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

Variable Documentation

◆ _logger

JediDB._logger = logging.getLogger(__name__)
private

Definition at line 18 of file JediDB.py.

◆ MAXDOUBLE

JediDB.MAXDOUBLE = np.float64(1.e12)

Definition at line 22 of file JediDB.py.

◆ MAXFLOAT

JediDB.MAXFLOAT = np.float32(1.e12)

Definition at line 21 of file JediDB.py.

◆ MAXINT32

JediDB.MAXINT32 = np.int32(1e9)

Definition at line 20 of file JediDB.py.