File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ r22.05.1
15
15
========
16
16
17
17
Convective Premixing
18
- ------------
18
+ --------------------
19
19
20
20
Convective premixing (CPM) has not worked properly since release r15140. CPM was broken by the
21
21
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.
25
25
See `gh-425 <https://github.com/MESAHub/mesa/issues/425 >`_
26
26
27
27
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
+
28
47
r21.12.1
29
48
========
30
49
You can’t perform that action at this time.
0 commit comments