cfs_to_recharge: Convert baseflow to a recharge estimate for a basin

Description Usage Arguments Value

View source: R/cfs_to_recharge.R

Description

Convert the daily baseflow in cfs to a net infiltration (recharge) estimate in inches over a basin.

Usage

1
cfs_to_recharge(date, baseflow, da)

Arguments

date

the date corresponding to the baseflow (class "Date").

baseflow

the mean daily baseflow for the corresponding date.

da

the drainage area of the basin in square miles.

Value

A data frame containing the following fields:

date

date corresponding to the baseflow value

baseflow

baseflow value in cfs

month

month of year (1-12) of the basteflow value

day

day of month (1-31) associated with baseflow value

year

calendar year associated with the baseflow value

wy

water year associated with the baseflow value

total_daily_recharge_ft3

daily recharge in cubic feet

recharge_in

daily recharge over basin area, in inches


smwesten-usgs/recharge documentation built on March 8, 2021, 11:51 a.m.