ARTS built-in documentation server

Workspace Method rte_posAddRgeoid

Description

Adds a geoid radius by interpolating r_geoid.

This function assumes that the first element of rte_pos is set
to the geometric altitude for the position of the sensor.
The variable rte_pos shall contain the radius instead of the
altitude and that can be achieved by this function. The function
adds a geoid radius to the given altitude. The geoid radius is
obtained by interpolation of r_geoid. There is an error if the
given position is outside the latitude and longitude grids.

Authors: Patrick Eriksson

Synopsis

rte_posAddRgeoid( rte_pos, atmosphere_dim, lat_grid, lon_grid, r_geoid )

Variables

OUTrte_pos(Vector)A geographical position for radiative transfer calculations.
INrte_pos(Vector)A geographical position for radiative transfer calculations.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INr_geoid(Matrix)Geoid radius.