MPAS-JEDI
JediDB.NCFileHandle Class Reference
Inheritance diagram for JediDB.NCFileHandle:
Collaboration diagram for JediDB.NCFileHandle:

Public Member Functions

def __init__ (self, File, mode)
 
def datatype (self, var)
 
def variableAS1DArray (self, var)
 
def close (self)
 
def __init__ (self, File, mode)
 
def datatype (self, var)
 
def variableAS1DArray (self, var)
 
def close (self)
 
- Public Member Functions inherited from JediDB.FileHandle
def varsINGroup (self, group)
 
def varsINGroup (self, group)
 

Public Attributes

 fileFormat
 
 h
 
 nlocs
 
 variables
 
- Public Attributes inherited from JediDB.FileHandle
 variables
 
 File
 
 mode
 

Detailed Description

Definition at line 194 of file JediDB.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def JediDB.NCFileHandle.__init__ (   self,
  File,
  mode 
)

Reimplemented from JediDB.FileHandle.

Definition at line 195 of file JediDB.py.

Here is the caller graph for this function:

◆ __init__() [2/2]

def JediDB.NCFileHandle.__init__ (   self,
  File,
  mode 
)

Reimplemented from JediDB.FileHandle.

Definition at line 195 of file JediDB.py.

Here is the call graph for this function:

Member Function Documentation

◆ close() [1/2]

def JediDB.NCFileHandle.close (   self)

Reimplemented from JediDB.FileHandle.

Definition at line 211 of file JediDB.py.

Here is the caller graph for this function:

◆ close() [2/2]

def JediDB.NCFileHandle.close (   self)

Reimplemented from JediDB.FileHandle.

Definition at line 211 of file JediDB.py.

Here is the call graph for this function:

◆ datatype() [1/2]

def JediDB.NCFileHandle.datatype (   self,
  var 
)
virtual method, returns the basic data type of var

Reimplemented from JediDB.FileHandle.

Definition at line 205 of file JediDB.py.

Here is the caller graph for this function:

◆ datatype() [2/2]

def JediDB.NCFileHandle.datatype (   self,
  var 
)
virtual method, returns the basic data type of var

Reimplemented from JediDB.FileHandle.

Definition at line 205 of file JediDB.py.

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

◆ variableAS1DArray() [1/2]

def JediDB.NCFileHandle.variableAS1DArray (   self,
  var 
)
virtual method, returns var as a 1D array

Reimplemented from JediDB.FileHandle.

Definition at line 208 of file JediDB.py.

Here is the caller graph for this function:

◆ variableAS1DArray() [2/2]

def JediDB.NCFileHandle.variableAS1DArray (   self,
  var 
)
virtual method, returns var as a 1D array

Reimplemented from JediDB.FileHandle.

Definition at line 208 of file JediDB.py.

Here is the call graph for this function:

Member Data Documentation

◆ fileFormat

JediDB.NCFileHandle.fileFormat

Definition at line 198 of file JediDB.py.

◆ h

JediDB.NCFileHandle.h

Definition at line 199 of file JediDB.py.

◆ nlocs

JediDB.NCFileHandle.nlocs

Definition at line 201 of file JediDB.py.

◆ variables

JediDB.NCFileHandle.variables

Definition at line 203 of file JediDB.py.


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