Transfer reservoir
The transfer reservoir computes surface runoff \(q_r\) (mm) and seepage \(q_s\) (mm) from the effective rainfall \(R_E\) (mm). \(H_t\) (mm) is the transfer reservoir water level.
Physical parameters
Runoff/seepage ratio height
The runoff/seepage ratio height \(H_r\) (mm) is the water level for which surface runoff and infiltration are equal. For example, if \(H_t\) is equal to \(n\) times \(H_r\), surface runoff is equal to \(n\) times infiltration.
Should be optimised. Default value is 70 mm.
[watershed.1]
transfer.runsee = { value = 70.0, lower = 0.1, upper = 5000., opti = true, sameas = 0 }
Transfer halflife time
Transfer reservoir halflife time \(t_{1/2}^t\) (months). This parameter characterizes the response time between an effective rainfall and an increase in the river flow slow component. Common values are:
0.5 months for rapid river flows
1 to 5 months for sources or deep groundwater level evolutions.
Should be optimised. Default value is 1 month.
[watershed.1]
transfer.halflife = { value = 0.5, lower = 0.01, upper = 10.0, opti = true, sameas = 0 }
Overflow fate
Fate of overflow.
loss
description
'no'Overflow is directly added to the river flow.
'loss'Overflow leaves the system.
'groundwater'Overflow is added to the baseflow component of the river flow.
Default value is “no”.
[watershed.1]
transfer.overflow.loss = "no"
Overflow threshold
Overflow threshold \(H_o\) (mm). If \(H_t\) > \(H_o\) threshold, an overflow occurs. If equal to zero, overflow is deactivated.
Default value is 0.
[watershed.1]
transfer.overflow.threshold = { value = 0.0, lower = 0.0, upper = 10.0, opti = false, sameas = 0 }
Overflow halflife time
Overflow half-life time \(t_{1/2}^o\) (unit of time step). It controls the response time of the reservoir level decrease due to overflow. A value of zero means instantaneous overflow.
Default value is 0.
[watershed.1]
transfer.overflow.halflife = { value = 0.0, lower = 0.001, upper = 10.0, opti = false, sameas = 0 }
Calculation of surface runoff and seepage
Instantaneous runoff \(u_r\) (\(\mathrm{mm.s^{-1}}\)) and seepage \(u_s\) (\(\mathrm{mm.s^{-1}}\)) take place simultaneously according to two types of reservoir draining:
\(\tau\) (s) is a time constant defining the exponential decay of \(H_t\). \(\tau\) is related to \(t_{1/2}^t\) through the relationship:
\(H_t\) decreases over a time step according to the following equation:
In Rameau, the transfer reservoir is fed at the beginning of each time step of duration \(\Delta t\) by a sudden inflow of effective rainfall \(R_E\) coming from the soil reservoir in the form of a Dirac. \(H_0\) is the value of \(H_t\) at the beginning of the time step (\(t = 0\)). Then,
Overflow \(q_o\) (mm) may occur if \(H_o\) > 0. In this case, if \(H_0 > H_o\), overflow occurs according to a linear exponential draining of half-life time \(t_{1/2}^o\) (unit of time step) and \(H_0\) is updated consequently:
with
The analytical solution of the equation (1) is:
Integrating \(u_s\) between \(t\) and \(t + \Delta t\) gives the seepage flowing during the time step \(q_s\) (mm):
with:
Finally, mass conservation gives: