Skip to content

Commit

Permalink
Merge pull request #156 from GEOS-ESM/bugfix/squash_adjust_tracer_war…
Browse files Browse the repository at this point in the history
…ning

Squash unnecessary warning from FVdycore
  • Loading branch information
mathomp4 authored Jan 13, 2022
2 parents 4a7c519 + 7b84309 commit a4526da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AdvCore_GridCompMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,9 @@ subroutine Run(GC, IMPORT, EXPORT, CLOCK, RC)
adjustTracers = .true.
end if
end if
else if (adjustTracerMode == 'NO') then
! Proceed without warning
adjustTracers = .false.
else
call WRITE_PARALLEL('Invalid option, ignored')
adjustTracers = .false.
Expand Down

0 comments on commit a4526da

Please sign in to comment.