diff --git a/examples/Basic_Simulation/initial_conditions.py b/examples/Basic_Simulation/initial_conditions.py index 9bb279b51..3683ae077 100644 --- a/examples/Basic_Simulation/initial_conditions.py +++ b/examples/Basic_Simulation/initial_conditions.py @@ -23,7 +23,7 @@ from numpy.random import default_rng # Initialize the simulation object as a variable -sim = swiftest.Simulation(tstart=0.0, tstop=1.0e3, dt=0.010, tstep_out=1.0e0, fragmentation=True, minimum_fragment_mass = 2.5e-11, mtiny=2.5e-8) +sim = swiftest.Simulation(tstart=0.0, tstop=1.0e3, dt=0.005, tstep_out=1.0e0, dump_cadence=0, fragmentation=True, minimum_fragment_mass = 2.5e-11, mtiny=2.5e-8) # Add the modern planets and the Sun using the JPL Horizons Database sim.add_solar_system_body(["Sun","Mercury","Venus","Earth","Mars","Jupiter","Saturn","Uranus","Neptune","Pluto"]) diff --git a/examples/whm_gr_test/swiftest_relativity.ipynb b/examples/whm_gr_test/swiftest_relativity.ipynb index 113e10f81..0e5f26360 100644 --- a/examples/whm_gr_test/swiftest_relativity.ipynb +++ b/examples/whm_gr_test/swiftest_relativity.ipynb @@ -30,9 +30,7 @@ "Fetching ephemerides data for Jupiter from JPL/Horizons\n", "Fetching ephemerides data for Saturn from JPL/Horizons\n", "Fetching ephemerides data for Uranus from JPL/Horizons\n", - "Fetching ephemerides data for Neptune from JPL/Horizons\n", - "Writing initial conditions to file init_cond.nc\n", - "Writing parameter inputs to file /home/daminton/git_debug/swiftest/examples/whm_gr_test/param.gr.in\n" + "Fetching ephemerides data for Neptune from JPL/Horizons\n" ] }, { @@ -394,7 +392,7 @@ "Coordinates:\n", " * name (name) <U32 'Sun' 'Mercury' 'Venus' ... 'Uranus' 'Neptune'\n", " * time (time) float64 0.0\n", - "Data variables: (12/14)\n", + "Data variables: (12/15)\n", " particle_type (name) <U32 'Central Body' 'Massive Body' ... 'Massive Body'\n", " id (name) int64 0 1 2 3 4 5 6 7 8\n", " a (time, name) float64 nan 0.3871 0.7233 ... 9.532 19.24 30.04\n", @@ -402,33 +400,33 @@ " inc (time, name) float64 nan 7.003 3.394 ... 2.488 0.773 1.771\n", " capom (time, name) float64 nan 48.3 76.6 ... 113.6 74.01 131.8\n", " ... ...\n", - " Gmass (time, name) float64 39.48 6.554e-06 ... 0.001724 0.002034\n", " radius (time, name) float64 0.00465 1.631e-05 ... 0.0001646\n", " j2rp2 (time, name) float64 4.754e-12 nan nan nan ... nan nan nan\n", " j4rp4 (time, name) float64 -2.247e-18 nan nan nan ... nan nan nan\n", " ntp (time) int64 0\n", - " npl (time) int64 8
  • " ], "text/plain": [ "\n", @@ -436,7 +434,7 @@ "Coordinates:\n", " * name (name)
  • " ], "text/plain": [ "\n", @@ -885,7 +881,7 @@ "Coordinates:\n", " * name (name)