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

Commit

Permalink
Updated defaults in python script to NetCDF
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 28, 2021
1 parent e753b41 commit 2eac89d
Show file tree
Hide file tree
Showing 5 changed files with 2,901 additions and 465 deletions.
1 change: 1 addition & 0 deletions examples/symba_chambers_2013/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
sim.param['IN_FORM'] = 'EL'
sim.param['OUT_FORM'] = 'XVEL'
sim.param['OUT_TYPE'] = 'NETCDF_DOUBLE'
sim.param['BIN_OUT'] = 'bin.nc'

# Add central body
sim.add("Sun")
Expand Down
2 changes: 1 addition & 1 deletion examples/symba_chambers_2013/param.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IN_TYPE ASCII
PL_IN pl_chambers_2013.in
TP_IN tp.in
CB_IN sun_MsunAUYR.in
BIN_OUT bin.dat
BIN_OUT bin.nc
CHK_QMIN -1.0
CHK_RMIN -1.0
CHK_RMAX 1000.0
Expand Down
Loading

0 comments on commit 2eac89d

Please sign in to comment.