Skip to content

Commit 0361c2e

Browse files
Merge pull request mom-ocean#169 from gustavo-marques/delete_fotgotten_code_LBD
Delete forgotten code
2 parents eddbd6c + 51ed387 commit 0361c2e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/tracer/MOM_lateral_boundary_diffusion.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,9 +702,6 @@ subroutine fluxes_layer_method(boundary, ke, hbl_L, hbl_R, h_L, h_R, phi_L, phi_
702702

703703
tmp1 = 0.0; tmp2 = 0.0
704704
do k = 1,ke
705-
tmp1 = tmp1 + h_L(k)
706-
tmp2 = tmp2 + h_R(k)
707-
708705
! apply flux_limiter
709706
if (CS%limiter .and. F_layer(k) /= 0.) then
710707
call flux_limiter(F_layer(k), area_L, area_R, phi_L(k), phi_R(k), h_L(k), h_R(k))

0 commit comments

Comments
 (0)