Skip to content

Commit

Permalink
Merge branch 'kpp_changes' into horiz_varying_background
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Jun 22, 2018
2 parents 1516d6a + b1f9bb0 commit 4b2bd2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parameterizations/vertical/MOM_CVMix_KPP.F90
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,6 @@ logical function KPP_init(paramFile, G, diag, Time, CS, passive, Waves)
if (CS%id_Sigma > 0) CS%sigma(:,:,:) = 0.
if (CS%id_Ws > 0) allocate( CS%Ws( SZI_(G), SZJ_(G), SZK_(G) ) )
if (CS%id_Ws > 0) CS%Ws(:,:,:) = 0.
if (CS%id_N > 0) allocate( CS%N( SZI_(G), SZJ_(G), SZK_(G)+1 ) )
if (CS%id_N > 0) CS%N(:,:,:) = 0.
if (CS%id_N2 > 0) allocate( CS%N2( SZI_(G), SZJ_(G), SZK_(G)+1 ) )
if (CS%id_N2 > 0) CS%N2(:,:,:) = 0.
if (CS%id_Kt_KPP > 0) allocate( CS%Kt_KPP( SZI_(G), SZJ_(G), SZK_(G)+1 ) )
Expand Down

0 comments on commit 4b2bd2f

Please sign in to comment.