PumpingReservoir class rameau.core.pumping.PumpingReservoir(coefficient=None, halflife_rise=None, halflife_fall=None)[source] Pumping reservoir. Parameters: coefficient (dict or Parameter, optional) – Fraction of the pumping rate that will be applied (-). halflife_rise (dict or Parameter, optional) – Halflife time of the falling pumping (time step). halflife_fall (dict or Parameter, optional) – Halflife time of the rising pumping (time step). Returns: PumpingReservoir Methods budget(flow_in) Pumping reservoir budget. Attributes coefficient Derived type. halflife_fall Derived type. halflife_rise Derived type.