Skip to content

Commit d65ed4c

Browse files
authored
Update rout.f
1 parent bf7ccaa commit d65ed4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Routing/SourceCode/rout.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ PROGRAM rout
228228
& CATCHIJ,UHM, FR, PMAX, NCOL, NROW, UH_BOX, UH_S,
229229
& UH_STRING,NAMERS,NORESERVOIRS,RESER,
230230
& RESER(CATCHIJ(N,1,NORESERVOIRS),CATCHIJ(N,2,NORESERVOIRS)),
231-
& RES_DIRECT)
231+
& RES_DIRECT,0)
232232
END IF
233233
END DO
234234
c Make UH grid for the rest of the basin to the basin outlet
@@ -239,7 +239,7 @@ PROGRAM rout
239239
CALL MAKE_GRID_UH
240240
& (DIREC, NO_OF_BOX, UH_DAY, TMAX, PI, PJ, LE, UH_DAILY, KE,
241241
& CATCHIJ,UHM, FR, PMAX, NCOL, NROW, UH_BOX, UH_S,
242-
& UH_STRING,NAME5,NORESERVOIRS,RESER,NORESERVOIRS,RES_DIRECT)
242+
& UH_STRING,NAME5,NORESERVOIRS,RESER,NORESERVOIRS,RES_DIRECT,1)
243243
c Flow generation
244244
print*, 'making convolution...'
245245
CALL MAKE_CONVOLUTIONRS
@@ -278,4 +278,4 @@ integer function isaleap( iyr )
278278
endif
279279
end
280280
C END OF FILE
281-
C************************************************************************************************************************************************************************************
281+
C************************************************************************************************************************************************************************************

0 commit comments

Comments
 (0)