ARTS built-in documentation server
Workspace Method GriddedFieldZToPRegrid
Description
Interpolates the input field along the vertical dimension to p_grid. This is done from z_field, and thus requires the atmosphere to be set beforehand. The latitude and longitude grid of the input field must match lat_grid and lon_grid for the method to work. BETA mode.
Authors: Richard Larsson
Synopsis
GriddedFieldZToPRegrid( | out, p_grid, lat_grid, lon_grid, z_field, in, interp_order, zeropadding ) |
Variables
GOUT | out | (GriddedField3) | Regridded output; Pressure-gridded field. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
GIN | in | (GriddedField3) | Raw input; Altitude-gridded field. |
GIN | interp_order | (Index, Default: 1) | Interpolation order. |
GIN | zeropadding | (Index, Default: 0) | Apply zero-padding. |