Skip to content

Commit

Permalink
update the subchandra inputs based on recent runs (AMReX-Astro#2514)
Browse files Browse the repository at this point in the history
this switches to the analytic Jacobian and bumps up the number of ODE steps
also turn on global diagnostics (sum_interval)
  • Loading branch information
zingale committed Jun 27, 2023
1 parent 90afb40 commit 46f8579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Exec/science/subchandra/inputs_2d.N14.coarse
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ castro.sponge_timescale = 1.e-3
castro.cfl = 0.2 # cfl number for hyperbolic system
castro.init_shrink = 0.05 # scale back initial timestep by this factor
castro.change_max = 1.025 # factor by which dt is allowed to change each timestep
castro.sum_interval = 0 # timesteps between computing and printing volume averages
castro.sum_interval = 5 # timesteps between computing and printing volume averages
castro.update_sources_after_reflux = 0
castro.time_integration_method = 3

Expand Down Expand Up @@ -147,12 +147,12 @@ integrator.rtol_spec = 1.e-5
integrator.atol_spec = 1.e-5
integrator.rtol_enuc = 1.e-5
integrator.atol_enuc = 1.e-5
integrator.jacobian = 2
integrator.jacobian = 1

integrator.X_reject_buffer = 4.0

# disable jacobian caching in VODE
integrator.use_jacobian_caching = 0

integrator.ode_max_steps = 500000
integrator.ode_max_steps = 1000000

0 comments on commit 46f8579

Please sign in to comment.