forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMars.in
22 lines (19 loc) · 1.07 KB
/
Mars.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Planet a parameters
sName Mars # Body's name
saModules spinbody # Modules to apply, exact spelling required
saOutputOrder Time DeltaT SemiMajorAxis Eccentricity SpiNBodyInc LongP SpiNBodyLongA MeanAnomaly
# Physical Properties
dMass -0.107 # Mass, negative -> Earth masses
dRadius -0.532 # Radius, negative -> Earth radii
dRotPeriod -1.027 # Rotation period, negative -> days
dObliquity 25.19 # Obliquity (deg)
dRadGyra 0.5 # Radius of gyration (moment of inertia constant)
# SpiNBody Properties
bUseOrbParams 1
# Orbital Properties
dSemi -1.52366231 # Semi-major axis, negative -> AU
dEcc 0.09341233 # Eccentricity
dInc 1.85061 # Inclination
dLongP 336.04084 # Longitude of pericenter
dLongA 49.57854 # Longitude of ascending node
dMeanA 19.41248 # Mean Anomoly