Skip to content

Commit 003d492

Browse files
committed
[ci optional] more aggressive protection against mixing crystallized material
1 parent 87a51b6 commit 003d492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

star/private/turb_info.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ subroutine do1_mlt_2(s, k, &
150150
return
151151
end if
152152

153-
if (s% phase(k) > 0.9d0 .and. s% mu(k) > 1.7d0) then
153+
if (s% phase(k) > 0.5d0 .and. s% mu(k) > 1.7d0) then
154154
! mu(k) check is so that we only evaluate this in C/O dominated material or heavier.
155155
! Helium can return bad phase info on Skye, so we don't want it to shut off
156156
! convection because of wrong phase information.

0 commit comments

Comments
 (0)