Skip to content

Commit

Permalink
uncomment KPP clocks
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Apr 22, 2020
1 parent e5fcc69 commit e47e8b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/parameterizations/vertical/MOM_CVMix_KPP.F90
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ subroutine KPP_compute_BLD(CS, G, GV, US, h, Temp, Salt, u, v, EOS, uStar, buoyF
endif
#endif

!call cpu_clock_begin(id_clock_KPP_compute_BLD)
call cpu_clock_begin(id_clock_KPP_compute_BLD)

! some constants
GoRho = GV%mks_g_Earth / (US%R_to_kg_m3*GV%Rho0)
Expand Down Expand Up @@ -1340,7 +1340,7 @@ subroutine KPP_compute_BLD(CS, G, GV, US, h, Temp, Salt, u, v, EOS, uStar, buoyF
enddo
enddo

!call cpu_clock_end(id_clock_KPP_compute_BLD)
call cpu_clock_end(id_clock_KPP_compute_BLD)

! send diagnostics to post_data
if (CS%id_BulkRi > 0) call post_data(CS%id_BulkRi, CS%BulkRi, CS%diag)
Expand Down Expand Up @@ -1382,7 +1382,7 @@ subroutine KPP_smooth_BLD(CS,G,GV,h)
real :: pref
integer :: i, j, k, s

!call cpu_clock_begin(id_clock_KPP_smoothing)
call cpu_clock_begin(id_clock_KPP_smoothing)

! Update halos
call pass_var(CS%OBLdepth, G%Domain, halo=CS%n_smooth)
Expand Down Expand Up @@ -1440,7 +1440,7 @@ subroutine KPP_smooth_BLD(CS,G,GV,h)

enddo ! s-loop

!call cpu_clock_end(id_clock_KPP_smoothing)
call cpu_clock_end(id_clock_KPP_smoothing)

end subroutine KPP_smooth_BLD

Expand Down

0 comments on commit e47e8b7

Please sign in to comment.