Skip to content

Commit ca30471

Browse files
committed
[ci skip] update docs_changelog_Doxy
1 parent 9fc77aa commit ca30471

File tree

3 files changed

+16
-25
lines changed

3 files changed

+16
-25
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "MESA"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = r24.03.04
41+
PROJECT_NUMBER = r24.06.1-rc1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/source/changelog.rst

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,10 @@
22
Changelog
33
*********
44

5-
Changes in main
6-
===============
5+
Changes in r24.06.1-rc1
6+
=======================
77

8-
.. note:: This describes changes present in the development version of MESA (``main`` branch) relative to the most recent release.
9-
10-
.. _Backwards-incompatible changes main:
11-
12-
Backwards-incompatible changes
13-
------------------------------
14-
15-
16-
.. _New Features main:
8+
.. _New Features r24.06.1-rc1:
179

1810
New Features
1911
------------
@@ -26,7 +18,7 @@ Kap
2618
**High Temperature Opacity Tables**
2719

2820
Type 1 Rosseland-mean opacity tables from The Los Alamos
29-
OPLIB database (`Colgan et al. 2016 <https://ui.adsabs.harvard.edu/abs/2016ApJ...817..116C/abstract>`_) are now available (Farag et al. 2024).
21+
OPLIB database (`Colgan et al. 2016 <https://ui.adsabs.harvard.edu/abs/2016ApJ...817..116C/abstract>`_) are now available (`Farag et al. 2024 <https://doi.org/10.3847/1538-4357/ad4355>`_).
3022
These tables cover the region :math:`0.0 \leq X \leq 1-Z` and
3123
:math:`0.0\leq Z \leq 0.2`. Each set of OPLIB
3224
opacity tables contains 1194 individual tables, a
@@ -49,7 +41,7 @@ See :ref:`kap/overview:Overview of kap module` and
4941
:ref:`kap/defaults:kap_file_prefix` for more details on the
5042
implementation of these tables. For further details on these new OPLIB opacity tables, a direct comparison with
5143
the Type 1 OPAL/OP tables as well as their effect on solar models can be found in
52-
in Farag et al. 2024.
44+
in `Farag et al. 2024 <https://doi.org/10.3847/1538-4357/ad4355>`_.
5345

5446

5547
**Low Temperature Opacity Tables**
@@ -66,10 +58,9 @@ options for :ref:`kap/defaults:kap_lowT_prefix`:
6658

6759
**Opacity interpolation**
6860

69-
We have updated the opacity interpolation scheme to provide much higher quality derivatives when doing cubic interpolation
70-
in composition.
61+
We have updated the opacity interpolation scheme to provide much higher quality derivatives when doing cubic interpolation in composition.
7162

72-
MESA interpolates across opacity tables in the :math:`X–Z` plane through the use of two consequtive 1D splines.
63+
MESA interpolates across opacity tables in the :math:`X–Z` plane through the use of two consecutive 1D splines.
7364
MESA offers users the ability to choose linear or cubic interpolation for these splines,
7465
while leaving the default as linear interpolation::
7566

@@ -118,17 +109,17 @@ option (shown below), while also providing more accurate opacity physics between
118109
For this MESA release, linear interpolation remains the default method for interpolating in composition between opacity tables
119110
while we continue to investigate the residual areas where cubic interpolation appears to occasionally produce lower quality derivatives.
120111
However, adopting cubic interpolation has been shown to consistently increase the overall
121-
opacity of a model, and can directly effect the structure of solar models, see Appendix B & C in Farag et al. 2024.
112+
opacity of a model, and can directly effect the structure of solar models, see Appendix B & C in `Farag et al. 2024 <https://doi.org/10.3847/1538-4357/ad4355>`_.
122113
We anticipate making cubic interpolation the default in a future MESA release version.
123114
We encourage users to experiment with these different opacity interpolation routines and be mindful of the effect they can have on their stellar models.
124115

125116

126117
Chem
127-
~~~~~
118+
~~~~
128119
New initial metal mass fractions ``initial_zfracs`` taken from photospheric estimates of the solar heavy element abundances in (AAG21, Asplund et al. 2021) and (MB22, Magg et al. 2022)
129120
are now available. See :ref:`reference/star_job:initial_zfracs` for more details.
130121

131-
.. _Bug Fixes main:
122+
.. _Bug Fixes r24.06.1-rc1:
132123

133124
Bug Fixes
134125
---------
@@ -138,8 +129,8 @@ Rates
138129

139130
There has been a bug present in the rates module due to the incorrect
140131
phase space factors for reverse reaction rates involving greater than 2 reactants or
141-
products. This bug resulted in inconsistent equillibrium compositions when the network
142-
evolves into nuclear statistical equillibrium (NSE), at temperatures exceeding 4 GK.
132+
products. This bug resulted in inconsistent equilibrium compositions when the network
133+
evolves into nuclear statistical equilibrium (NSE), at temperatures exceeding 4 GK.
143134
This bug effects users who evolve models into NSE using large reaction networks. This
144135
includes evolving massive stars to core-collapse. Smaller networks such as the ``approx21``
145136
networks are less affected. We strongly recommend that users update to the latest MESA release.

docs/source/kap/overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ selected by the option :ref:`kap/defaults:kap_file_prefix`.
6666

6767
A direct comparison between the Type 1 format of OPAL/OP tables and
6868
the OPLIB tables are shown in the figure below
69-
taken from Figure 1 in Farag et al. 2024. Further comparisons
70-
between OP/OPAL/OPLIB can be found in Farag et al. 2024.
69+
taken from Figure 1 in `Farag et al. 2024 <https://doi.org/10.3847/1538-4357/ad4355>`_. Further comparisons
70+
between OP/OPAL/OPLIB can be found in `Farag et al. 2024 <https://doi.org/10.3847/1538-4357/ad4355>`_.
7171

7272

7373
.. figure:: type1_format.png
@@ -76,7 +76,7 @@ between OP/OPAL/OPLIB can be found in Farag et al. 2024.
7676
Location of each Type-1 opacity table in the :math:`X–Z` plane (left panel) and the
7777
log:math:`T`–log:math:`R` plane (right panel). Orange circles mark the location of
7878
the 126 OPAL Type-1 tables (Rogers & Iglesias 1992). Blue circles
79-
mark the location of the new 1194 Type-1 opacity tables (Farag et al. 2024).
79+
mark the location of the new 1194 Type-1 opacity tables (`Farag et al. 2024 <https://doi.org/10.3847/1538-4357/ad4355>`_).
8080

8181
Additionally, there is support for the OPAL Type 2 tables that allow
8282
for varying amounts of C and O beyond that accounted for by :math:`Z`;

0 commit comments

Comments
 (0)