File tree Expand file tree Collapse file tree 8 files changed +11
-0
lines changed
12M_pre_ms_to_core_collapse
20M_pre_ms_to_core_collapse Expand file tree Collapse file tree 8 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 44
44
! limit max_model_number as part of test_suite
45
45
max_model_number = 500
46
46
use_gold2_tolerances = .true.
47
+ max_abs_rel_run_E_err = 1d-2
47
48
48
49
! the initial model comes from this thread via Philip Hall
49
50
! https://lists.mesastar.org/pipermail/mesa-users/2017-June/007738.html
Original file line number Diff line number Diff line change 172
172
gold2_tol_max_residual3 = 5d-4
173
173
gold_tol_max_residual2 = 5d-4
174
174
175
+ max_abs_rel_run_E_err = 1d-2
176
+
175
177
convergence_ignore_equL_residuals = .true.
176
178
make_gradr_sticky_in_solver_iters = .true.
177
179
xa_scale = 1d-5
Original file line number Diff line number Diff line change 75
75
do_conv_premix = .true.
76
76
do_premix_heating = .true.
77
77
use_gold2_tolerances = .true.
78
+ max_abs_rel_run_E_err = 1d-2
78
79
79
80
! Timestep and grid
80
81
Original file line number Diff line number Diff line change 98
98
99
99
energy_eqn_option = 'dedt'
100
100
use_gold2_tolerances = .true.
101
+ max_abs_rel_run_E_err = 1d-2
101
102
102
103
num_trace_history_values = 2
103
104
trace_history_value_name(1) = 'rel_E_err'
Original file line number Diff line number Diff line change 104
104
105
105
use_gold2_tolerances = .true.
106
106
use_gold_tolerances = .true.
107
+ max_abs_rel_run_E_err = 1d-2
107
108
108
109
mass_change_full_on_dt = 1d7 ! (seconds)
109
110
mass_change_full_off_dt = 1d6 ! (seconds)
Original file line number Diff line number Diff line change 175
175
gold2_tol_max_residual3 = 5d-4
176
176
gold_tol_max_residual2 = 5d-4
177
177
178
+ max_abs_rel_run_E_err = 1d-2
179
+
178
180
energy_eqn_option = 'dedt'
179
181
max_tries_for_implicit_wind = 0
180
182
Original file line number Diff line number Diff line change 31
31
32
32
energy_eqn_option = 'dedt'
33
33
use_gold2_tolerances = .true.
34
+ max_abs_rel_run_E_err = 1d-2
34
35
35
36
num_trace_history_values = 2
36
37
trace_history_value_name(1) = 'rel_E_err'
Original file line number Diff line number Diff line change 170
170
gold2_tol_max_residual3 = 5d-4
171
171
gold_tol_max_residual2 = 5d-4
172
172
173
+ max_abs_rel_run_E_err = 1d-2
174
+
173
175
energy_eqn_option = 'dedt'
174
176
max_tries_for_implicit_wind = 0
175
177
You can’t perform that action at this time.
0 commit comments