Skip to content

Commit 959eec8

Browse files
evbauerpmocz
authored andcommitted
revert
1 parent eb87510 commit 959eec8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

star/private/hydro_vars.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ subroutine set_hydro_vars( &
606606

607607
end if
608608

609-
if (.not. skip_brunt) then
609+
if (.not. skip_brunt) then ! skip_brunt during solver iterations
610610
if (dbg) write(*,*) 'call do_brunt_N2'
611611
call do_brunt_N2(s, nzlo, nzhi, ierr)
612612
if (failed('do_brunt_N2')) return

star/private/solver_support.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ subroutine set_vars_for_solver(s, nvar, nzlo, nzhi, dt, ierr)
829829
skip_grads = .true., &
830830
skip_rotation = .true., &
831831
skip_m_grav_and_grav = .true., &
832-
skip_brunt = .false., & ! .true., & ! EXPERIMENTAL: tesing not skipping brunt updates during solver iterations
832+
skip_brunt = .true., &
833833
skip_mixing_info = .true., &
834834
skip_set_cz_bdy_mass = .true., &
835835
skip_other_cgrav = .true.

0 commit comments

Comments
 (0)