GroundwaterReservoir class rameau.core.groundwater.GroundwaterReservoir(halflife_baseflow=None, halflife_drainage=None, exchanges=None, overflow=None, h=0)[source] Groundwater reservoir. Parameters: halflife_baseflow (dict or Parameter, optional) halflife_drainage (dict or Parameter, optional) exchanges (dict or Parameter, optional) overflow (dict or OverflowParameters, optional) h (float, optional) Returns: GroundwaterReservoir Methods transfer(seepage[, deltat]) Groundwater transfer function. Attributes exchanges h Groundwater reservoir level (mm). halflife_baseflow halflife_drainage overflow