ARTS built-in documentation server
Workspace Method wind_u_fieldIncludePlanetRotation
Description
Maps the planet's rotation to an imaginary wind. This method is of relevance if the observation platform is not following the planet's rotation, and Doppler effects must be considered. Examples include full disk observations from another planet or a satellite not in orbit of the observed planet. The rotation of the planet is not causing any Doppler shift for 1D and 2D simulations, and the method can only be used for 3D.
Authors: Patrick Eriksson
Synopsis
wind_u_fieldIncludePlanetRotation( | wind_u_field, atmosphere_dim, p_grid, lat_grid, lon_grid, refellipsoid, z_field, planet_rotation_period ) |
Variables
OUT+IN | wind_u_field | (Tensor3) | Zonal component of the wind field. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | refellipsoid | (Vector) | Reference ellipsoid. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | planet_rotation_period | (Numeric) | The sidereal rotation period of the planet. |