Skip to content

Commit

Permalink
MOM_tidal_mixing. cleaanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Apr 5, 2018
1 parent 3e7cab8 commit 696462c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/parameterizations/vertical/MOM_tidal_mixing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module MOM_tidal_mixing
use MOM_EOS, only : calculate_density
use MOM_variables, only : thermo_var_ptrs, p3d
use MOM_error_handler, only : MOM_error, is_root_pe, FATAL, WARNING, NOTE
use MOM_coms, only : PE_here
use MOM_debugging, only : hchksum
use MOM_grid, only : ocean_grid_type
use MOM_verticalGrid, only : verticalGrid_type
Expand Down Expand Up @@ -706,16 +705,6 @@ subroutine calculate_cvmix_tidal(h, j, G, GV, CS, N2_int, Kd)
dd%vert_dep_3d(i,j,:) = vert_dep(:)
endif

if (CS%debug) then
if (all(dd%Kd_itidal(i,j,:).eq.0.0) .and. .not. &
(all(dd%vert_dep_3d(i,j,:).eq.0.0) .or. &
all(dd%N2_int(i,j,:).eq.0.0) .or. &
Simmons_coeff.eq.0.0 ) )then
print *, "debug1 all zeros for ", i, j, iFaceHeight(G%ke+1)
endif
endif

enddo ! i=is,ie

! TODO: case (SCHMITTNER)
case default
Expand Down

0 comments on commit 696462c

Please sign in to comment.