R/accumulate_runoff_instant.R
accumulate_runoff_instant.Rd
Applies the simplest possible river routing scheme, instantaenous flow, by adding runoff from each river segment to all of the segments downstream, for each timestep.
accumulate_runoff_instant(HS, verbose = FALSE)
HS | A |
---|---|
verbose | Whether to print progress indication or not. |
Returns the input object HS
) with an added list column
discharge_ts
containing routed discharge estimates for each river
segment.