@@ -664,7 +664,7 @@ def windspeed_powerlaw(wind_speed_reference, height_reference,
664664 Exponent based on the surface type. [unitless]
665665
666666 surface_type : string, optional
667- If supplied, overrides ``exponent``. Can be one of the following
667+ Mutually exclusive with ``exponent``. Can be one of the following
668668 (see [1]_):
669669
670670 * ``'unstable_air_above_open_water_surface'``
@@ -723,16 +723,16 @@ def windspeed_powerlaw(wind_speed_reference, height_reference,
723723 :math:`a` [unitless] depends on the surface type. Some values found in the
724724 literature [1]_ for :math:`a` are:
725725
726- .. table:: Values for the Hellmann-exponent
726+ .. table:: Values for the Hellmann-exponent ([1_], Table 2.3).
727727
728728 +-----------+--------------------+------------------+------------------+
729729 | Stability | Open water surface | Flat, open coast | Cities, villages |
730730 +===========+====================+==================+==================+
731- | Unstable | 0.06 | 0.10 | 0.27 |
731+ | Unstable | 0.06 | 0.11 | 0.27 |
732732 +-----------+--------------------+------------------+------------------+
733- | Neutral | 0.11 | 0.16 | 0.40 |
733+ | Neutral | 0.10 | 0.16 | 0.34 |
734734 +-----------+--------------------+------------------+------------------+
735- | Stable | 0.27 | 0.34 | 0.60 |
735+ | Stable | 0.27 | 0.40 | 0.60 |
736736 +-----------+--------------------+------------------+------------------+
737737
738738 In a report by Sandia [3]_, the equation was experimentally tested for a
0 commit comments