thickness
- thickness(lnsp[, levels])
- thickness(lnsp, fs_levels)
Computes the pressure thickness (in Pa) of a list of ECMWF model levels from
lnsp(Logarithm of Surface Pressure).- Parameters
- Return type
If only
lnspis specified the thickness is computed for all the model levels 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
unithickness()instead.