Skip to content

Commit

Permalink
reset params
Browse files Browse the repository at this point in the history
  • Loading branch information
psharda committed Sep 9, 2023
1 parent 3a4cc58 commit 6fc07b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/PopIII.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ amr.v = 1 # verbosity in Amr
# *****************************************************************
# Resolution and refinement
# *****************************************************************
amr.n_cell = 64 64 64
amr.n_cell = 128 128 128
amr.max_level = 0 # number of levels = max_level + 1
amr.blocking_factor = 32 # grid size must be divisible by this
amr.max_grid_size = 128 # at least 128 for GPUs
Expand All @@ -22,7 +22,7 @@ amr.grid_eff = 0.7 # default

hydro.reconstruction_order = 3 # PPM
cfl = 0.2
max_timesteps = 1000
max_timesteps = 10
stop_time = 1e16

do_reflux = 1
Expand Down

0 comments on commit 6fc07b1

Please sign in to comment.