Compute Volume Deficit Below Threshold
compute_VolDef.Rd
Calculates the cumulative volume deficit below a specified threshold for the longest continuous deficit period.
Details
Computes: $$VolDef = \frac{\sum (Q_{deficit}) \times 86400}{10^6}$$ Where:
$Q_deficit$ are flows below threshold from longest event
86400 converts seconds to days
10^6 converts m³ to hm³
See also
apply_threshold
for the underlying event identification