ARTS built-in documentation server
Workspace Method rte_posSet
Description
Sets rte_pos to the given co-ordinates.
The longitude is ignored for 1D and 2D, and the latitude is also
ignored for 1D.
The argument *r_or_z* can either be a radius, or an altitude
above the geoid. In the latter case, a function such as
*rte_posAddGeoidWGS84* could be called to obtain a radius as
first element of rte_pos.
Authors: Patrick Eriksson
Synopsis
Variables
OUT | rte_pos | (Vector) | A geographical position for radiative transfer calculations. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
GIN | r_or_z | (Numeric) | Radius or geometrical altitude of sensor position. |
GIN | lat | (Numeric) | Latitude of sensor position. |
GIN | lon | (Numeric) | Longitude of sensor position. |