GroundwaterParameters

class rameau.core.groundwater.GroundwaterParameters(reservoirs=None, storage=None, base_level=None, weight=0.0, obslim=[0.0, 0.0], observed_reservoir=1, direct_reservoir_pumping=False)[source]

Groundwater parameters.

Parameters:
  • reservoirs (list, optional) – List of GroundwaterReservoir.

  • storage (dict or StorageParameters, optional) – Parameters linked to the storage coefficient calculation.

  • base_level (dict or Parameter, optional) – Groundwater base level (m NGF).

  • weight (float, optional) – Weight given to groundwater level during the model optimisation. A value of zero means no groundwater level optimisation.

  • obslim ([float, float], optional) – Bounds applied to the observed groundwater level during the model optimisation.

  • observed_reservoir (int, optional) – Reservoir index for which reservoir level in mm will be converted to piezometer head in m NGF. Index starts from 1 from the upper to the deeper groundwater reservoir.

  • direct_reservoir_pumping (bool, optional) – If True, groundwater pumping provided in the model inputs in m3/s are directly converted in mm and withdrawn from the groundwater reserved corresponding to the observed_reservoir index. The conversion from m3/s to mm is done using the watershed drainage area (see area).

Returns:

GroundwaterParameters

Attributes