RunoffBreakdown: Daily overland runoff breakdown

Description Usage Arguments Value Author(s) Examples

View source: R/RunoffBreakdown.R

Description

Determines the percentage of runoff that occurs on each day following a storm event, based on time to peak of a watershed.

Usage

1
RunoffBreakdown(Tp_hr, a = 4.5, HrPrcDelay = 4, numDaysReturn = 5)

Arguments

Tp_hr

Time to peak (hr).

a

The ratio of the time to recession to the time to peak. Default is 4.5

HrPrcDelay

Lag time (hr)

numDaysReturn

Number of days to return

Value

returns a vector corresponding to the amount of runoff per day

Author(s)

J Archibald

Examples

1

Example output

Loading required package: operators

Attaching package: 'operators'

The following objects are masked from 'package:base':

    options, strrep

Loading required package: topmodel
Loading required package: DEoptim
Loading required package: parallel

DEoptim package
Differential Evolution algorithm in R
Authors: D. Ardia, K. Mullen, B. Peterson and J. Ulrich

Loading required package: XML
[1] 0.784 0.190 0.023 0.003 0.000

EcoHydRology documentation built on May 2, 2019, 8:28 a.m.