-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observed wind climate (*tab) file as wind input #37
Comments
Thanks for this issue (related question #35), I am optimistic this can be added. |
@kikocorreoso Could you please upload an example file? I need that for developing such an interface. Thanks! |
Hi, Sorry for the delay. I have downloaded a timeseries from NEWA at Baltic Sea, lon, lat: (14º, 55º) The time series includes wind speed and direction at 100m above ground. From this time series I have created to tab files, 16 and 12 sectors. In the file below you can find the timeseries, the tab files and a screenshot with the location for your reference. Please, let me know if this helps or if you prefer the files at other location, other levels, etc. Thanks in advance. |
@kikocorreoso While reading your example tab files into xarray Datasets, I noticed that the frequencies do not add to 1000 in each sector, is this intended? The following is for the file
|
Also, in relation to that: Which additional input is provided by the user that defines the frequency of each sector? As far as I understand, the tab file frequencies describe only how often each wind speed appears within each sector. Or am I missing something here? Thanks for helping me understand this format! |
Hi @SchmJo
I hope it helps. |
Thanks! That's it, I misinterpreted line 4, now also the weights match. 👍 |
I pushed a new input states class to branch @kikocorreoso However, I am guessing you would like to use several such tab files in one calculation, e.g. one for each turbine? If so, how would you preferably provide such data as a user, as a path to a folder? Or zipped? Or am I wrong and this not your intention after all? |
Hi @SchmJo Jonas, This is excellent. Thank you so much!!! More and more the industry is going to bigger areas with many wind farms. In these areas, sometimes hundreds of km from N to S or from E to W, we could have many measurement locations and only one measurement location is not enough to represent correctly the wind regime in the full area. An area could be windier or the wind rose could be different, etc. When we need something fast and not very detailed we use a numerical simulation of the whole area that provides the climatic conditions and we "adjust" this simulation with the climatic conditions recorded on each of the sites. So, in the end we use something like information for each WTG or for a set of WTGs associated with a measurement location. How could be the best way to access this data and associate this data? Everything should work. I am not so worried about how to read the data but how to use this data. It would be great if I can create 5 TabStates and associate each of them to the closest WTGs or something like that. I don't know if this makes sense. Again, thank you very much for the effort and the patience. |
Hi @kikocorreoso, Perhaps we could consider using *.WRG which is an industry standard because it provides a spatial representation of wind speeds by sector over an area and add a new feature of "scaling speeds using a measurement device". Thank you very much for all the work already done ! |
Thanks for the input, the idea of adding support for WRG is already under internal discussion within the foxes dev team. But the implementation has not started yet - So the link is much appreciated. I think for several masts triangulation is the way to go. |
@VolLuk FYI |
The WRG file is like a multi-tab file in a regular grid defined using weibull parameters instead of the frequency table from a measurement location. This is what we use in most of our energy estimations calibrated with timeseries/tabs/whatever obtained from measurements or other sources. In the end it helps to provide 'weights' to the wind speed in a big area in a wind direction basis. The WRG file would be like a simplification of |
Thank you very much @kikocorreoso. An enhanced version of *.WRG exist, called *.WRB. I think this one is more useful because the file contains ambient TI and wind shear. |
I have been working with |
In several foxes-related software packages wind input is defined using a .*tab file format. This is handy because we can share same inputs between different tools.
This file format is defined here.
Do you think it would be possible and useful to add this as input or as an output postprocess tool? I.e., knowing the output from several wind states, e.g. ws=9m/s and wd=270º, calculate the estimated output of a farm using the expected wind speed distribution (percentage of time on each wind state).
The text was updated successfully, but these errors were encountered: