pressure
- pressure(lnsp[, levels])
- pressure(lnsp, fs_levels)
Computes the pressure (in Pa) on a list of ECMWF model levels from
lnsp(logarithm of surface pressure).- Parameters
- Return type
If only
lnspis specified the pressure is computed for the full model level range defined by the GRIB header oflnsp.If
levelsis specified it defines the output model level(s). For a single levellevelsmust be number, while for multiple levels it must be a list.If
fs_levelsis specified the target levels are taken from its fields.Missing values in
lnspare retained in the output fieldset.Warning
This function is obsolete, use
unipressure()instead.