forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEarth.in
42 lines (37 loc) · 2.34 KB
/
Earth.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
31
32
33
34
35
36
37
38
39
40
41
42
# Planet a parameters
sName Earth # Body's name
saModules magmoc, atmesc # Modules to apply, exact spelling required
sColor 13aed5
# Physical Properties
dMass -1 # Mass, negative -> Earth masses
dRadius -1 # Radius, negative -> Earth radii
# MAGMOC Properties
dMassFracFeOIni 0.0788 # Initial mass fraction of FeO in the mantle (default: 0.0788)
dWaterMassAtm -5 # Initial water mass in the system (neg: terrestrial oceans, default: -1)
dSurfTemp 3000 # Initial surface temperature (default: 4000K)
dManMeltDensity 4000 # Mantle melt density (default: 4000kg/m^3)
bHaltMantleSolidified 1 # Halt when mantle solidified? (default: 0 = no, 1 = yes)
bHaltMantleMeltFracLow 1 # Halt when melt fraction smaller than 0.4 at surface? (default: 0 = no, 1 = yes)
bHaltAtmDesiSurfCool 1 # Halt when atmosphere desiccated? (default: 0 = no, 1 = yes)
bHaltEnterHabZone 0 # Halt when planet enters habitable zone? (default: 0 = no, 1 = yes)
sRadioHeatModel schaefer # Radiogenic heating model (default: none = RadHeat; schaefer = BSE composition)
sMagmOcAtmModel grey # Atmospheric net flux model (default: grey; petit only for GJ1132b-H2O)
bOptManQuasiSol 1
# 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 0
sAtmXAbsEffH2OModel none
dAtmXAbsEffH2O 0.3
# Orbital Properties
dSemi -1 # Semi-major axis, negative -> AU
dEcc 0.017 # Eccentricity
# Output
saOutputOrder Time -PotTemp -SurfTemp -SolidRadius -WaterMassMOAtm -WaterMassSol -OxygenMassMOAtm -OxygenMassSol -PressWaterAtm -PressOxygenAtm -HydrogenMassSpace -OxygenMassSpace FracFe2O3Man NetFluxAtmo MeltFraction $
WaterFracMelt