forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvpl.in
25 lines (22 loc) · 1.31 KB
/
vpl.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
# Primary input file for VPLANET
sSystemName SpiNBody # System Name
bOverwrite 1 # Allow file overwrites?
saBodyFiles Sun.in Mercury.in Venus.in Earth.in Mars.in $
Jupiter.in Saturn.in Uranus.in Neptune.in #The solar system
sIntegrationMethod Runge
# Input/Output Units
sUnitMass kg # Options: gram, kg, Earth, Neptune, Jupiter, solar
sUnitLength AU # Options: cm, m, km, Earth, Jupiter, solar, AU
sUnitTime year # Options: sec, day, year, Myr, Gyr
sUnitAngle deg # Options: deg, rad
# Input/Output
bDoLog 1 # Write a log file?
iDigits 16 # Maximum number of digits to right of decimal
dMinValue 1e-10 # Minimum value of eccentricity/obliquity
# Evolution Parameters
bDoForward 1 # Perform a forward evolution?
bVarDt 0 # Use variable timestepping?
#dEta .1
dTimeStep 0.0005 # Timestep in years
dStopTime 1e5 # Stop time for evolution
dOutputTime 10 # Output timesteps (assuming in body files)