forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathearth.in
More file actions
23 lines (20 loc) · 1.17 KB
/
earth.in
File metadata and controls
23 lines (20 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Planet a parameters
sName earth # Body's name
saModules spinbody # Modules to apply, exact spelling required
saOutputOrder Time SemiMajorAxis Eccentricity SpiNBodyInc LongP SpiNBodyLongA MeanL -Instellation
# Physical Properties
dMass -1.0 # Mass, negative -> Earth masses
dRadius -1.0 # Radius, negative -> Earth radii
dRotPeriod -1 # Rotation period, negative -> days
dObliquity 23.44 # Obliquity (deg)
dRadGyra 0.5 # Radius of gyration (moment of inertia constant)
# SpiNBody Properties
bUseOrbParams 1
# Orbital Properties
dSemi -1 # Semi-major axis, negative -> AU
dEcc 0.149 # Eccentricity
dInc 43.64 # Inclination (deg)
#dInc 0 # Inclination (deg)
dArgP 18.15 # Argument of pericenter (deg)
dLongA 260.51 # Longitude of ascending node (deg)
dMeanA 220.4 # Mean Anomaly (deg)