forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathEarth.in
24 lines (20 loc) · 1.19 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
# Planet a parameters
sName Earth # Body's name
saModules spinbody # Modules to apply, exact spelling required
saOutputOrder Time DeltaT PositionXSpiNBody PositionYSpiNBody PositionZSpiNBody VelXSpiNBody VelYSpiNBody VelZSpiNBody $
Eccentricity SemiMajorAxis SpiNBodyInc LongP SpiNBodyLongA
# 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.00000011 # Semi-major axis, negative -> AU
dEcc 0.01671022 # Eccentricity
dInc 3.4 # Inclination (deg)
dLongP 102.94719 # Longitude of pericenter (deg)
dLongA 348.73936 # Longitude of ascending node (deg)
dMeanA 357.51716 # Mean Anomoly (deg)