Source code for hydpy.models.sw1d.sw1d_outlets

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

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


[docs] class LongQ(sequencetools.OutletSequence): """The longitudinal outflow of the last channel segment [m³/s].""" NDIM, NUMERIC = 1, False