This repository was archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing improved restart capability by reading in more state variable…
…s from the paramter input file
- Loading branch information
Showing
12 changed files
with
466 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
249 changes: 249 additions & 0 deletions
249
...son/9pl_18tp_encounters/.ipynb_checkpoints/swiftest_rmvs_vs_swifter_rmvs-checkpoint.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
!Parameter file for the SyMBA-RINGMOONS test | ||
T0 0.0 | ||
TSTOP 2400.0 | ||
DT 600.0 | ||
PL_IN mars.in | ||
TP_IN tp.in | ||
IN_TYPE ASCII | ||
ISTEP_OUT 1 | ||
ISTEP_DUMP 1 | ||
BIN_OUT bin.dat | ||
PARTICLE_FILE particle.dat | ||
OUT_TYPE REAL8 | ||
OUT_FORM EL | ||
OUT_STAT REPLACE | ||
J2 0.0 | ||
J4 0.0 | ||
CHK_CLOSE yes | ||
CHK_RMIN 3389500.0 | ||
CHK_RMAX 3389500000.0 | ||
CHK_EJECT 3389500000.0 | ||
CHK_QMIN 3389500.0 | ||
CHK_QMIN_COORD HELIO | ||
CHK_QMIN_RANGE 3389500.0 338950000000.0 | ||
ENC_OUT /dev/null | ||
EXTRA_FORCE no | ||
BIG_DISCARD no | ||
RHILL_PRESENT yes | ||
MTINY 1000.0 | ||
ENERGY yes | ||
FRAGMENTATION yes | ||
ROTATION yes | ||
MU2KG 1.0 | ||
DU2M 1.0 | ||
TU2S 1.0 | ||
SEED 2 3080983 2220830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
!Parameter file for the SyMBA-RINGMOONS test | ||
T0 0.0 | ||
TSTOP 6e8 | ||
TSTOP 6000.0 | ||
DT 600.0 | ||
PL_IN mars.in | ||
TP_IN tp.in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
!Parameter file for the SyMBA-RINGMOONS test | ||
T0 0.0 | ||
TSTOP 1200.0 | ||
DT 600.0 | ||
PL_IN mars.in | ||
TP_IN tp.in | ||
IN_TYPE ASCII | ||
ISTEP_OUT 1 | ||
ISTEP_DUMP 1 | ||
BIN_OUT bin.dat | ||
PARTICLE_FILE particle.dat | ||
OUT_TYPE REAL8 | ||
OUT_FORM EL | ||
OUT_STAT REPLACE | ||
J2 0.0 | ||
J4 0.0 | ||
CHK_CLOSE yes | ||
CHK_RMIN 3389500.0 | ||
CHK_RMAX 3389500000.0 | ||
CHK_EJECT 3389500000.0 | ||
CHK_QMIN 3389500.0 | ||
CHK_QMIN_COORD HELIO | ||
CHK_QMIN_RANGE 3389500.0 338950000000.0 | ||
ENC_OUT /dev/null | ||
EXTRA_FORCE no | ||
BIG_DISCARD no | ||
RHILL_PRESENT yes | ||
MTINY 1000.0 | ||
ENERGY yes | ||
FRAGMENTATION yes | ||
ROTATION yes | ||
MU2KG 1.0 | ||
DU2M 1.0 | ||
TU2S 1.0 | ||
SEED 2 3080983 2220830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
TSTOP 2.40000000000000000E+03 | ||
T0 1.20000000000000000E+03 | ||
DT 6.00000000000000000E+02 | ||
PL_IN dump_pl2.bin | ||
TP_in dump_tp2.bin | ||
IN_TYPE REAL8 | ||
ISTEP_OUT 1 | ||
BIN_OUT bin.dat | ||
PARTICLE_FILE particle.dat | ||
OUT_TYPE REAL8 | ||
OUT_FORM EL | ||
OUT_STAT APPEND | ||
ENC_OUT /dev/null | ||
ISTEP_DUMP 1 | ||
CHK_RMIN 3.38950000000000000E+06 | ||
CHK_RMAX 3.38950000000000000E+09 | ||
CHK_EJECT 3.38950000000000000E+09 | ||
CHK_QMIN 3.38950000000000000E+06 | ||
CHK_QMIN_COORD HELIO | ||
CHK_QMIN_RANGE 3.38950000000000000E+06 3.38950000000000000E+11 | ||
MTINY 1.00000000000000000E+03 | ||
MU2KG 1.00000000000000000E+00 | ||
TU2S 1.00000000000000000E+00 | ||
DU2M 1.00000000000000000E+00 | ||
SEED 2 3080983 2220830 | ||
EXTRA_FORCE F | ||
BIG_DISCARD F | ||
RHILL_PRESENT T | ||
CHK_CLOSE T | ||
FRAGMENTATION T | ||
ENERGY T | ||
ROTATION T | ||
TIDES F | ||
GR F | ||
YARKOVSKY F | ||
YORP F | ||
RINGMOONS F |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.