Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Jun 26, 2018
1 parent a3f37c4 commit dbe277d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameterizations/vertical/MOM_diabatic_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ subroutine diabatic(u, v, h, tv, Hml, fluxes, visc, ADp, CDp, dt, Time_end, &

if (CS%useKPP) then
call cpu_clock_begin(id_clock_kpp)
! total vertical viscosity in the interior
! total vertical viscosity in the interior is represented via visc%Kv_shear
do k=1,nz+1 ; do j=js,je ; do i=is,ie
visc%Kv_shear(i,j,k) = visc%Kv_shear(i,j,k) + visc%Kv_slow(i,j,k)
enddo ; enddo ; enddo
Expand Down

0 comments on commit dbe277d

Please sign in to comment.