Source code for hydpy.models.wland.wland_factors

# pylint: disable=missing-module-docstring

from hydpy.core import sequencetools
from hydpy.core.typingtools import *


[docs] class DHS(sequencetools.FactorSequence): """External change of the surface water depth [mm/T].""" NDIM: Final[Literal[0]] = 0