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

OUTr_geoid(Matrix)Geoid radius.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
GINr(Numeric)Radius of the geoid sphere. If negative, the radius is set to the global internal variable EARTH_RADIUS, defined in constants.cc.