diff --git a/inputs/precipitator_restart_reproducer.in b/inputs/precipitator_restart_reproducer.in index 10d1e345..fc5faedc 100644 --- a/inputs/precipitator_restart_reproducer.in +++ b/inputs/precipitator_restart_reproducer.in @@ -6,23 +6,23 @@ problem_id = precipitator # problem ID: basename of output filenames file_type = hst # History data dump -dt = 10.0 # time increment between outputs +dt = 1.0 # time increment between outputs file_type = hdf5 # HDF5 data dump variables = prim, drho_over_rho, dP_over_P, dK_over_K, dT_over_T, entropy, temperature, tcool_over_tff, plasma_beta, dv_x, dv_y, dv_z -dt = 10.0 # Time increment between outputs +dt = 1.0 # Time increment between outputs id = prim # Name to append to output file_type = rst # Binary data dump -dt = 10.0 # time increment between outputs +dt = 1.0 # time increment between outputs id = restart cfl = 0.2 # The Courant, Friedrichs, & Lewy (CFL) Number nlim = -1 # cycle limit -tlim = 30.0 # time limit +tlim = 3.0 # time limit integrator = rk2 # time integration algorithm perf_cycle_offset = 10 # interval for stdout summary info diff --git a/reproducer.sh b/reproducer.sh index 5765279c..998e03eb 100755 --- a/reproducer.sh +++ b/reproducer.sh @@ -18,15 +18,13 @@ mv parthenon.* first_run rm *.csv # restart run -mpirun -np 8 ./build/bin/athenaPK -r first_run/parthenon.restart.00000.rhdf +mpirun -np 8 ./build/bin/athenaPK -r first_run/parthenon.restart.00001.rhdf # clean up rm *.csv # compare restart outputs -h5diff first_run/parthenon.restart.00000.phdf parthenon.restart.00001.phdf -h5diff first_run/parthenon.restart.00001.phdf parthenon.restart.00002.phdf +h5diff first_run/parthenon.restart.00002.rhdf parthenon.restart.00002.rhdf # compare snapshot outputs -h5diff first_run/parthenon.prim.00000.phdf parthenon.prim.00001.phdf -h5diff first_run/parthenon.prim.00001.phdf parthenon.prim.00002.phdf +h5diff first_run/parthenon.prim.00002.phdf parthenon.prim.00002.phdf