Skip to content

Commit

Permalink
fix issue with gnu compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 23, 2022
1 parent f8f4416 commit 622a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams/dshr_stream_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ subroutine shr_stream_findBounds(strm, mDateIn, secIn, isroot_task, &

if (cycle) then
dYear = yrFirst + modulo(mYear-yrAlign+(2*nYears),nYears) ! current data year
if(debug .and. isroot_task) then
if(debug>0 .and. isroot_task) then
write(strm%logunit, *) trim(subname), ' dyear, yrfirst, myear, yralign, nyears =', dyear, yrfirst, myear, yralign, nyears
endif
else
Expand Down

0 comments on commit 622a418

Please sign in to comment.