Skip to content

Commit

Permalink
Sets CS%limiter_remap=.false. in near_boundary_unit_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Dec 18, 2020
1 parent 5739a34 commit 9d04f38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracer/MOM_lateral_boundary_diffusion.F90
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ logical function near_boundary_unit_tests( verbose )
CS%H_subroundoff = 1.0E-20
CS%debug=.false.
CS%limiter=.false.
CS%limiter_remap=.false.

near_boundary_unit_tests = .false.
write(stdout,*) '==== MOM_lateral_boundary_diffusion ======================='
Expand Down

0 comments on commit 9d04f38

Please sign in to comment.