Skip to content

Commit 4517eef

Browse files
committed
turn off radiative damping in tdc, update changelog
1 parent c9ff9db commit 4517eef

21 files changed

+47
-38
lines changed

docs/source/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ produced GYRE-format files that are backward-compatible with older
7777
GYRE releases. (If using GSM-format files, set to 110 instead for
7878
backward compatibility).
7979

80+
Massive Star test_suite Updates
81+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82+
The ``12Msun_pre_ms_to_core_collapse``, ``20Msun_pre_ms_to_core_collapse``, and ``zams_to_cc_80``
83+
test_suites have each been updated and now fully evolve models at solar metallicities to core
84+
collapse while keeping their surface boundaries at tau = 1. The models offer a framework which
85+
has been tested to function with large reaction networks containing > 200 isotopes thanks to
86+
'op_split_burn'. This updates includes the revival of the ``make_pre_ccsn_13bvn`` test_suite
87+
as seen in section 6.9 of MESA IV.
88+
8089

8190
.. _Bug Fixes main:
8291

star/test_suite/12M_pre_ms_to_core_collapse/inlist_common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
mixing_length_alpha = 1.5
9898
MLT_option = 'TDC'
9999

100-
! We will be bold and try radiative damping, although it
100+
! If you would like to be bold, try radiative damping, although it
101101
! is a departure from the mlt limit of 'TDC'
102-
alpha_TDC_DAMPR = 1d0 ! 0d0 is default for mlt limit
102+
alpha_TDC_DAMPR = 0d0 ! 0d0 is default for mlt limit
103103

104104

105105
use_other_alpha_mlt = .true. ! implemented in run_star_extras

star/test_suite/12M_pre_ms_to_core_collapse/standard_after_core_c_burn.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

star/test_suite/12M_pre_ms_to_core_collapse/standard_after_core_he_burn.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

star/test_suite/12M_pre_ms_to_core_collapse/standard_late_pre_zams.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

star/test_suite/12M_pre_ms_to_core_collapse/standard_lgTmax.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

star/test_suite/12M_pre_ms_to_core_collapse/standard_zams.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

star/test_suite/20M_pre_ms_to_core_collapse/inlist_common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
mixing_length_alpha = 1.5
9898
MLT_option = 'TDC'
9999

100-
! We will be bold and try radiative damping, although it
100+
! If you would like to be bold, try radiative damping, although it
101101
! is a departure from the mlt limit of 'TDC'
102-
alpha_TDC_DAMPR = 1d0 ! 0d0 is default for mlt limit
102+
alpha_TDC_DAMPR = 0d0 ! 0d0 is default for mlt limit
103103

104104

105105
use_other_alpha_mlt = .true. ! implemented in run_star_extras

star/test_suite/20M_pre_ms_to_core_collapse/standard_after_core_c_burn.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

star/test_suite/20M_pre_ms_to_core_collapse/standard_after_core_he_burn.mod

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)