ARTS built-in documentation server
Workspace Method r_geoidSpherical
Description
Sets the geoid to be a perfect sphere. The radius of the sphere is selected by the generic argument r.
Authors: Patrick Eriksson
Synopsis
r_geoidSpherical( | r_geoid, atmosphere_dim, lat_grid, lon_grid, r ) |
Variables
OUT | r_geoid | (Matrix) | Geoid radius. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
GIN | r | (Numeric) | Radius of the geoid sphere. If negative, the radius is set to the global internal variable EARTH_RADIUS, defined in constants.cc. |