ARTS built-in documentation server

Workspace Method rte_pos_losForwardToAltitude

Description

Moves rte_pos and rte_los forward to the target altitude.

The method gives the rte_pos and rte_los at the target altitude
when forward-propagating the original rte_pos and rte_los
geometrically.

There is also sensor_pos_losForwardToAltitude. The WSM
IntersectionGeometricalWithAltitude performs the same operation
with sensor_pos and sensor_los as input.

Authors: Patrick Eriksson

Synopsis

rte_pos_losForwardToAltitude( rte_pos, rte_los, atmosphere_dim, lat_grid, lon_grid, refellipsoid, altitude )

Variables

OUT+INrte_pos(Vector)A geographical position for starting radiative transfer calculations.
OUT+INrte_los(Vector)A line-of-sight for (complete) radiative transfer calculations.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INrefellipsoid(Vector)Reference ellipsoid.
GINaltitude(Numeric)Target altitude.