ARTS built-in documentation server

Workspace Method InterpSurfaceFieldToPosition

Description

Point interpolation of surface fields.

The default way to specify the position is by rtp_pos.

Linear interpolation is applied.

The interpolation is done for the latitude and longitude in
rtp_pos, while the altitude in rtp_pos is not part of the
calculations. However, it is checked that the altitude of rtp_pos
is inside the range covered by z_surface with a 1 m margin, to
give a warning when the specified position is not consistent with
the surface altitudes.

Authors: Patrick Eriksson

Synopsis

InterpSurfaceFieldToPosition( out, atmosphere_dim, lat_grid, lon_grid, rtp_pos, z_surface, field )

Variables

GOUTout(Numeric)Value obtained by interpolation.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INrtp_pos(Vector)Position of a radiative transfer point.
INz_surface(Matrix)The surface altitude.
GINfield(Matrix)Field to interpolate.