forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathC.in
28 lines (24 loc) · 1.1 KB
/
C.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
# Planet a parameters
sName C # Body's name
saModules spinbody AtmESc # Modules to apply, exact spelling required
# Physical Properties
dMass -3.873 # Mass, negative -> Earth masses
dRadius -1.0 # Radius, negative -> Earth radii
# SpiNBody Properties
bUseOrbParams 1
# Orbital Properties
dSemi -0.46604
dEcc 0.0252 # Eccentricity
dInc 47 # Inclination (deg)
dLongP 108.3 # Longitude of pericenter (deg)
dLongA 3.26 # Longitude of ascending node (deg)
dMeanA 3.66 # Mean Anomoly (deg)
# AtmESc Properties
dXFrac 1.0
dSurfWaterMass 0
bHaltEnvelopeGone 0
sPlanetRadiusModel lopez
dAtmXAbsEffH 0.1
dEnvelopeMass -0.81818
saOutputOrder Time -EnvelopeMass -PlanetRadius -Mass SemiMajorAxis$
Eccentricity SpiNBodyInc LongP SpiNBodyLongA MeanAnomaly