ARTS built-in documentation server
Workspace Method AtmFieldPRegrid
Description
Interpolates the input field along the pressure dimension from
*p_grid_old* to to *p_grid_new*.
Extrapolation is allowed within the common 0.5grid-step margin.
in and out fields can be the same variable.
Authors: Jana Mendrok
Synopsis
AtmFieldPRegrid( | out, in, p_grid_new, p_grid_old, interp_order ) |
Variables
GOUT | out | (Tensor3, Tensor4) | Regridded atmospheric field. |
GIN | in | (Tensor3, Tensor4) | Input atmospheric field. |
GIN | p_grid_new | (Vector) | Pressure grid to regrid to |
GIN | p_grid_old | (Vector) | Pressure grid of input field |
GIN | interp_order | (Index, Default: 1) | Interpolation order. |