Skip to content

Commit

Permalink
Set visc%Kv_slow to zero in diabatic
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Apr 16, 2018
1 parent d774e5f commit fd23f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parameterizations/vertical/MOM_diabatic_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ subroutine diabatic(u, v, h, tv, Hml, fluxes, visc, ADp, CDp, dt, Time_end, G, G
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()
Expand Down

0 comments on commit fd23f91

Please sign in to comment.