OverflowParameters

class rameau.core.OverflowParameters(halflife=None, threshold=None, loss='no')[source]

Overflow parameters.

Parameters:
  • halflife (dict or Parameter, optional) – Half-life parameter (time step).

  • threshold (dict or Parameter, 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:

OverflowParameters

Attributes

halflife

Half-life parameter (time step).

loss

Fate of overflow (only for transfer reservoir).

threshold

Overflow threshold (mm).