How are "true wind" characteristics calculated? #209
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Lincoln-Xcel , Usually, as you are hinting, the true wind direction, wind speed, and TI are not available (possibly if there are any met mast channels available, that could be used if they are trustworthy). Instead, we often end up taking data from one or more "reference turbines" as the "true" wind speed, direction, etc. Determining good reference turbines can be a little tricky. We usually select either a single free stream turbine, or all of the free stream turbines, for a given wind direction to provide the reference wind direction and wind speed. You'll notice that that is a bit circular, particular with regards to wind direction---you need the wind direction to determine which turbines are free stream, but you don't know the wind direction until you know which turbines are free stream. However, the wind direction measurement of turbines is not as sensitive to being waked as the wind speed or turbulence intensity, so we have found that it is safe to used waked turbines for a best guess at wind direction, at least initially*. FLASC includes a function for determining the freestream turbines. As I said though, this is nuanced and we choose different references in different situations, based on unique characteristics in each wind farm/field campaign. I'd certainly be happy to discuss more---feel free to email me at michael.sinner@nrel.gov if you'd like! Cheers, *That the wind directions of all turbines are reasonably trustworthy assumes that all turbines have their northing calibration correct (i.e., the nacelle yaw position is north when it reads north). Often, this is not the case---we have seen a range of northing biases from smallish offsets to what appear to be completely random offsets. FLASC also has a workflow to help identify northing biases. See here for the API documentation for that module of the code, and here for an example of the northing correction process using an artificial dataset. |
Beta Was this translation helpful? Give feedback.
-
Misha, |
Beta Was this translation helpful? Give feedback.
Hi @Lincoln-Xcel ,
Usually, as you are hinting, the true wind direction, wind speed, and TI are not available (possibly if there are any met mast channels available, that could be used if they are trustworthy). Instead, we often end up taking data from one or more "reference turbines" as the "true" wind speed, direction, etc.
Determining good reference turbines can be a little tricky. We usually select either a single free stream turbine, or all of the free stream turbines, for a given wind direction to provide the reference wind direction and wind speed. You'll notice that that is a bit circular, particular with regards to wind direction---you need the wind direction to determine which t…