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 Dec 14, 2021
2 parents cb2b75d + d63323d commit 2111af5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 75 deletions.
5 changes: 0 additions & 5 deletions examples/helio_gr_test/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,5 @@
sim.add(name, idval=id, date="2027-04-30")

sim.save("param.swiftest.in")
sim.param['PL_IN'] = "pl.swifter.in"
sim.param['TP_IN'] = "tp.swifter.in"
sim.param['BIN_OUT'] = "bin.swifter.dat"
sim.param['ENC_OUT'] = "enc.swifter.dat"
sim.save("param.swifter.in", codename="Swifter")


27 changes: 0 additions & 27 deletions examples/helio_gr_test/param.swifter.in

This file was deleted.

36 changes: 0 additions & 36 deletions examples/helio_gr_test/pl.swifter.in

This file was deleted.

1 change: 0 additions & 1 deletion examples/helio_gr_test/tp.swifter.in

This file was deleted.

6 changes: 3 additions & 3 deletions examples/symba_gr_test/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
sim.param['TU2S'] = swiftest.YR2S
sim.param['DU2M'] = swiftest.AU2M
sim.param['T0'] = 0.0
sim.param['DT'] = 0.125 * swiftest.JD2S / swiftest.YR2S
sim.param['DT'] = 0.25 * swiftest.JD2S / swiftest.YR2S
sim.param['TSTOP'] = 1000.0
sim.param['ISTEP_OUT'] = 2922
sim.param['ISTEP_DUMP'] = 2922
sim.param['ISTEP_OUT'] = 1461
sim.param['ISTEP_DUMP'] = 1461
sim.param['CHK_QMIN_COORD'] = "HELIO"
sim.param['CHK_QMIN'] = swiftest.RSun / swiftest.AU2M
sim.param['CHK_QMIN_RANGE'] = f"{swiftest.RSun / swiftest.AU2M} 1000.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/symba_gr_test/param.swiftest.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
! VERSION Swiftest parameter input
T0 0.0
TSTOP 1000.0
DT 0.00034223134839151266
ISTEP_OUT 2922
ISTEP_DUMP 2922
DT 0.0006844626967830253
ISTEP_OUT 1461
ISTEP_DUMP 1461
OUT_FORM XVEL
OUT_TYPE NETCDF_DOUBLE
OUT_STAT UNKNOWN
Expand Down

0 comments on commit 2111af5

Please sign in to comment.