Calculates Base Flow Index from time series data

EmpiricalBFI(Qflow, timestep = 1/24)

Arguments

Qflow
time series of streamflow discharge
timestep
time step for the measured data (equally spaced)

Value

Curve Number, in the range [0,100]

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

Examples

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