Ratio of water beneficially consumed (crop ET) to total water inflow, used to assess basin-level water allocation.
depleted_fraction(crop_et, total_inflow, verbose = TRUE)Numeric vector. Depleted fraction (proportion, 0 to 1).
Formula: $$DF = \frac{ET_{actual}}{Water_{supplied}}$$
Perry, C., Steduto, P., Allen, R.G. & Burt, C.M. (2009). Increasing productivity in irrigated agriculture: Agronomic constraints and hydrological realities. Agricultural Water Management, 96(11), 1517-1524. doi:10.1016/j.agwat.2009.05.005
depleted_fraction(crop_et = 320, total_inflow = 500)
#> Depleted fraction computed.
#> [1] 0.64