Replies: 5 comments 12 replies
-
Hi sautee, Which branch/version of ROSCO are you using? Please try on the latest The inputs you point out are filled with defaults if not provided in the yaml, but this feature was only added in recent months. Best, Dan |
Beta Was this translation helpful? Give feedback.
-
Hi @dzalkind I updated my local environment to ROSCO v2.5.1.
Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi, I made some updates to the jupyter notebook here: #155 to handle this new default parameter feature. Generally, I'd recommend using the example scripts because they are tested during each commit and pull request. The examples cover everything in this notebook and more, and this notebook isn't part of the continuous integration, so we may take it out if we can't easily support it going forward. I hope this helps. Best, Dan |
Beta Was this translation helpful? Give feedback.
-
When running example_06.py, I run into the following error.
It isn't clear to me which file it cannot find. Do I have to install OpenFAST separately to run this simulation? (I haven't installed OpenFAST yet). |
Beta Was this translation helpful? Give feedback.
-
Yet another Example_06.py question! (this is becoming a long thread!) The assert in example_06 fails for me.
I get this error. I understand what it is, but I can't figure out why the Kp_float value does not go through. I removed the assert test block to run the example. This is the error.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to run the ROSCO walkthrough locally - and I came across a few issues.
- Tune Controller Error
This section threw a number of missing key errors. The NREL 5MW YAML file has optional control parameters not defined in it (like 'U_pc'). But it looks like the controller.py file does not have handlers set if the key isn't present in the YAML and throws a missing key error. Errors were thrown for -
Once I defined all the params required in controller.py, this cell executed successfully.
- Plotting PI gains throw a dimension exception error. It looks like the numpy ndarrays have different dimensions.
Help!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions