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

GOUTout(Numeric)Value obtained by the interpolation.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INz_field(Tensor3)The field of geometrical altitudes.
INrtp_pos(Vector)Position of a radiative transfer point.
GINfield(Tensor3)Field to interpolate.