compute.TC: Rainfall-runoff event timing characteristics

Description Usage Arguments Value Note References Examples

View source: R/HydRun_functions.R

Description

compute.TC is used to calculate timing characteristics of a rainfall-runoff event.

Usage

1
compute.TC(PrecipEvent, RunoffEvent)

Arguments

PrecipEvent

A data frame containing a precipitation event event (format is 2 columns: datetime and precipitation).

RunoffEvent

A data frame containing a runoff event event (format is 2 columns: datetime and stormflow).

Value

A list containing the rainfall duration Tw, response lag TLR, time of rise Tr, lag-to-peak TLP, centroid lag-to-peak TLPC, centroid lag TLC, time base Tb.

The unit of time characteristics is in hours.

Note

This is an R implementation of a function from the MATLAB toolbox HydRun.

References

Tang, W., & Carey, S. K. (2017). HydRun: a MATLAB toolbox for rainfall runoff analysis. Hydrological Processes, 31(15), 2670-2682.

Examples

1
events <- compute.TC(PrecipEvent, RunoffEvent)

codyalbertross/HydRun documentation built on Dec. 19, 2021, 5:21 p.m.