ARTS built-in documentation server
Workspace Method InterpSurfaceFieldToRteGps
Description
Scalar interpolation of surface fields. The position is specified by the combination of rte_gp_lat and rte_gp_lon.
Authors: Patrick Eriksson
Synopsis
InterpSurfaceFieldToRteGps( | x, atmosphere_dim, rte_gp_lat, rte_gp_lon, gin1 ) |
Variables
GOUT | x | (Numeric) | Value obtained by interpolation. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
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 | gin1 | (Matrix) | Field to interpolate. |