windkit.weibull_wind_climate.wwc_power_density

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

Calculate the power density

Parameters:
  • wwc (xarray.Dataset) – Weibull wind climate dataset.

  • air_density (float) – Air density.

  • bysector (bool) – Return sectorwise mean wind speed if True. defaults to False.

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

  • Returns

  • pd (xarray.DataArray) – Data array with power density.