Description Usage Arguments Value References
View source: R/tq_regime_signatures.R
Compute list containing the indices of each periods necessary to compute the slopes from the T-Q regime cycle:
T+Q+ (TpQp) period
T+Q- (TpQm) period
T-Q-1 (TmQm1) period
T-Q-2 (TmQm2) period
1 | tq_periods(T, Q, periods = c(183, 336, 62))
|
T |
numeric vector. air temperature regime (365 or 366 values) |
Q |
numeric vector. streamflow regime (365 or 366 values) |
peridos |
numeric vector. a vector of length 3 defining (1) the start of the T+Q+ period, (2) the start (resp. end) of the T-Q-2 (resp. T-Q-1) period and (3) the end of the T-Q-2 period. Note: the other period boundaries are computed using the air temperature and streamflow regime maxima timings. |
A list containing the indices of the different periods in 4 components: "TpQp", "TpQm", "TmQm1", "TmQm2"
I. Horner, F. Branger, H. McMillan, O. Vannier, and I. Braud, “Information content of snow hydrological signatures based on streamflow, precipitation and air temperature,” Hydrological Processes, vol. 34, no. 12, Art. no. 12, 2020, doi: 10.1002/hyp.13762.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.