Skip to content

Commit b331e2a

Browse files
authored
Merge pull request #158 from GEOS-ESM/develop
gitflow: Merge develop into main for release
2 parents 01f8e86 + a4526da commit b331e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AdvCore_GridCompMod.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,9 @@ subroutine Run(GC, IMPORT, EXPORT, CLOCK, RC)
599599
adjustTracers = .true.
600600
end if
601601
end if
602+
else if (adjustTracerMode == 'NO') then
603+
! Proceed without warning
604+
adjustTracers = .false.
602605
else
603606
call WRITE_PARALLEL('Invalid option, ignored')
604607
adjustTracers = .false.

0 commit comments

Comments
 (0)