Description
Metview Macro Library function. Interpolates a fieldset currently on model levels onto pressure levels (in hPa). Locations where interpolation is not possible are returned as missing.
...
fieldset mvl_ml2hPa(lnsp: fieldset, mfld: fieldset, plist: list)
Parameter lnsp
is be a field of logarithm of surface pressure; mfld
is be the fieldset to be interpolated and should be on model levels; plist
is a list of pressure levels in hPa - the result will be the mfld
fieldset interpolated onto these levels. Neither mfld
nor plist
need to be sorted.
...