Reservoirs#

In WaterGAP, reservoirs with a storage capacity of at least \(0.5\) \({km}^{3}\) are classified as “global” reservoirs. Similarly, global regulated lakes (lakes where outflow is controlled by a dam or weir) must have a maximum storage capacity of at least \(0.5\) \({km}^{3}\) or cover an area exceeding \(100\) \({km}^{2}\). Both types are modeled using the same water balance equation.

The outflow from these reservoirs and regulated lakes is simulated using a modified version of the Hanasaki et al. (2006) algorithm [5], which differentiates between those primarily used for irrigation and others [4]. As with global lakes, the water balance for global reservoirs and regulated lakes is calculated at the outflow cell [1] [6]. Maximum water storage capacity, primary use, and commissioning years are available from the GRanD database [1] [6].

In WGHM, reservoirs begin filling at the start of their commissioning year, and regulated lakes transition from global lakes to global regulated lakes [1]. A total of 1255 reservoirs and 88 regulated lakes are considered. However, those sharing the same outflow cell are combined into a single water storage compartment by summing their maximum storages and areas, resulting in the simulation of 1181 global reservoirs and 86 regulated lake compartments in WGHM [6].

Note

There can be only one global reservoir/regulated lake compartment per grid cell.

Water balance#

Reservoir storage \({S}_{res}\) \([m^3]\) is computed as

\[\frac{{dS}_{res}}{d_t} = {Q}_{in} + A(P − {E}_{pot}) − {R}_{{g}_{rest}} − {NA}_{l} − {Q}_{out}\]

where \({Q}_{in}\) is inflow into the reservoir from upstream [\({m}^{3} * {d}^{-1}]\), \(A\) is the reservoir surface area \([m^2]\) in the grid cell at time step \(t\), \(P\) is precipitation [\({m}^{3} * {d}^{-1}]\), \({E}_{pot}\) is potential evapotranspiration [\({m}^{3} *{d}^{-1}]\), \({R}_{g,res}\) is point source groundwater recharge from the water body (only in arid/semiarid regions) [\({m}^{3} * {d}^{-1}]\), \({NA}_{res}\) is net abstraction from reservoirs [\({m}^{3} * {d}^{-1}]\) and \({Q}_{out}\) is the outflow from the water body to other surface water bodies including river storage [\({m}^{3} * {d}^{-1}]\).

In the case of global reservoirs/regulated lakes, which may cover more than one \(0.5° \times 0.5°\) cell, an area adjustment is not made (as done for local lake and wetland area), as it is not known in which grid cells the area reduction occurs. Here we only compute reduction factor :math:r to reduce evaporation. This will prevent continuous decline of global reservoir levels in some cases such as semiarid regions.

The reduction factor \({r}\) is computed as:

\[r = 1- \left(\frac{|{S}_{res} - {S}_{res,max}|}{{S}_{res,max}}\right)^{p}, 0 <= r <=1\]

where \({S}_{res}\) is the volume of the water [\({m}^{3}\)] stored in the reservoir at time step \({t}\) [\(days\)], \({S}_{res,max}\) is the maximum storage of the reservoi [\({m}^{3}\)]. Reduction exponent \({p}\) is \({2.184}\) [1].

Note

In the case of reservoirs/regulated lakes, storage capacity \({S}_{res,max}\) is taken from the database [1]. Reservoir area is reduced by 15% if \({S}_{res}\) is 50% of \({S}_{res,max}\) and by 75% if Sres is only 10% of \({S}_{res,max}\). For regulated lakes without available maximum storage capacity, \({S}_{res,max}\) is computed as in the case of global lakes.

Reservoir and regulated lake storage is not allowed to fall below 10% of its storage capacity [1].

Inflows#

Computation of inflow \({Q}_{in}\); global reservoirs receive inflow from both local runoff and river inflow from upstream grid cells (see watergap schematic).

Outflows#

Reservoirs also lose water through evaporation (\({E}_{pot}\)), which is assumed to be equal to the potential evapotranspiration computed using the Priestley–Taylor equation with an albedo of 0.08.

In arid and semiarid grid cells, reservoirs are assumed to recharge the groundwater through focused groundwater recharge (\({R}_{{g}_{res}}\)) is calculated as:

\[{R}_{{g}_{res}} = {k}_{{gw}_{res}} * {r} * {A}_{max}\]

where \({k}_{{gw}_{res}}\) is the groundwater recharge constant below reservoirs \([0.01 {m}*{d}^{-1}]\).

Note

Unlike the commissioning year of a reservoir, which marks the completion of the dam [1], the operational year refers to the 12-month period during which reservoir management is specified. This period begins with the first month where the naturalized mean monthly streamflow falls below the annual mean.

To compute the daily outflow, e.g. release, from global reservoirs/regulated lakes, the total annual outflow during the reservoir-specific operational year is calculated as:

\[{Q}_{out,res,annual} = {k}_{rele} * {Q}_{dis,mean,annual}\]

with \({k}_{rele}\) being the reservoir release factor that is computed each year on the first day of the operational year as:

\[{k}_{rele} = \frac{{S}_{res}}{{S}_{res,max} * {0,85}}\]

where \({S}_{res}\) is the reservoir/regulated lake storage [\({m}^{3}\)], and \({S}_{res,max}\) is the storage capacity [\({m}^{3}\)]. Thus, total release in an operational year with low reservoir storage at the beginning of the operational year will be smaller than in a year with high reservoir storage.

In the initial filling phase of a reservoir after dam construction, \({k}_{rele}\) is set to \({0.1}\) until \({S}_{res}\) exceeds 10% of its maximum capacity (\({S}_{res,max}\)).

To calculate the outflow or release of a reservoir/ regulated lake we also define a capacity ratio (\({c}_{ratio}\)) as:

\[{c}_{ratio} = \frac{{S}_{res,max}}{{Q}_{dis,mean,annual}}\]

If \({c}_{ratio}\) is greater than \({0.5}\), the outflow from a non-irrigation reservoir remains constant and independent of actual inflow. For irrigation reservoirs, outflow is determined by monthly net abstractions in the next five downstream cells or up to the next reservoir [4] [5]. For reservoirs with a lower ratio (\({c}_{ratio}\) \(<\) \(0.5\)), the release also depends on daily inflow, increasing on days with high inflow [5]. If the reservoir storage falls below 10% of \({S}_{res,max}\), the release is reduced to 10% of the normal release to maintain a minimum environmental flow for ecosystems. Daily outflow may also include overflow if the reservoir’s storage capacity is exceeded due to high inflow.

References#