Skip to content

Commit

Permalink
Merge branch 'delete_fotgotten_code_LBD' into main-candidate-ncar-202…
Browse files Browse the repository at this point in the history
…0-12-15
  • Loading branch information
gustavo-marques committed Dec 16, 2020
2 parents 42d79c2 + 51ed387 commit 5739a34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tracer/MOM_lateral_boundary_diffusion.F90
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,6 @@ subroutine fluxes_layer_method(boundary, ke, hbl_L, hbl_R, h_L, h_R, phi_L, phi_

tmp1 = 0.0; tmp2 = 0.0
do k = 1,ke
tmp1 = tmp1 + h_L(k)
tmp2 = tmp2 + h_R(k)

! apply flux_limiter
if (CS%limiter .and. F_layer(k) /= 0.) then
call flux_limiter(F_layer(k), area_L, area_R, phi_L(k), phi_R(k), h_L(k), h_R(k))
Expand Down

0 comments on commit 5739a34

Please sign in to comment.