@@ -51,10 +51,10 @@ module ctrls_io
51
51
max_model_number, relax_max_number_retries, max_number_retries, max_age, max_age_in_seconds, max_age_in_days, &
52
52
num_adjusted_dt_steps_before_max_age, dt_years_for_steps_before_max_age, max_abs_rel_run_E_err, &
53
53
reduction_factor_for_max_timestep, when_to_stop_rtol, when_to_stop_atol, &
54
- gamma_center_limit, eta_center_limit, log_center_temp_limit , log_max_temp_upper_limit, &
55
- log_max_temp_lower_limit , log_center_temp_lower_limit, log_center_density_limit , &
56
- log_center_density_lower_limit, center_entropy_limit , center_entropy_lower_limit, &
57
- max_entropy_limit , max_entropy_lower_limit, min_timestep_limit, non_fe_core_rebound_limit, &
54
+ gamma_center_limit, eta_center_limit, log_center_temp_upper_limit , log_max_temp_upper_limit, &
55
+ log_max_temp_lower_limit , log_center_temp_lower_limit, log_center_density_upper_limit , &
56
+ log_center_density_lower_limit, center_entropy_upper_limit , center_entropy_lower_limit, &
57
+ max_entropy_upper_limit , max_entropy_lower_limit, min_timestep_limit, non_fe_core_rebound_limit, &
58
58
fe_core_infall_limit, center_Ye_lower_limit, center_R_lower_limit, non_fe_core_infall_limit, &
59
59
fe_core_infall_mass, non_fe_core_infall_mass, &
60
60
v_div_csound_surf_limit, v_div_csound_max_limit, Lnuc_div_L_upper_limit, Lnuc_div_L_lower_limit,&
@@ -780,17 +780,17 @@ subroutine store_controls(s, ierr)
780
780
s% when_to_stop_atol = when_to_stop_atol
781
781
s% gamma_center_limit = gamma_center_limit
782
782
s% eta_center_limit = eta_center_limit
783
- s% log_center_temp_limit = log_center_temp_limit
783
+ s% log_center_temp_upper_limit = log_center_temp_upper_limit
784
784
s% log_max_temp_upper_limit = log_max_temp_upper_limit
785
785
s% log_max_temp_lower_limit = log_max_temp_lower_limit
786
786
s% log_center_temp_lower_limit = log_center_temp_lower_limit
787
- s% log_center_density_limit = log_center_density_limit
787
+ s% log_center_density_upper_limit = log_center_density_upper_limit
788
788
s% log_center_density_lower_limit = log_center_density_lower_limit
789
789
s% min_timestep_limit = min_timestep_limit
790
790
791
- s% center_entropy_limit = center_entropy_limit
791
+ s% center_entropy_upper_limit = center_entropy_upper_limit
792
792
s% center_entropy_lower_limit = center_entropy_lower_limit
793
- s% max_entropy_limit = max_entropy_limit
793
+ s% max_entropy_upper_limit = max_entropy_upper_limit
794
794
s% max_entropy_lower_limit = max_entropy_lower_limit
795
795
796
796
s% fe_core_infall_limit = fe_core_infall_limit
@@ -2455,17 +2455,17 @@ subroutine set_controls_for_writing(s, ierr)
2455
2455
when_to_stop_atol = s% when_to_stop_atol
2456
2456
gamma_center_limit = s% gamma_center_limit
2457
2457
eta_center_limit = s% eta_center_limit
2458
- log_center_temp_limit = s% log_center_temp_limit
2458
+ log_center_temp_upper_limit = s% log_center_temp_upper_limit
2459
2459
log_max_temp_upper_limit = s% log_max_temp_upper_limit
2460
2460
log_max_temp_lower_limit = s% log_max_temp_lower_limit
2461
2461
log_center_temp_lower_limit = s% log_center_temp_lower_limit
2462
- log_center_density_limit = s% log_center_density_limit
2462
+ log_center_density_upper_limit = s% log_center_density_upper_limit
2463
2463
log_center_density_lower_limit = s% log_center_density_lower_limit
2464
2464
min_timestep_limit = s% min_timestep_limit
2465
2465
2466
- center_entropy_limit = s% center_entropy_limit
2466
+ center_entropy_upper_limit = s% center_entropy_upper_limit
2467
2467
center_entropy_lower_limit = s% center_entropy_lower_limit
2468
- max_entropy_limit = s% max_entropy_limit
2468
+ max_entropy_upper_limit = s% max_entropy_upper_limit
2469
2469
max_entropy_lower_limit = s% max_entropy_lower_limit
2470
2470
2471
2471
fe_core_infall_limit = s% fe_core_infall_limit
0 commit comments