Skip to content

Commit d234bce

Browse files
Pperezhoginmarshallward
authored andcommitted
Restore computation of vorticity in MOM_hor_visc.F90
1 parent 2024f6f commit d234bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parameterizations/lateral/MOM_hor_visc.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ subroutine horizontal_viscosity(u, v, h, uh, vh, diffu, diffv, MEKE, VarMix, G,
911911
endif
912912

913913
! Vorticity
914-
if ((CS%Leith_Kh) .or. (CS%Leith_Ah) .or. (CS%use_Leithy) .or. (CS%id_vort_xy_q>0)) then
914+
if ((CS%Leith_Kh) .or. (CS%Leith_Ah) .or. (CS%use_Leithy) .or. (CS%id_vort_xy_q>0) .or. CS%use_ZB2020) then
915915
if (CS%no_slip) then
916916
do J=js_vort,je_vort ; do I=is_vort,ie_vort
917917
vort_xy(I,J) = (2.0-G%mask2dBu(I,J)) * ( dvdx(I,J) - dudy(I,J) )

0 commit comments

Comments
 (0)