ARTS built-in documentation server
Workspace Method GriddedFieldPRegrid
Description
Interpolates the input field along the pressure dimension to p_grid.
If zero-padding is applied (zeropadding=1), pressures that are
outside the p_grid are set to 0. This is thought, e.g., for VMR
fields that outside the given pressure can safely be assumed to be
zero.
Note: Using zeropadding for altitude and temperature fields is
strongly discouraged (it will work here, though, but likely trigger
errors later on).
Extrapolation is allowed within the common 0.5grid-step margin,
but is overruled by zeropadding.
in and out fields can be the same variable.
Authors: Oliver Lemke
Synopsis
GriddedFieldPRegrid( | out, p_grid, in, interp_order, zeropadding ) |
Variables