windkit.binned_wind_climate.bwc_ws_freq_gt_mean

windkit.binned_wind_climate.bwc_ws_freq_gt_mean(bwc, /, bysector=False)[source]

Calculate the frequency of wind speeds greater than the mean wind speed.

Parameters:
  • bwc (xarray.Dataset) – Binned wind climate xr.Dataset object

  • bysector (bool) – Whether to return the sectorwise wind speed cdf or the all-sector mean cdf. Defaults to False which returns the all-sector value.

Returns:

freq_gt_mean – Array of fraction greater than the mean wind speed in the histograms

Return type:

xarray.DataArray