windkit.weibull_wind_climate
Weibull wind climate module
When measuring over a long period the frequency of occurence of wind speed usually follows a Weibull distribution. It is therefore common practice in the wind energy industry to use the Weibull A and k parameters to denote the wind resource at a certain location.
Because there can be large differences in the wind climate when the wind is coming from different wind directions, the Weibull distributions are usually specified per sector.
A valid Weibull wind climate therefore has a dimension sector
and the variables
A
, k
and wdfreq
. Also it must have a valid spatial structure. This module contains
functions that operate on and create weibull wind climates.
Functions
|
Reads a .grd file into a weibull wind climate dataset. |
|
Reads .pwc predicted wind climate file from WAsP in XML format. |
|
Reads .rsf file into a weibull wind climate dataset. |
|
Reads .wrg file into a weibull wind climate dataset. |
|
Creates and validates a weibull wind climate xarray.Dataset from a netCDF File. |
|
Write weibull wind climate dataset to .rsf file. |
|
Write weibull wind climate dataset to .wrg file. |
|
Return the all sector A & k. |
|
Calculate the mean wind speed from a weibull wind climate dataset. |
|
Calculate the power density |
|
Creates object from directional A's and k's. |