Skip to content

An analysis of possible improvements in the reservoir representation in the hydrological model LISFLOOD Open Source.

License

Notifications You must be signed in to change notification settings

casadoj/lisflood-reservoirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LISFLOOD reservoirs

An analysis of possible improvements in the reservoir representation in the hydrological model LISFLOOD Open Source.

Data

Two data sets are used to test the different modelling approaches.

Reservoir Operations USA (ResOpsUS)

A dataset that includes records for 679 major reservoirs across the US. The time series include inflow, storage, outflow and evaporation, although not all variables are available for all reservoirs. The reservoir characteristics (storage capacity, surface area, catchment area, use...) is taken from the Global Reservoir and Dam dataBase (GRanD).

Reservoir Operations Spain (ResOpsES)

ResOps-ES is a hydrometeorological dataset created in this repository that covers 291 reservoirs in Spain and the time period from 1991 to 2023. The dataset includes both reservoir static attributes and time series. The final purpose of ResOpsES is to train hydrological models that reproduce reservoir operations.

The time series were extracted from the database of the Spanish Ministry of the Environment, whereas the reservoir characteristics are a combination of the data in the Inventory of Dams and Reservoirs of Spain, GRanD and the database of the International Commission on Large Dams.

Reservoir modelling

Four reservoir routines are implemented in this repository.

Linear reservoir

The reservoir outflow is a linear function of the current storage. The parameter that relates these two variables is the residences time ($T$), whose default value is the quotient of the total storage ($V_{\text{tot}}$) and the annual inflow volume ($\bar{I}$):

$$T = \frac{V_{\text{tot}}}{\bar{I}}$$

Class Linear

Class Lisflood

Class Hanazaki

Class mHM

About

An analysis of possible improvements in the reservoir representation in the hydrological model LISFLOOD Open Source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages