MPAS-JEDI
testInterpolate.py File Reference

Go to the source code of this file.

Namespaces

 testInterpolate
 

Variables

string testInterpolate.initDate = '2018041500'
 
int testInterpolate.mapCentralLongitude = 0.
 
string testInterpolate.imageFileExtension = 'png'
 
list testInterpolate.testVariables = ['theta', 'qv', 'uReconstructZonal']
 
int testInterpolate.testLevel = 0
 
string testInterpolate.referenceCase = 'barycentric'
 
dictionary testInterpolate.weightCases
 
dictionary testInterpolate.meshConfigs
 
dictionary testInterpolate.gridFiles = {}
 
dictionary testInterpolate.meshLatDeg = {}
 
dictionary testInterpolate.meshLonDeg = {}
 
dictionary testInterpolate.meshLat = {}
 
dictionary testInterpolate.meshLon = {}
 
 testInterpolate.gridFile
 
dictionary testInterpolate.lons
 
dictionary testInterpolate.lats
 
dictionary testInterpolate.markers
 
dictionary testInterpolate.sizes
 
dictionary testInterpolate.minAbsNormError = {}
 
dictionary testInterpolate.maxAbsNormError = {}
 
dictionary testInterpolate.meanAbsNormError = {}
 
dictionary testInterpolate.minAbsError = {}
 
dictionary testInterpolate.maxAbsError = {}
 
dictionary testInterpolate.meanAbsError = {}
 
dictionary testInterpolate.minBias = {}
 
dictionary testInterpolate.maxBias = {}
 
dictionary testInterpolate.meanBias = {}
 
dictionary testInterpolate.meshField = {}
 
dictionary testInterpolate.fields
 
 testInterpolate.cLon
 
 testInterpolate.projection
 
dictionary testInterpolate.absNormErrorFields = {}
 generate the double-interpolated field and calculate errors More...
 
dictionary testInterpolate.absErrorFields = {}
 
dictionary testInterpolate.biasFields = {}
 
 testInterpolate.weightMethod = case['weightMethod']
 plot the errors More...
 
 testInterpolate.coarse2fine
 
 testInterpolate.fine2coarse
 
 testInterpolate.cmap
 
 testInterpolate.cbarType
 
 testInterpolate.coarse2fineField = coarse2fine.apply(meshField[testVariable]['coarse'])
 
 testInterpolate.coarse2fine2coarseField = fine2coarse.apply(coarse2fineField)
 
 testInterpolate.minAbsNormError_ = np.min(absNormErrorFields[caseName][testVariable])
 
 testInterpolate.maxAbsNormError_ = np.max(absNormErrorFields[caseName][testVariable])
 
 testInterpolate.minAbsError_ = np.min(absErrorFields[caseName][testVariable])
 
 testInterpolate.maxAbsError_ = np.max(absErrorFields[caseName][testVariable])
 
 testInterpolate.minBias_ = np.min(biasFields[caseName][testVariable])
 
 testInterpolate.maxBias_ = np.max(biasFields[caseName][testVariable])
 
 testInterpolate.dmin
 
 testInterpolate.dmax
 
 testInterpolate.dd = np.max([minBias[testVariable], maxBias[testVariable]])
 
 testInterpolate.referenceAbsError = deepcopy(absErrorFields[referenceCase][testVariable])
 
 testInterpolate.caseAbsError = deepcopy(absErrorFields[caseName][testVariable])