-
|
Hi all, I noticed changes between ROSCO 2.9.7 and ROSCO 2.10.0 for the wind speed estimation in mode 0, i.e., filtering of hub height wind speed. Here is the line in question: There are two changes, one is related to the projection with the vane orientation (the cos part) and the other is the frequency for the filtering of the signal (the F_WECornerFreq part). I reproduced the 2.9.7 results by reverting this line back. Regarding the change on the filtering frequency, there is now a division by 10 to the frequency. The values in the corresponding DISCON.IN files did not change so it really alters the filtering. The wind speed estimation signal is very flattened due to this excessive filtering. Is there a particular reason for this change from Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
In v2.10, we are using You raise an interesting point, but I consider using WE_Mode of 0 primarily for debugging or backup, so I'm not sure how we should address this. It seems like you understand the filtering well enough to work around it. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the quick reply. I understand your points especially if WE_Mode = 0 should only be seen as fallback. This ROSCO/rosco/toolbox/inputs/toolbox_schema.yaml Lines 493 to 498 in 974290e A workaround for me if I want to keep the original ROSCO code is to define a bigger value for Maybe a nicer fix would be to change the default value in the toolbox_schema.yaml file and remove the /10 in the ROSCO code? I understand this is very niche and maybe not worth the trouble. |
Beta Was this translation helpful? Give feedback.
It's worth another look, or at least clearer input definitions, at some point. Thanks for bringing it up. I'll transfer this to an issue and re-visit it when preparing the next release.