Skip to content

Commit

Permalink
Removes redundant statement in netrual diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed Sep 27, 2019
1 parent af41095 commit 69ec18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracer/MOM_neutral_diffusion.F90
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ logical function neutral_diffusion_init(Time, G, param_file, diag, EOS, diabatic
"That is, the algorithm will exclude the surface and bottom"//&
"boundary layers.",default = .false.)

if (CS%continuous_reconstruction == .true. .and. CS%interior_only) then
if (CS%continuous_reconstruction .and. CS%interior_only) then
call MOM_error(FATAL,"NDIFF_INTERIOR_ONLY=True only works with discontinuous" //&
"reconstruction.")
endif
Expand Down

0 comments on commit 69ec18c

Please sign in to comment.