PlanetSet

Workspace.PlanetSet(self: pyarts.arts._Workspace, g0_agenda: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Agenda]] = self.g0_agenda, refellipsoid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.refellipsoid, molarmass_dry_air: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric]] = self.molarmass_dry_air, planet_rotation_period: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric]] = self.planet_rotation_period, option: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Sets g0_agenda, refellipsoid, molarmass_dry_air, and planet_rotation_period to default values

g0_agenda is set using g0_agendaSet() with the same option

Note that the default value of isotopologue_ratios is set to “Earth” by default and that we strongly recommend users to update these values if they are using non-Earth atmospheres.

Options are:

Author(s): Richard Larsson

Parameters:
  • g0_agenda (Agenda, optional) – Calculation of the gravity at zero altitude. See g0_agenda, defaults to self.g0_agenda [OUT]

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

  • molarmass_dry_air (Numeric, optional) – The average molar mass of dry air. See molarmass_dry_air, defaults to self.molarmass_dry_air [OUT]

  • planet_rotation_period (Numeric, optional) – The sidereal rotation period of the planet. See planet_rotation_period, defaults to self.planet_rotation_period [OUT]

  • option (String) – Default agenda option (see description). [IN]

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