calc_A0_pepsi: Calculate A0 for Pepsi Challenge data

Description Usage Arguments Examples

Description

Calculates A0, the flow area below the observed water surface elevation.

Usage

1
calc_A0_pepsi(WSEw, t, A)

Arguments

WSEw

WSE-w data frame for a reach (not sorted)

t

time step

A

flow area for reach r at time t

Examples

1
2
3
r <- 1
t <- 365
A0[r,t] <- calc_A0_pepsi(WSEw[[r]], t, A[r,t])

jschap1/WSEw documentation built on May 12, 2019, 10:50 a.m.