forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathg.in
74 lines (64 loc) · 3.32 KB
/
g.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Planet g parameters
sName g # Body's name
saModules magmoc, atmesc, radheat, eqtide # Modules to apply, exact spelling required
sColor 13aed5
# Physical Properties
dMass -1.14 # Mass, negative -> Earth masses
dRadius -1.15 # Radius, negative -> Earth radii
dRotPeriod -1 # Rotation Period, negative -> days
# MAGMOC Properties
dMassFracFeOIni 0.0788 # Initial mass fraction of FeO in the mantle (default: 0.0788)
dWaterMassAtm -2 # Initial water mass in the system (neg: terrestrial oceans, default: -1)
dSurfTemp 4000 # Initial surface temperature (default: 4000K)
dManMeltDensity 4000 # Mantle melt density (default: 4000kg/m^3)
bHaltMantleSolidified 0 # Halt when mantle solidified? (default: 0 = no, 1 = yes)
bHaltMantleMeltFracLow 0 # 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 1 # Halt when planet enters habitable zone? (default: 0 = no, 1 = yes)
bHaltAllPlanetsSolid 0 # Halt when all planets are soldified (for multiple planet systems)
bHaltAllPlanetsDesicc 0 # Halt when all planets are desiccated (for multiple planet systems)
sRadioHeatModel none # Radiogenic heating model (default: none = RadHeat; schaefer = BSE composition)
sMagmOcAtmModel grey # Atmospheric net flux model (default: grey; petit only for GJ1132b-H2O)
# 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
# RADHEAT Parameters
# *Num* are in numbers of atoms, negative -> Earth vals
### 40K
d40KNumMan -1.14
d40KNumCore -0
d40KNumCrust -0.0
### 232Th
d232ThNumMan -1.14
d232ThNumCore -0
d232ThNumCrust -0
### 235U
d235UNumMan -1.14
d235UNumCore -0
d235UNumCrust -0
### 238U
d238UNumMan -1.14
d238UNumCore -0
d238UNumCrust -0
# EQTIDE Parameters
dTidalQ 100 # Tidal phase lag
dK2 0.5 # Love number of degree 2
dMaxLockDiff 0.01
saTidePerts Trappist1 # Body name(s) of tidal perturbers
bFixOrbit 1 # Keep dEcc constant?
bForceEqSpin 1 # Planet tidally locked, no rotation?
# Orbital Properties
dSemi -0.0469 # Semi-major axis, negative -> AU
dEcc 0.002 # Eccentricity
# Output
saOutputOrder Time -PotTemp -SurfTemp -SolidRadius -WaterMassMOAtm -WaterMassSol -OxygenMassMOAtm -OxygenMassSol -PressWaterAtm -PressOxygenAtm -HydrogenMassSpace -OxygenMassSpace FracFe2O3Man NetFluxAtmo WaterFracMelt -RadioPower -TidalPower $
-SemiMajorAxis -HZInnerEdge