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 23, 2021
2 parents 36e41ee + 76c6ce6 commit be2d23b
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 630 deletions.
8 changes: 4 additions & 4 deletions examples/symba_chambers_2013/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
# Define the initial orbital elements of the big and small bodies
avalb = default_rng().uniform(0.3, 2.0, Nb)
avals = default_rng().uniform(0.3, 2.0, Ns)
evalb = default_rng().uniform(0.0, 0.001, Nb)
evals = default_rng().uniform(0.0, 0.001, Ns)
incvalb = default_rng().uniform(0.0, 0.0005 * 180 / np.pi, Nb)
incvals = default_rng().uniform(0.0, 0.0005 * 180 / np.pi, Ns)
evalb = default_rng().uniform(0.0, 0.01, Nb)
evals = default_rng().uniform(0.0, 0.01, Ns)
incvalb = default_rng().uniform(0.0, 0.005 * 180 / np.pi, Nb)
incvals = default_rng().uniform(0.0, 0.005 * 180 / np.pi, Ns)
capomvalb = default_rng().uniform(0.0, 360.0, Nb)
capomvals = default_rng().uniform(0.0, 360.0, Ns)
omegavalb = default_rng().uniform(0.0, 360.0, Nb)
Expand Down
3 changes: 2 additions & 1 deletion examples/symba_chambers_2013/param.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ ROTATION YES
TIDES NO
ENERGY YES
GR NO
GU 39.476926408897626
ENERGY_OUT energy.dat
GMTINY 1.1053539394491336e-08
MIN_GMFRAG 1.1053539394491336e-10
Loading

0 comments on commit be2d23b

Please sign in to comment.