Skip to content

Commit

Permalink
Merge branch 'angus-g-fixes/kd_user-deallocate' into dev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jan 14, 2016
2 parents 8d4646b + 7297bfe commit 7a0b371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parameterizations/vertical/MOM_set_diffusivity.F90
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ subroutine set_diffusivity(u, v, h, u_h, v_h, tv, fluxes, optics, visc, dt, G, C
if (associated(dd%N2_bot)) deallocate(dd%N2_bot)
if (associated(dd%N2_meanz)) deallocate(dd%N2_meanz)
if (associated(dd%Kd_work)) deallocate(dd%Kd_work)
if (associated(dd%Kd_user)) deallocate(dd%Kd_user)
if (associated(dd%Kd_Niku)) deallocate(dd%Kd_Niku)
if (associated(dd%Kd_Niku_work)) deallocate(dd%Kd_Niku_work)
if (associated(dd%Kd_Itidal_Work)) deallocate(dd%Kd_Itidal_Work)
Expand Down

0 comments on commit 7a0b371

Please sign in to comment.