Source code for hydpy.models.dam.dam_states
# pylint: disable=missing-module-docstring
from hydpy.core import sequencetools
from hydpy.core.typingtools import *
[docs]
class WaterVolume(sequencetools.StateSequence):
"""Water volume [million m³]."""
NDIM: Final[Literal[0]] = 0
NUMERIC = True