MPAS-JEDI
Analyses.OneDimBinMethodBase Class Reference

Figures with binVal on one axis, i.e., 2D and profiles. More...

Inheritance diagram for Analyses.OneDimBinMethodBase:
Collaboration diagram for Analyses.OneDimBinMethodBase:

Public Member Functions

def __init__ (self, db, analysisType, diagnosticGroupings)
 
def analyze_ (self, workers=None)
 
def innerloopsWrapper (self, diagnosticGroup, diagnosticConfigs, binVar, binMethod, analysisStatistics, options)
 
def innerloops (self, dfwDict, diagnosticGroup, myLoc, statName, nVarsLoc, varMapLoc, myBinConfigs, options)
 
def __init__ (self, db, analysisType, diagnosticGroupings)
 
def analyze_ (self, workers=None)
 
def innerloopsWrapper (self, diagnosticGroup, diagnosticConfigs, binVar, binMethod, analysisStatistics, options)
 
def innerloops (self, dfwDict, diagnosticGroup, myLoc, statName, nVarsLoc, varMapLoc, myBinConfigs, options)
 
- Public Member Functions inherited from Analyses.AnalysisBase
def binMethodFile (self, binMethod, before=True)
 
def fcName (self, diagnosticGroup)
 
def statPlotAttributes (self, diagnosticGroup, statName, allDiagnosticNames=None)
 
def UNIONcntrlANDexpCYDTimes (self, dfw, myLoc={})
 
def analyze (self, workers=None)
 
def binMethodFile (self, binMethod, before=True)
 
def fcName (self, diagnosticGroup)
 
def statPlotAttributes (self, diagnosticGroup, statName, allDiagnosticNames=None)
 
def UNIONcntrlANDexpCYDTimes (self, dfw, myLoc={})
 
def analyze (self, workers=None)
 

Public Attributes

 parallelism
 
 maxBinVarTier
 
 binVarDict
 
 maxDiagnosticsPerAnalysis
 
- Public Attributes inherited from Analyses.AnalysisBase
 analysisType
 
 DiagSpaceName
 
 diagnosticGroupings
 
 logger
 
 db
 Extract useful variables from the database. More...
 
 diagnosticConfigs
 
 availableDiagnostics
 
 expNames
 
 nExp
 
 cntrlExpName
 
 noncntrlExpNames
 
 fcTDeltas
 
 fcTDeltas_totmin
 
 fcMap
 
 nFC
 
 cyDTimes
 
 nCY
 
 varNames
 
 nVars
 
 varMap
 
 chlist
 
 allBinVals
 
 binNumVals
 
 binNumVals2DasStr
 
 blocking
 Establish default configuration. More...
 
 parallelism
 
 requiredStatistics
 
 requestAggDFW
 
 blankBinMethodFile
 
 subWidth
 
 subAspect
 
 MAX_FC_SUBFIGS
 
 MAX_FC_LINES
 
 DiagSpacePath
 Setup paths. More...
 
 myFigPath
 

Detailed Description

Figures with binVal on one axis, i.e., 2D and profiles.

Base class used to analyze statistics across binMethods with one-dimensional binValues
  that are assigned numerical values, e.g., altitude, pressure, latitude, cloud fraction

Definition at line 1046 of file Analyses.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def Analyses.OneDimBinMethodBase.__init__ (   self,
  db,
  analysisType,
  diagnosticGroupings 
)

◆ __init__() [2/2]

def Analyses.OneDimBinMethodBase.__init__ (   self,
  db,
  analysisType,
  diagnosticGroupings 
)

Member Function Documentation

◆ analyze_() [1/2]

def Analyses.OneDimBinMethodBase.analyze_ (   self,
  workers = None 
)
virtual method

Reimplemented from Analyses.AnalysisBase.

Definition at line 1073 of file Analyses.py.

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

◆ analyze_() [2/2]

def Analyses.OneDimBinMethodBase.analyze_ (   self,
  workers = None 
)
virtual method

Reimplemented from Analyses.AnalysisBase.

Definition at line 1073 of file Analyses.py.

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

◆ innerloops() [1/2]

def Analyses.OneDimBinMethodBase.innerloops (   self,
  dfwDict,
  diagnosticGroup,
  myLoc,
  statName,
  nVarsLoc,
  varMapLoc,
  myBinConfigs,
  options 
)

◆ innerloops() [2/2]

def Analyses.OneDimBinMethodBase.innerloops (   self,
  dfwDict,
  diagnosticGroup,
  myLoc,
  statName,
  nVarsLoc,
  varMapLoc,
  myBinConfigs,
  options 
)
virtual method

Reimplemented in Analyses.BinValAxisProfileDiffCI, Analyses.BinValAxisProfile, Analyses.FCandBinValAxes2D, Analyses.CYandBinValAxes2D, Analyses.BinValAxisProfileDiffCI, Analyses.BinValAxisProfile, Analyses.FCandBinValAxes2D, and Analyses.CYandBinValAxes2D.

Definition at line 1201 of file Analyses.py.

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

◆ innerloopsWrapper() [1/2]

def Analyses.OneDimBinMethodBase.innerloopsWrapper (   self,
  diagnosticGroup,
  diagnosticConfigs,
  binVar,
  binMethod,
  analysisStatistics,
  options 
)

Definition at line 1128 of file Analyses.py.

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

◆ innerloopsWrapper() [2/2]

def Analyses.OneDimBinMethodBase.innerloopsWrapper (   self,
  diagnosticGroup,
  diagnosticConfigs,
  binVar,
  binMethod,
  analysisStatistics,
  options 
)

Definition at line 1128 of file Analyses.py.

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

Member Data Documentation

◆ binVarDict

Analyses.OneDimBinMethodBase.binVarDict

Definition at line 1057 of file Analyses.py.

◆ maxBinVarTier

Analyses.OneDimBinMethodBase.maxBinVarTier

Definition at line 1054 of file Analyses.py.

◆ maxDiagnosticsPerAnalysis

Analyses.OneDimBinMethodBase.maxDiagnosticsPerAnalysis

Definition at line 1071 of file Analyses.py.

◆ parallelism

Analyses.OneDimBinMethodBase.parallelism

Definition at line 1053 of file Analyses.py.


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