Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] lower ode_max_steps and make burn retry on by default #1638

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integration/_parameters
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MAX_TEMP real 1.0e11
react_boost real -1.e0

# maximum number of timesteps for the integrator
ode_max_steps int 150000
ode_max_steps int 25000

# maximum timestep for the integrator
ode_max_dt real 1.e30
Expand All @@ -60,7 +60,7 @@ nonaka_level int 0
nonaka_file string "nonaka_plot.dat"

# do we retry a failed burn with different parameters?
use_burn_retry bool 0
use_burn_retry bool 1

# do we swap the Jacobian (from analytic to numerical or vice versa) on
# a retry?
Expand Down
Loading