~ ~ ~ PURPOSE ~ ~ ~
this subroutine determines the subdaily flow hydrographs for hru's, ru's and inflow fractions
subsurface flow = lateral + tile --> assume uniform throughout the day sum flow in case hydrograph exceeds max days zero previous day flow hydrograph and total hydrographs use unit hydrograph to compute subdaily flow hydrographs only add subsurface flow today - already lagged and assumed uniform for the day set current and previous days
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | iday_start | |||
real, | intent(in) | :: | surfq | |||
real, | intent(in) | :: | latq | |||
real, | intent(in) | :: | tileq | |||
real, | intent(in), | dimension(bsn_prm%day_lag_mx,time%step) | :: | uh | ||
real, | intent(inout), | dimension(bsn_prm%day_lag_mx,time%step) | :: | hyd_flo |