Replies: 10 comments 16 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 all, I am using my own wind turbine and i can run openfast simulation. However, when i use 02_ccblade.py with my files, I get this error: File ~\ROSCO\rosco\toolbox\turbine.py:178 in load_from_fast File ~\ROSCO\rosco\toolbox\ofTools\fast_io\FAST_reader.py:490 in read_ElastoDynBlade IndexError: list index out of range could anyone please help regarding this issue? Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hello @dzalkind, rosco 2.9.6 pypi_0 pypi |
Beta Was this translation helpful? Give feedback.
-
|
Dear @dzalkind, Apologies for following up again, but I’m still running into the same issue. I’ve set up Rosco in an Anaconda environment with the following versions: rosco 2.9.6 pypi_0 pypi openfast-io 4.1.2 pypi_0 pypi openfast-toolbox 3.5.1 dev_0 Unfortunately, the problem persists. Could you kindly provide some guidance or hints on how to resolve this? Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Dear @dzalkind, as I expain earlier I can run default 02_ccblade.py example without problem. But with my openfast model I get error: File ~\ROSCO\rosco\toolbox\turbine.py:178 in load_from_fast File ~\ROSCO\rosco\toolbox\ofTools\fast_io\FAST_reader.py:490 in read_ElastoDynBlade IndexError: list index out of range Although my OpenFAST model runs successfully(openfast simulation), I get this error when attempting to generate the aerodynamic coefficients of the turbine(by rosco). Could you advise on what might be causing this issue? Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hello @dzalkind , Name Version Build Channelrosco 2.10.0 pypi_0 pypi But my previous problem persist. So, I made a new wind turbine model and i ran openfast simulation without problem. now I want to use controller File ~\anaconda3\envs\rosco-env\lib\site-packages\openfast_io\FAST_reader.py:353 in read_MainInput ValueError: invalid literal for int() with base 10: '----------------------' could you give me any hint to fix it,please? Best regards, |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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