windpw {kernplus} | R Documentation |
Wind turbine operational data
Description
A dataset containing the measurements of wind-related and other environmental variables as well as the actual power output measurements of an operating wind turbine.
Usage
windpw
Format
A data frame with 1000 rows and 6 variables:
-
V
: wind speed (m/s
), -
D
: wind direction (degree), -
rho
: air density (kg/m^3
), -
I
: turbulence intensity, -
Sb
: below-hub wind shear, -
y
: normalized power output relative to the rated power (%).
Note
This dataset is a subset of an actual operational dataset, which is available at https://aml.engr.tamu.edu/2001/09/01/publications/ where other operational datasets are also available. To access the datasets, click the link ‘data’ attached to J53.
This dataset was generated by drawing 1000 random samples from the original dataset. As such, the sequence of rows is not arranged in time.