windkit.weibull_wind_climate.wwc_mean_windspeed

windkit.weibull_wind_climate.wwc_mean_windspeed(wwc, bysector=False, emergent=True)[source]

Calculate the mean wind speed from a weibull wind climate dataset.

Parameters:
  • wwc (xarray.Dataset) – Weibull Wind Climate dataset.

  • bysector (bool) – Return results by sector or as an all-sector value. Defaults to False.

  • emergent (bool) – Calculate the all-sector mean using the emergent (True) or the combined Weibull distribution (False). Defaults to True.

Returns:

DataArray with the mean wind speed.

Return type:

xarray.DataArray