MPAS-JEDI
binning_utils.BinMethod Class Reference

Public Member Functions

def __init__ (self, config)
 
def dbVars (self, varName, outerIters=None)
 
def evaluate (self, dbVals, varName, outerIter)
 
def apply (self, array, diagName, binVal)
 
def __init__ (self, config)
 
def dbVars (self, varName, outerIters=None)
 
def evaluate (self, dbVals, varName, outerIter)
 
def apply (self, array, diagName, binVal)
 

Public Attributes

 values
 
 excludeDiags
 
 filters
 

Detailed Description

Definition at line 709 of file binning_utils.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def binning_utils.BinMethod.__init__ (   self,
  config 
)

Definition at line 710 of file binning_utils.py.

Here is the caller graph for this function:

◆ __init__() [2/2]

def binning_utils.BinMethod.__init__ (   self,
  config 
)

Definition at line 710 of file binning_utils.py.

Here is the call graph for this function:

Member Function Documentation

◆ apply() [1/2]

def binning_utils.BinMethod.apply (   self,
  array,
  diagName,
  binVal 
)

Definition at line 761 of file binning_utils.py.

Here is the caller graph for this function:

◆ apply() [2/2]

def binning_utils.BinMethod.apply (   self,
  array,
  diagName,
  binVal 
)

Definition at line 761 of file binning_utils.py.

Here is the call graph for this function:

◆ dbVars() [1/2]

def binning_utils.BinMethod.dbVars (   self,
  varName,
  outerIters = None 
)

Definition at line 749 of file binning_utils.py.

Here is the caller graph for this function:

◆ dbVars() [2/2]

def binning_utils.BinMethod.dbVars (   self,
  varName,
  outerIters = None 
)

Definition at line 749 of file binning_utils.py.

Here is the call graph for this function:

◆ evaluate() [1/2]

def binning_utils.BinMethod.evaluate (   self,
  dbVals,
  varName,
  outerIter 
)

Definition at line 756 of file binning_utils.py.

Here is the caller graph for this function:

◆ evaluate() [2/2]

def binning_utils.BinMethod.evaluate (   self,
  dbVals,
  varName,
  outerIter 
)

Definition at line 756 of file binning_utils.py.

Here is the call graph for this function:

Member Data Documentation

◆ excludeDiags

binning_utils.BinMethod.excludeDiags

Definition at line 720 of file binning_utils.py.

◆ filters

binning_utils.BinMethod.filters

Definition at line 731 of file binning_utils.py.

◆ values

binning_utils.BinMethod.values

Definition at line 713 of file binning_utils.py.


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