Description Usage Arguments Details Value
Record of quality-checking procedure which aimed to ensure the validity of zero-flow readings and the flow intermittence class assigned to each gauge (i.e., perennial or non-perennial).
1 2 3 4 5 6 7 8 | analyzemerge_gaugeir(
in_GRDCgaugestats,
in_GSIMgaugestats,
yearthresh,
in_gaugep,
inp_resdir,
plotseries = FALSE
)
|
in_GRDCgaugestats |
list of data.tables of intermittency statistics, output from
|
in_GSIMgaugestats |
list of data.tables of intermittency statistics, output from
|
yearthresh |
(integer) minimum year from which to analyze discharge record. |
in_gaugep |
sf object of gauging stations. |
inp_resdir |
(character) path to the results directory in which to create folder and write output plots |
plotseries |
(logical) whether to create plots of streamflow time series for gauging stations that are non-perennial only in winter or within 3 km from the coast. |
For details on the QA/QC procedure, see Supplementary Information at https://www.nature.com/articles/s41586-021-03565-5. The reason for station exclusion is also presented in an interactive online map at https://messamat.github.io/globalIRmap/ in the Data and methods/Reference streamflow gauging stations tab.
list of two data.tables.
A data.table listed as 'data' which contains the collated outputs from comp_GRDCdurfreq
andcomp_GSIMdurfreq
for the stations that were not excluded through this QA/QC process.
A data.table listed as flags, listing all stations excluded from further analysis and the reason their exclusion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.