Skip to content

Commit

Permalink
initialize fluid entrainment arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Mar 6, 2020
1 parent 276c6b4 commit f832925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameterizations/vertical/MOM_diabatic_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,7 @@ subroutine diabatic_ALE(u, v, h, tv, Hml, fluxes, visc, ADp, CDp, dt, Time_end,
nkmb = GV%nk_rho_varies
h_neglect = GV%H_subroundoff ; h_neglect2 = h_neglect*h_neglect
Kd_heat(:,:,:) = 0.0 ; Kd_salt(:,:,:) = 0.0
ea_s(:,:,:) = 0.0; eb_s(:,:,:) = 0.0; ea_t(:,:,:) = 0.0; eb_t(:,:,:) = 0.0

showCallTree = callTree_showQuery()
if (showCallTree) call callTree_enter("diabatic_ALE(), MOM_diabatic_driver.F90")
Expand Down

0 comments on commit f832925

Please sign in to comment.