MPAS-JEDI
Analyses Namespace Reference

Classes

class  AnalysisBase
 Base class for all analysisTypes. More...
 
class  CategoryBinMethodBase
 
class  CYAxisExpLines
 
class  FCAxisExpLines
 
class  FCAxisExpLinesDiffCI
 
class  CYAxisFCLines
 
class  BinValLinesAnalysisType
 Figures with individual lines per binVal. More...
 
class  CYAxisBinValLines
 
class  OneDimBinMethodBase
 Figures with binVal on one axis, i.e., 2D and profiles. More...
 
class  CYandBinValAxes2D
 
class  FCandBinValAxes2D
 
class  BinValAxisProfile
 
class  BinValAxisProfileDiffCI
 
class  BinValAxisPDF
 
class  BinValAxisStatsComposite
 
class  GrossValues
 
class  Analyses
 

Functions

def anWorkingDir (DiagSpace)
 
def expDiagnosticLabel (expName, diagnosticName, allDiagnosticNames)
 
def categoryBinValsAttributes (dfw, fullBinVar, binMethod, options)
 
def AnalysisFactory (db, analysisType, diagnosticGroupings)
 

Variables

list bootStrapStats = []
 
string figureFileType = 'pdf'
 plot settings More...
 
bool interiorLabels = True
 
dictionary AnalysisTypeDict
 

Function Documentation

◆ AnalysisFactory()

def Analyses.AnalysisFactory (   db,
  analysisType,
  diagnosticGroupings 
)

Definition at line 2115 of file Analyses.py.

Here is the caller graph for this function:

◆ anWorkingDir()

def Analyses.anWorkingDir (   DiagSpace)

Definition at line 34 of file Analyses.py.

Here is the caller graph for this function:

◆ categoryBinValsAttributes()

def Analyses.categoryBinValsAttributes (   dfw,
  fullBinVar,
  binMethod,
  options 
)
Utility function for providing an ordered list of
pairs of binVals and associated labels for
category binMethods in the context of a DFWrapper

Definition at line 240 of file Analyses.py.

Here is the caller graph for this function:

◆ expDiagnosticLabel()

def Analyses.expDiagnosticLabel (   expName,
  diagnosticName,
  allDiagnosticNames 
)

Definition at line 233 of file Analyses.py.

Here is the caller graph for this function:

Variable Documentation

◆ AnalysisTypeDict

dictionary Analyses.AnalysisTypeDict
Initial value:
1 = {
2  #Derived from CategoryBinMethodBase(AnalysisBase)
3  'CYAxisExpLines': CYAxisExpLines,
4  'FCAxisExpLines': FCAxisExpLines,
5  'FCAxisExpLinesDiffCI': FCAxisExpLinesDiffCI,
6  'CYAxisFCLines': CYAxisFCLines,
7  'CYAxisBinValLines': CYAxisBinValLines,
8  #Derived from OneDimBinMethodBase(AnalysisBase)
9  'CYandBinValAxes2D': CYandBinValAxes2D,
10  'FCandBinValAxes2D': FCandBinValAxes2D,
11  'BinValAxisProfile': BinValAxisProfile,
12  'BinValAxisProfileDiffCI': BinValAxisProfileDiffCI,
13  # TODO(JJG): TwoDimBinMethodBase(AnalysisBase)
14  #'BinValAxes2D': BinValAxes2D,
15  #Derived from AnalysisBase
16  'BinValAxisPDF': BinValAxisPDF,
17  'BinValAxisStatsComposite': BinValAxisStatsComposite,
18  'GrossValues': GrossValues,
19 }

Definition at line 2089 of file Analyses.py.

◆ bootStrapStats

list Analyses.bootStrapStats = []

Definition at line 24 of file Analyses.py.

◆ figureFileType

string Analyses.figureFileType = 'pdf'

plot settings

Definition at line 29 of file Analyses.py.

◆ interiorLabels

bool Analyses.interiorLabels = True

Definition at line 31 of file Analyses.py.