Skip to content

Commit cd9ab14

Browse files
committed
turn on stricter energy conservation limits for some test cases
1 parent 48e0df9 commit cd9ab14

File tree

8 files changed

+11
-0
lines changed

8 files changed

+11
-0
lines changed

star/test_suite/1.3M_ms_high_Z/inlist_1.3M_ms_high_Z

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
! limit max_model_number as part of test_suite
4545
max_model_number = 500
4646
use_gold2_tolerances = .true.
47+
max_abs_rel_run_E_err = 1d-2
4748

4849
! the initial model comes from this thread via Philip Hall
4950
! https://lists.mesastar.org/pipermail/mesa-users/2017-June/007738.html

star/test_suite/12M_pre_ms_to_core_collapse/inlist_common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@
172172
gold2_tol_max_residual3 = 5d-4
173173
gold_tol_max_residual2 = 5d-4
174174

175+
max_abs_rel_run_E_err = 1d-2
176+
175177
convergence_ignore_equL_residuals = .true.
176178
make_gradr_sticky_in_solver_iters = .true.
177179
xa_scale = 1d-5

star/test_suite/16M_conv_premix/inlist_16M_conv_premix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
do_conv_premix = .true.
7676
do_premix_heating = .true.
7777
use_gold2_tolerances = .true.
78+
max_abs_rel_run_E_err = 1d-2
7879

7980
! Timestep and grid
8081

star/test_suite/16M_predictive_mix/inlist_16M_predictive_mix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898

9999
energy_eqn_option = 'dedt'
100100
use_gold2_tolerances = .true.
101+
max_abs_rel_run_E_err = 1d-2
101102

102103
num_trace_history_values = 2
103104
trace_history_value_name(1) = 'rel_E_err'

star/test_suite/1M_thermohaline/inlist_1M_thermohaline

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
use_gold2_tolerances = .true.
106106
use_gold_tolerances = .true.
107+
max_abs_rel_run_E_err = 1d-2
107108

108109
mass_change_full_on_dt = 1d7 ! (seconds)
109110
mass_change_full_off_dt = 1d6 ! (seconds)

star/test_suite/20M_pre_ms_to_core_collapse/inlist_common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@
175175
gold2_tol_max_residual3 = 5d-4
176176
gold_tol_max_residual2 = 5d-4
177177

178+
max_abs_rel_run_E_err = 1d-2
179+
178180
energy_eqn_option = 'dedt'
179181
max_tries_for_implicit_wind = 0
180182

star/test_suite/7M_prems_to_AGB/inlist_7M_prems_to_AGB

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
energy_eqn_option = 'dedt'
3333
use_gold2_tolerances = .true.
34+
max_abs_rel_run_E_err = 1d-2
3435

3536
num_trace_history_values = 2
3637
trace_history_value_name(1) = 'rel_E_err'

star/test_suite/zams_to_cc_80/inlist_common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@
170170
gold2_tol_max_residual3 = 5d-4
171171
gold_tol_max_residual2 = 5d-4
172172

173+
max_abs_rel_run_E_err = 1d-2
174+
173175
energy_eqn_option = 'dedt'
174176
max_tries_for_implicit_wind = 0
175177

0 commit comments

Comments
 (0)