Skip to content

Commit

Permalink
Removed chksum test for sqg_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendazhang33 committed Oct 11, 2024
1 parent 3983a98 commit b844ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -614,9 +614,9 @@ subroutine calc_sqg_struct(h, tv, G, GV, US, CS, dt, MEKE)
CS%sqg_struct(i,j,k) = CS%sqg_struct(i,j,k-1)*exp(-CS%sqg_expo*(dzc/Le(i,j)))
enddo ; enddo ; enddo

if (CS%debug) then
call hchksum(CS%sqg_struct, 'sqg_struct', G%HI)
endif
! if (CS%debug) then
! call hchksum(CS%sqg_struct, 'sqg_struct', G%HI)
! endif


if (query_averaging_enabled(CS%diag)) then
Expand Down

0 comments on commit b844ef8

Please sign in to comment.