refellipsoidEarth

Workspace.refellipsoidEarth(self: pyarts.arts._Workspace, refellipsoid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.refellipsoid, model: pyarts.arts.WorkspaceVariable | pyarts.arts.String | None = 'Sphere', verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Earth reference ellipsoids.

The reference ellipsoid (refellipsoid) is set to model the Earth, following different models. The options are:

  • “Sphere”:

    A spherical Earth. The radius is set following the value set for the Earth radius in constants.cc.

  • “WGS84”:

    The reference ellipsoid used by the GPS system. Should be the standard choice for a non-spherical Earth.

Author(s): Patrick Eriksson

Parameters:
  • refellipsoid (Vector, optional) – Reference ellipsoid. See refellipsoid, defaults to self.refellipsoid [OUT]

  • model (String, optional) – Model ellipsoid to use. Options listed above. Defaults to "Sphere" [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]