Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to shut off turbines #799

Merged
merged 8 commits into from Feb 20, 2024

Conversation

paulf81
Copy link
Collaborator

@paulf81 paulf81 commented Feb 9, 2024

Add ability to disable turbines

This pull requests builds off the previously submitted pull request #693 and combines it with the new v4 structure of included operation models to achieve a similar user interface at the FlorisInterface level. Using a similar matrix of booleans as in #693, the values are mapped onto power_setpoints with near-0 values (although not exactly 0 to avoid numerical issues as in #693 and discussed in #687 ) in power_setpoints. This way, the underlying programming of derating at the floris.simulation level can be reused.

The pull request adds the functionality to floris_interface.py. An example, adapted from the example submitted in #693 is also included. Finally tests of the new functionality are included.

Related issue

Pull request #693
Issue #687

Impacted areas of the software

floris_interface.py

@paulf81 paulf81 added enhancement An improvement of an existing feature v4 Focus of FLORIS v4 labels Feb 9, 2024
@paulf81 paulf81 added this to the v4.0 milestone Feb 9, 2024
@paulf81 paulf81 self-assigned this Feb 9, 2024
@rafmudaf rafmudaf changed the title Add ability to disable turbines Add support to shut off turbines Feb 20, 2024
@paulf81 paulf81 merged commit bd3a6f8 into NREL:v4 Feb 20, 2024
8 checks passed
This was referenced Feb 20, 2024
@paulf81 paulf81 deleted the feature/add_disable_turbines branch February 20, 2024 17:22
@misi9170 misi9170 mentioned this pull request Apr 8, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature v4 Focus of FLORIS v4
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants