cdms2.fvariable:FileVariable

FileVariable.crossSectionRegrid(newLevel, newLatitude, missing=None, order=None, method='log')

Return the variable regridded to new pressure levels and latitudes. The variable should be a function of lat, level, and (optionally) time.

Parameters
newLevelis an axis of the result pressure levels.
newLatitudeis an axis of latitude values.
methodOptional either “log” to interpolate in the log of pressure (default),

or “linear” for linear interpolation.

missing and orderare as for regrid.CrossSectionRegridder.