OverflowParameters
- class rameau.core.OverflowParameters(halflife=None, threshold=None, loss='no')[source]
Overflow parameters.
- Parameters:
halflife (
dictorParameter, optional) – Half-life parameter (time step).threshold (
dictorParameter, optional) – Overflow threshold (mm).loss (
str, optional) –Fate of overflow (only for transfer reservoir).
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.
- Returns:
Attributes