Skip to content

Commit

Permalink
Merge pull request #600 from NCAR/mom6-eqv-test
Browse files Browse the repository at this point in the history
mom6 model_mod .eqv. for logicals comparison
  • Loading branch information
hkershaw-brown authored Dec 13, 2023
2 parents 6774b60 + 73457ac commit 99c6e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/MOM6/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ subroutine model_interpolate(state_handle, ens_size, location, qty, expected_obs

enddo FIND_LAYER

if (any(found == .false.)) then
if (any(found .eqv. .false.)) then
istatus(:) = OBS_TOO_DEEP
return
endif
Expand Down

0 comments on commit 99c6e58

Please sign in to comment.