GroundwaterReservoir

class rameau.core.groundwater.GroundwaterReservoir(halflife_baseflow=None, halflife_drainage=None, exchanges=None, overflow=None, h=0)[source]

Groundwater reservoir.

Parameters:
Returns:

GroundwaterReservoir

Methods

transfer(seepage[, deltat])

Groundwater transfer function.

Attributes

exchanges

Derived type.

h

Groundwater reservoir level (mm).

halflife_baseflow

Derived type.

halflife_drainage

Derived type.

overflow

Derived type.