Skip to content

Commit f210ec2

Browse files
committed
[ci skip] Add overshoot in known_bugs
1 parent 4478a0a commit f210ec2

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/source/known_bugs.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ r22.05.1
1515
========
1616

1717
Convective Premixing
18-
------------
18+
--------------------
1919

2020
Convective premixing (CPM) has not worked properly since release r15140. CPM was broken by the
2121
removal of the ``lnPgas_flag``, which caused some of the necessary EOS updates to be missed after
@@ -25,6 +25,25 @@ EOS updates at constant pressure. This will be fixed in future releases.
2525
See `gh-425 <https://github.com/MESAHub/mesa/issues/425>`_
2626

2727

28+
Invalid location for overshoot boundary
29+
---------------------------------------
30+
31+
Sometimes MESA will crash with an error similar to this:
32+
33+
.. code-block:: shell
34+
35+
s%top_conv_bdy(i)= F
36+
D(k) 0.0000000000000000
37+
s%D_mix(k-1) 1.1101956346180402
38+
s%overshoot_D_min 100.00000000000000
39+
Invalid location for overshoot boundary: cz_bdy_dq, dq= -0.13040604669743103 1.4532774141478022E-003
40+
0 terminate reason: nonzero_ierr
41+
42+
This bug effects many previous versions of MESA as well. This has been fixed in `gh-400 <https://github.com/MESAHub/mesa/issues/400>`_ .
43+
The solution is to update to a newer MESA version.
44+
45+
46+
2847
r21.12.1
2948
========
3049

0 commit comments

Comments
 (0)