File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4067
4067
! ~~~~~~~~~~~~~~~~
4068
4068
4069
4069
! When w_div_wc_flag is true, rather than a hard limit on w_div_wcrit
4070
- ! we use w_div_wcrit_max<w_div_wcrit_max2 to provide a smooth transition.
4071
- ! In the limit of j_rot->infinity, the resulting w_div_wc will match
4072
- ! w_div_wcrit_max2, while nothing is done when w_div_wcrit_max<w_div_wcrit_max
4070
+ ! we use two limiting values w_div_wcrit_max < w_div_wcrit_max2 to provide a smooth transition.
4071
+ ! Nothing is done when w_div_wc < w_div_wcrit_max, if w_div_wcrit_max < w_div_wc < w_div_wcrit_max2,
4072
+ ! we apply a sigmoid, and in the limit of j_rot -> infinity, the resulting w_div_wc will match
4073
+ ! w_div_wcrit_max2 (being on the top of the sigmoid)
4073
4074
4074
4075
! ::
4075
4076
You can’t perform that action at this time.
0 commit comments