ARTS built-in documentation server
Workspace Method InterpAtmFieldToRteGps
Description
Scalar interpolation of atmospheric fields. The position is specified by the combination of rte_gp_p, rte_gp_lat and rte_gp_lon.
Authors: Patrick Eriksson
Synopsis
InterpAtmFieldToRteGps( | x, atmosphere_dim, rte_gp_p, rte_gp_lat, rte_gp_lon, field ) |
Variables
GOUT | x | (Numeric) | Value obtained by the interpolation. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | rte_gp_p | (GridPos) | The pressure grid position of rte_pos. |
IN | rte_gp_lat | (GridPos) | The latitude grid position of rte_pos. |
IN | rte_gp_lon | (GridPos) | The longitude grid position of rte_pos. |
GIN | field | (Tensor3) | Field to interpolate. |