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)

Arguments

HS

A HS object.

verbose

Whether to print progress indication or not.

Value

Returns the input object HS) with an added list column discharge_ts containing routed discharge estimates for each river segment.