Skip to content

Commit 02a9cf2

Browse files
author
Matthias Fabry
committed
remove obsolete controls, reinterpret sigmoid
1 parent 5992b8e commit 02a9cf2

File tree

2 files changed

+4
-50
lines changed

2 files changed

+4
-50
lines changed

star/defaults/controls.defaults

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4048,57 +4048,20 @@
40484048

40494049
! ::
40504050

4051-
w_div_wcrit_max = 0.90d0
4051+
w_div_wcrit_max = 0.89d0
40524052

40534053

40544054
! w_div_wcrit_max2
40554055
! ~~~~~~~~~~~~~~~~
40564056

40574057
! When w_div_wc_flag is true, rather than a hard limit on w_div_wcrit
4058-
! we use w_div_wcrit_max2<w_div_wcrit_max to provide a smooth transition.
4058+
! we use w_div_wcrit_max<w_div_wcrit_max2 to provide a smooth transition.
40594059
! In the limit of j_rot->infinity, the resulting w_div_wc will match
4060-
! w_div_wcrit_max, while nothing is done when w_div_wcrit_max<w_div_wcrit_max2
4060+
! w_div_wcrit_max2, while nothing is done when w_div_wcrit_max<w_div_wcrit_max
40614061

40624062
! ::
40634063

4064-
w_div_wcrit_max2 = 0.89d0
4065-
4066-
4067-
! FP_min
4068-
! ~~~~~~
4069-
! FT_min
4070-
! ~~~~~~
4071-
4072-
! Lower limits for rotational distortion corrections factors FP and FT.
4073-
! Used for the calculation when fitted_fp_ft_i_rot = .false., otherwise the
4074-
! limits are set using w_div_wcrit_max
4075-
4076-
! ::
4077-
4078-
FP_min = 0.75d0
4079-
FT_min = 0.95d0
4080-
4081-
4082-
! FP_error_limit
4083-
! ~~~~~~~~~~~~~~
4084-
4085-
! If calculate an fp < this, treat it as an error.
4086-
! Used for the calculation when fitted_fp_ft_i_rot = .false.
4087-
4088-
! ::
4089-
4090-
FP_error_limit = 0d0
4091-
4092-
4093-
! FT_error_limit
4094-
! ~~~~~~~~~~~~~~
4095-
4096-
! If calculate an ft < this, treat it as an error.
4097-
! Used for the calculation when fitted_fp_ft_i_rot = .false.
4098-
4099-
! ::
4100-
4101-
FT_error_limit = 0d0
4064+
w_div_wcrit_max2 = 0.90d0
41024065

41034066

41044067
! D_mix_rotation_max_logT_full_on

star/private/ctrls_io.f90

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ module ctrls_io
277277
min_q_for_adjust_J_lost, min_J_div_delta_J, max_mdot_redo_cnt, mdot_revise_factor, &
278278
implicit_mdot_boost, min_years_dt_for_redo_mdot, surf_omega_div_omega_crit_limit, surf_omega_div_omega_crit_tol, &
279279
w_div_wcrit_max, w_div_wcrit_max2, &
280-
fp_min, ft_min, fp_error_limit, ft_error_limit, &
281280
D_mix_rotation_max_logT_full_on, D_mix_rotation_min_logT_full_off, &
282281
set_uniform_am_nu_non_rot, uniform_am_nu_non_rot, &
283282
set_min_am_nu_non_rot, min_am_nu_non_rot, min_center_Ye_for_min_am_nu_non_rot, &
@@ -1670,10 +1669,6 @@ subroutine store_controls(s, ierr)
16701669
s% surf_omega_div_omega_crit_tol = surf_omega_div_omega_crit_tol
16711670
s% w_div_wcrit_max = w_div_wcrit_max
16721671
s% w_div_wcrit_max2 = w_div_wcrit_max2
1673-
s% fp_min = fp_min
1674-
s% ft_min = ft_min
1675-
s% fp_error_limit = fp_error_limit
1676-
s% ft_error_limit = ft_error_limit
16771672

16781673
s% D_mix_rotation_max_logT_full_on = D_mix_rotation_max_logT_full_on
16791674
s% D_mix_rotation_min_logT_full_off = D_mix_rotation_min_logT_full_off
@@ -3344,10 +3339,6 @@ subroutine set_controls_for_writing(s, ierr)
33443339
surf_omega_div_omega_crit_tol = s% surf_omega_div_omega_crit_tol
33453340
w_div_wcrit_max = s% w_div_wcrit_max
33463341
w_div_wcrit_max2 = s% w_div_wcrit_max2
3347-
fp_min = s% fp_min
3348-
ft_min = s% ft_min
3349-
fp_error_limit = s% fp_error_limit
3350-
ft_error_limit = s% ft_error_limit
33513342

33523343
D_mix_rotation_max_logT_full_on = s% D_mix_rotation_max_logT_full_on
33533344
D_mix_rotation_min_logT_full_off = s% D_mix_rotation_min_logT_full_off

0 commit comments

Comments
 (0)