Source code for hydpy.models.lland.lland_outlets
# -*- coding: utf-8 -*-
# pylint: disable=missing-module-docstring
# import...
# ...from HydPy
from hydpy.core import sequencetools
[docs]
class Q(sequencetools.OutletSequence):
"""Abfluss (runoff) [m³/s]."""
NDIM, NUMERIC = 0, False