Skip to content

Commit

Permalink
Merge pull request #158 from GEOS-ESM/develop
Browse files Browse the repository at this point in the history
gitflow: Merge develop into main for release
  • Loading branch information
mathomp4 authored Jan 13, 2022
2 parents 01f8e86 + a4526da commit b331e2a
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 b331e2a

Please sign in to comment.