accumulate_runoff_instant: Apply instantaneous river routing

View source: R/accumulate_runoff_instant.R

accumulate_runoff_instantR Documentation

Apply instantaneous river routing

Description

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.

Usage

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.


mkkallio/hydrostreamer documentation built on Oct. 14, 2023, 9:38 p.m.