Skip to content

Commit

Permalink
fix: max run length to 365 days
Browse files Browse the repository at this point in the history
  • Loading branch information
cpritcha committed Sep 16, 2020
1 parent 3a2b068 commit cc64f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.f03
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PROGRAM MAIN
!-----------------------------------------------------------------------
! DAILY TIME LOOP
!-----------------------------------------------------------------------
DO DOY = 0, 1000
DO DOY = 0, 365
IF (DOY /= 0) THEN

CALL WEATHR(SRAD, TMAX, TMIN, RAIN, PAR, 'RATE ')
Expand Down

0 comments on commit cc64f0f

Please sign in to comment.