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
, andplanet_rotation_period
to default valuesg0_agenda
is set usingg0_agendaSet()
with the same optionNote 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:
"Earth"
:Uses
refellipsoidEarth()
with model=”Sphere”Sets
molarmass_dry_air
to 28.966Sets
planet_rotation_period
to 86164.1
"Io"
:Uses
refellipsoidIo()
with model=”Sphere”Sets
molarmass_dry_air
to 63.110068828000003Sets
planet_rotation_period
to 152853
"Jupiter"
:Uses
refellipsoidJupiter()
with model=”Sphere”Sets
molarmass_dry_air
to 2.22Sets
planet_rotation_period
to 35730
"Mars"
:Uses
refellipsoidMars()
with model=”Sphere”Sets
molarmass_dry_air
to 43.34Sets
planet_rotation_period
to 88643
"Venus"
:Uses
refellipsoidVenus()
with model=”Sphere”Sets
molarmass_dry_air
to 43.45Sets
planet_rotation_period
to -2.0997e7
Author(s): Richard Larsson
- Parameters:
g0_agenda (Agenda, optional) – Calculation of the gravity at zero altitude. See
g0_agenda
, defaults toself.g0_agenda
[OUT]refellipsoid (Vector, optional) – Reference ellipsoid. See
refellipsoid
, defaults toself.refellipsoid
[OUT]molarmass_dry_air (Numeric, optional) – The average molar mass of dry air. See
molarmass_dry_air
, defaults toself.molarmass_dry_air
[OUT]planet_rotation_period (Numeric, optional) – The sidereal rotation period of the planet. See
planet_rotation_period
, defaults toself.planet_rotation_period
[OUT]option (String) – Default agenda option (see description). [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]