Installation issue #955
Replies: 7 comments 1 reply
-
Hey Giorgio, If you installed FLORIS through a You get the error Download the |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the quick answer. "The filename, directory name, or volume label syntax is incorrect: attrs generated init floris.core.farm.Farm ". Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi Giorgio, See #951 for a more elaborate discussion and a solution to the Cheers, |
Beta Was this translation helpful? Give feedback.
-
hello friends |
Beta Was this translation helpful? Give feedback.
-
Hi @javadi97 , do you have power and thrust curves for your 2MW turbines, and also information on the hub height, rotor diameter, etc? If so, you can generate dictionary representations for them using |
Beta Was this translation helpful? Give feedback.
-
hello hello friends, "I am working on a project where I plan to use the RL algorithm to optimize wake steering in a wind farm, and I am using FLORIS for the modeling. I am trying to determine the appropriate temporal resolution for the wind condition data. Would hourly data over the course of a year be sufficient, or would it be better to use ten-minute data for the same period? What is the recommended time interval for accurate wake modeling and optimization in FLORIS?" |
Beta Was this translation helpful? Give feedback.
-
Hi @noorhj, Thanks for the question--the answer is a bit nuanced. As you know, FLORIS is a steady state model, so does not inherently have a temporal resolution. However, it is also useful to think of FLORIS as modeling the time-averaged flow---but the question remains, what is the time window that the averaging is working over? Unfortunately, there is not a straightforward answer. We often compare FLORIS to SCADA records from wind farms with ten-minute averaging. This may be more appropriate for small farms, where ten minutes is in the ballpark of the time-scales of the propagation of wind through the farm (for example, if the wind speed is 8 m/s and the wind farm is 2km wide, then the wind may be expected to "traverse" the farm in around 4 minutes). For much larger farms, longer averaging times may be more appropriate. We also often use the In the end, I think you could use either hourly or ten-minute data. If you want to know more about the I hope this helps! Misha |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I have a very easy installation problem. However I am an amateur and I can not solve it.
I have installed floris following the guide with the command "pip install floris". However, when I am trying to run the first script
"from floris import FlorisModel
fmodel = FlorisModel("gch.yaml") "
I get this error: " No such file or directory: 'gch.yaml' ".
Verifying on the lib folder, I see that only the core folder of floris has been installed, instead of the whole github main folder. Hence the examples folder is missing. I have tried to copy and paste it, but it is not working.
Any suggestion is very welcomed.
Thank you in advance.
Giorgio
Beta Was this translation helpful? Give feedback.
All reactions