-
Notifications
You must be signed in to change notification settings - Fork 55
/
vpl.in
26 lines (23 loc) · 1.32 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
26
# Primary input file for VPLANET
sSystemName ChaosRes # System Name
bOverwrite 1 # Allow file overwrites?
saBodyFiles star.in $ # Host star
earth.in $ # Inner Earth-like planet
outer.in # Outer Neptune-mass planet in 3:1 MMR
sIntegrationMethod Runge
# Input/Output Units
sUnitMass solar # 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
iSciNot 4
# Evolution Parameters
bDoForward 1 # Perform a forward evolution?
bVarDt 1 # Use variable timestepping?
dEta 0.001
dStopTime 1e6 # Stop time for evolution
dOutputTime 100 # Output timesteps (assuming in body files)