ARTS built-in documentation server
Workspace Method InterpAtmFieldToPosition
Description
Point interpolation of atmospheric fields. The default way to specify the position is by rtp_pos. Linear interpolation is applied.
Authors: Patrick Eriksson
Synopsis
InterpAtmFieldToPosition( | out, atmosphere_dim, p_grid, lat_grid, lon_grid, z_field, rtp_pos, field ) |
Variables
GOUT | out | (Numeric) | Value obtained by the interpolation. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
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. |
IN | rtp_pos | (Vector) | Position of a radiative transfer point. |
GIN | field | (Tensor3) | Field to interpolate. |