ARTS built-in documentation server

Workspace Method PlanetSet

Description

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:
    Earth:
        Uses refellipsoidEarth with model="Sphere"
        Sets molarmass_dry_air to 28.966
        Sets planet_rotation_period to 86164.1
    
    Io:
        Uses refellipsoidIo with model="Sphere"
        Sets molarmass_dry_air to 63.110068828000003
        Sets planet_rotation_period to 152853
    
    Jupiter:
        Uses refellipsoidJupiter with model="Sphere"
        Sets molarmass_dry_air to 2.22
        Sets planet_rotation_period to 35730
    
    Mars:
        Uses refellipsoidMars with model="Sphere"
        Sets molarmass_dry_air to 43.34
        Sets planet_rotation_period to 88643
    
    Venus:
        Uses refellipsoidVenus with model="Sphere"
        Sets molarmass_dry_air to 43.45
        Sets planet_rotation_period to -2.0997e7

Authors: Richard Larsson

Synopsis

PlanetSet( g0_agenda, refellipsoid, molarmass_dry_air, planet_rotation_period, option )

Variables

OUTg0_agenda(Agenda)Agenda providing the gravity constant.
OUTrefellipsoid(Vector)Reference ellipsoid.
OUTmolarmass_dry_air(Numeric)The average molar mass of dry air.
OUTplanet_rotation_period(Numeric)The sidereal rotation period of the planet.
GINoption(String)Default agenda option (see description)