casadoj / lisflood-reservoirs

An analysis of possible improvements in the reservoir representation in the hydrological model LISFLOOD Open Source.
GNU General Public License v3.0
0 stars 0 forks source link

Select reservoirs based on degree of regulation #12

Closed casadoj closed 1 month ago

casadoj commented 1 month ago

Include a condition on the minimum degree of regulation in the notebook that selects the reservoirs to be included in the comparison of reservoir routines.

Based on the analysis in Shrestha et al. (2024), that threshold can be 0.08. Therefore, reservoirs whose degree of regulation is smaller than 0.08 will be removed from the sample.

The degree of regulation can be taken from GRanD (field "DOR_PC" needs to be divided by 100), or computed using the storage capacity (field "CAP_MCM" in GRanD") and the average inflow from the ResOpsUS time series.

casadoj commented 1 month ago

Done!