cdms2.variable:DatasetVariable

DatasetVariable.pressureRegrid(newLevel, missing=None, order=None, method='log')

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

Parameters
newLevelis an axis of the result pressure levels.
methodis optional, either log to interpolate in the log of pressure (default),

or linear for linear interpolation.

missing and orderare as for regrid.PressureRegridder.