forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvenus1.in
30 lines (26 loc) · 1.44 KB
/
venus1.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Planet a parameters
sName venus1 # Body's name
saModules atmesc # Modules to apply, exact spelling required
sColor 13aed5
# Physical Properties
dMass -0.815 # Mass, negative -> Earth masses
dRadius -0.9499 # Radius, negative -> Earth radii
dRotPeriod -243. # Rotation period, negative -> days
dObliquity 180. # Retrograde rotation
dRadGyra 0.5 # Radius of gyration (moment of inertia constant)
# ATMESC Properties
dXFrac 1.0 # X-Ray/XUV absorption radius (fraction of planet radius)
dSurfWaterMass -1.0 # Initial surface water (Earth oceans)
dEnvelopeMass 0 # Initial envelope mass (Earth masses)
bHaltSurfaceDesiccated 0 # Halt when dry?
bHaltEnvelopeGone 0 # Halt when evaporated?
dMinSurfWaterMass -1.e-5 # Planet is desiccated when water content drops below this (Earth oceans)
sWaterLossModel lbexact
sPlanetRadiusModel none
bInstantO2Sink 1
sAtmXAbsEffH2OModel bolmont16
# Orbital Properties
dSemi -0.723 # Semi-major axis, negative -> AU
dEcc 0.006772 # Eccentricity
# Output
saOutputOrder Time -SurfWaterMass -RGLimit -OxygenMantleMass