Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'debug'
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 18, 2021
2 parents 97e4933 + 5fb1e63 commit cdb972a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/symba_chambers_2013/param.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ OUT_STAT REPLACE
CHK_CLOSE yes ! check for planetary close encounters
CHK_RMAX 100000.0 ! discard outside of
EXTRA_FORCE no ! no extra user-defined forces
DISCARD_OUT discard.out
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT yes ! Hill's sphere radii in input file
MU2KG 1.98847e30 ! (M_sun-> kg)
DU2M 1.495979e11 ! distance unit to meters (AU --> m)
TU2S 3.15569259747e7 ! time unit to seconds (years --> seconds)
GMTINY 1e-10
ENERGY yes
ENERGY_OUT energy.dat
ROTATION yes
FRAGMENTATION yes
DISCARD_OUT discard.out
SEED 8 12261555 871132 92734722 21132443 36344777 4334443 219291656 3848566
3 changes: 2 additions & 1 deletion examples/symba_clement_2018/param.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ CHK_CLOSE yes ! check for planetary close encounters
CHK_RMAX 100000.0 ! discard outside of
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
DISCARD_OUT discard.out
RHILL_PRESENT yes ! Hill's sphere radii in input file
MU2KG 1.98847e30 ! (M_sun-> kg)
DU2M 1.495979e11 ! distance unit to meters (AU --> m)
TU2S 3.15569259747e7 ! time unit to seconds (years --> seconds)
GMTINY 1e-10
ENERGY yes
ENERGY_OUT energy.dat
ROTATION yes
FRAGMENTATION yes
DISCARD_OUT discard.out
SEED 8 12261555 871132 92734722 21132443 36344777 4334443 219291656 3848566
1 change: 1 addition & 0 deletions src/io/io.f90
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ module subroutine io_param_reader(self, unit, iotype, v_list, iostat, iomsg)
write(*,*) "ROTATION = ", param%lrotation
write(*,*) "TIDES = ", param%ltides
write(*,*) "ENERGY = ",param%lenergy
if (param%lenergy) write(*,*) "ENERGY_OUT = ",trim(adjustl(param%energy_out))
write(*,*) "MU2KG = ",param%MU2KG
write(*,*) "TU2S = ",param%TU2S
write(*,*) "DU2M = ",param%DU2M
Expand Down

0 comments on commit cdb972a

Please sign in to comment.