Skip to contents

Get the scale parameter from a 2 parameter gamma unit hydrograph given the shape parameter and time of concentration.

Usage

uh2p_get_scale(shape, toc, dt_hours)

Arguments

shape

gamma shape parameter

toc

time of concentration (hours)

dt_hours

UH timestep (hours)

Value

scalar scale parameter

Examples

uh2p_get_scale(2, 50, 1)
#> [1] 0.1754098