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

Commit

Permalink
Browse files Browse the repository at this point in the history
More fixes to parameter reader
  • Loading branch information
daminton committed Jul 7, 2021
1 parent 4e5a5fd commit 9c37676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/swiftest/swiftest/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def write_labeled_param(param, param_file_name):
'BIN_OUT',
'ENC_OUT',
'CHK_QMIN',
'CHK_RMIN',
'CHK_RMAX',
'CHK_EJECT',
'CHK_QMIN_COORD',
Expand Down
1 change: 1 addition & 0 deletions python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def __init__(self, codename="Swiftest", param_file=""):
'OUT_STAT': "REPLACE",
'CHK_RMAX': "1000.0",
'CHK_EJECT': "1000.0",
'CHK_RMIN': constants.RSun / constants.AU2M,
'CHK_QMIN': constants.RSun / constants.AU2M,
'CHK_QMIN_COORD': "HELIO",
'CHK_QMIN_RANGE': f"{constants.RSun / constants.AU2M} 1000.0",
Expand Down

0 comments on commit 9c37676

Please sign in to comment.