Skip to content

Commit a4526da

Browse files
authored
Merge pull request #156 from GEOS-ESM/bugfix/squash_adjust_tracer_warning
Squash unnecessary warning from FVdycore
2 parents 4a7c519 + 7b84309 commit a4526da

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)