GroundwaterParameters

class rameau.core.groundwater.GroundwaterParameters(reservoirs=None, storage=None, base_level=None, weight=0.0, obslim=[0.0, 0.0], observed_reservoir=1)[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.

Returns:

GroundwaterParameters

Attributes