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 622a418 commit 0f3f707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams/dshr_strdata_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ subroutine shr_strdata_advance(sdat, ymd, tod, logunit, istr, timers, rc)
endif
else if(datamonth == 2) then
if(.not. shr_cal_leapyear(year)) then
if(debug .and. sdat%mainproc) then
if(debug>0 .and. sdat%mainproc) then
write(logunit, *) subname,' dataday = ', dataday
endif
calendar = shr_cal_noleap
Expand Down

0 comments on commit 0f3f707

Please sign in to comment.