Skip to content

Commit

Permalink
Willy was silly.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 3, 2019
1 parent 69c21ea commit 434ff08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/lateral/MOM_hor_visc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ subroutine horizontal_viscosity(u, v, h, diffu, diffv, MEKE, VarMix, Barotropic,
if (k==1) then
do j=js,je ; do i=is,ie
MEKE%mom_src(i,j) = 0.
MEKE%GME_snk(i,j) = 0.
enddo ; enddo
endif
if (MEKE%backscatter_Ro_c /= 0.) then
Expand Down Expand Up @@ -1310,7 +1311,6 @@ subroutine horizontal_viscosity(u, v, h, diffu, diffv, MEKE, VarMix, Barotropic,
if (CS%use_GME) then
if (associated(MEKE%GME_snk)) then
do j=js,je ; do i=is,ie
! MEKE%mom_src now is sign definite because it only uses the dissipation
MEKE%GME_snk(i,j) = MEKE%GME_snk(i,j) + FrictWork_GME(i,j,k)
enddo ; enddo
endif
Expand Down

0 comments on commit 434ff08

Please sign in to comment.