Skip to content

Commit

Permalink
Delete visc%kv_slow=0 since this is done in set_diffusivity
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 23, 2018
1 parent 884dd3a commit 198d755
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/parameterizations/vertical/MOM_diabatic_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ subroutine diabatic(u, v, h, tv, Hml, fluxes, visc, ADp, CDp, dt, Time_end, &
h_neglect = GV%H_subroundoff ; h_neglect2 = h_neglect*h_neglect
Kd_heat(:,:,:) = 0.0 ; Kd_salt(:,:,:) = 0.0

! visc%Kv_slow must be set to zero
visc%Kv_slow(:,:,:) = 0.0

if (nz == 1) return
showCallTree = callTree_showQuery()
if (showCallTree) call callTree_enter("diabatic(), MOM_diabatic_driver.F90")
Expand Down

0 comments on commit 198d755

Please sign in to comment.