Source code for hydpy.models.evap.evap_control

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

# import...
# ...from HydPy
from hydpy.core import parametertools


[docs] class MeasuringHeightWindSpeed(parametertools.Parameter): """The height above ground of the wind speed measurements [m].""" NDIM, TYPE, TIME, SPAN = 0, float, None, (0, None)