NREL / ROSCO

A Reference Open Source Controller for Wind Turbines
https://rosco.readthedocs.io/en/latest/
Apache License 2.0
116 stars 93 forks source link

Why is the `tune_ROSCO.py` file not found? #383

Closed SYZ622 closed 1 month ago

SYZ622 commented 1 month ago

When I run openfast 3.5.3, it prompts me that I should compile the controller, so I installed and downloaded the ROSCO 2.9.2 controller, but when I read the documentation for its use, I found several references to the tune_ROSCO.py file, which I didn't find inside the folder, so I hope to get some help!

dzalkind commented 1 month ago

Thanks for making us aware of this. This part of the documentation is out of date. Most of the tune_ROSCO.py features have been moved here: https://github.com/NREL/ROSCO/blob/main/rosco/toolbox/tune.py

This example shows the basics of DISCON tuning: https://github.com/NREL/ROSCO/blob/main/Examples/03_tune_controller.py