Source code for hydpy.models.llake.llake_fluxes

# -*- coding: utf-8 -*-
# pylint: disable=missing-docstring
# pylint: enable=missing-docstring

# import...
# ...from HydPy
from hydpy.core import sequencetools


[docs]class QZ(sequencetools.FluxSequence): """Seezufluss (inflow into the lake) [m³/s].""" NDIM, NUMERIC = 0, False
[docs]class QA(sequencetools.FluxSequence): """Seeausfluss (outflow from the lake) [m³/s].""" NDIM, NUMERIC = 0, False