Skip to content

Commit

Permalink
sync inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed May 9, 2024
1 parent 6b2c287 commit 2227f71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Exec/science/xrb_layered/inputs_2d.nonsquare
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ amr.v = 1 # verbosity in Amr.cpp

# REFINEMENT / REGRIDDING
amr.max_level = 1 # maximum level number allowed
amr.ref_ratio = 4 2 2 2 # refinement ratio
amr.ref_ratio = 2 2 2 2 # refinement ratio
amr.regrid_int = 2 2 2 2 # how often to regrid
amr.blocking_factor = 8 # block factor in grid generation
amr.max_grid_size = 256
Expand All @@ -74,7 +74,7 @@ amr.check_int = 1000 # number of timesteps between checkpoints

# PLOTFILES
amr.plot_file = xrb_plt # root name of plotfile
amr.plot_int = 1000 # number of timesteps between plotfiles
amr.plot_per = 0.001
amr.derive_plot_vars = ALL

# PROBLEM PARAMETERS
Expand All @@ -84,11 +84,13 @@ problem.apply_perturbation = 1

problem.model_shift = 750.0

problem.H_min = 1.e-5
problem.He_min = 1.e-5
problem.H_min = -1
problem.He_min = -1

# MICROPHYSICS
integrator.jacobian = 1

integrator.atol_spec = 1.e-6
integrator.rtol_spec = 1.e-6

integrator.X_reject_buffer = 4.0
4 changes: 1 addition & 3 deletions Exec/science/xrb_layered/inputs_3d.nonsquare
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ amr.check_int = 1000 # number of timesteps between checkpoints

# PLOTFILES
amr.plot_file = xrb_plt # root name of plotfile
amr.plot_per = 0.001 # number of timesteps between plotfiles
amr.plot_per = 0.001
amr.derive_plot_vars = ALL

amr.small_plot_file = xrb_smallplt # root name of plotfile
Expand All @@ -100,6 +100,4 @@ integrator.jacobian = 1
integrator.atol_spec = 1.e-6
integrator.rtol_spec = 1.e-6

integrator.linalg_do_pivoting = 0

integrator.X_reject_buffer = 4.0

0 comments on commit 2227f71

Please sign in to comment.