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+IN | rte_pos | (Vector) | A geographical position for starting radiative transfer calculations. |
OUT+IN | rte_los | (Vector) | A line-of-sight for (complete) radiative transfer calculations. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
GIN | altitude | (Numeric) | Target altitude. |