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

rte_posSet( rte_pos, atmosphere_dim, r_or_z, lat, lon )

Variables

OUTrte_pos(Vector)A geographical position for radiative transfer calculations.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINr_or_z(Numeric)Radius or geometrical altitude of sensor position.
GINlat(Numeric)Latitude of sensor position.
GINlon(Numeric)Longitude of sensor position.