EmpiricalBFI: Calculates Base Flow Index from time series data

View source: R/EmpiricalBFI.R

EmpiricalBFIR Documentation

Calculates Base Flow Index from time series data

Description

Calculates Base Flow Index from time series data

Usage

EmpiricalBFI(Qflow, timestep = 1/24)

Arguments

Qflow

time series of streamflow discharge

timestep

time step for the measured data (equally spaced)

Details

Calculates Base Flow Index for a given discharge time series as described in Report # 108, Low flow estimation in the United Kingdom, by A. Gustard, A. Bullock, and J.M. Dickson, 1992

Value

Curve Number, in the range [0,100]

Author(s)

Nataliya Bulygina (original Matlab code: July 2008), Claudia Vitolo (R code)

Examples

## Not run: 
  data("SevernTS")
  bfi <- EmpiricalBFI(Qflow = SevernTS$Q)

## End(Not run)


cvitolo/curvenumber documentation built on April 19, 2022, 3:33 a.m.