StorageParameters

class rameau.core.groundwater.StorageParameters(coefficient=None, regression=False)[source]

Storage parameters.

Parameters:
  • coefficient (dict or Parameter, optional) – Storage coefficient (%).

  • regression (bool, optional) – If True, storage coefficient will be optimised by regression. If False it will be optimised by a bounded optimisation method.

Returns:

StorageParameters

Attributes

coefficient

Derived type.

regression

bool.