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

Enable passing power setpoints to wind simulators #76

Merged
merged 21 commits into from
Feb 26, 2024

Conversation

misi9170
Copy link
Collaborator

@misi9170 misi9170 commented Feb 8, 2024

Floris v4 allows wind turbines to be derated by passing them power setpoints. This pull request takes advantage of that functionality and implements it in the FlorisStandin. However, AMRWind does not currently handle derating turbines, so this code will not change the power output from AMRWind. Additionally, we will need to check that when power_setpoints are passed to AMRWind, they are simply ignored, rather than throwing an error.

I am currently working on a pull request for WHOC that will take advantage of this derating capability in Hercules (with the FlorisStandin). Once that PR is in place and I'm happy that both features work, I'll change the DRAFT status of this PR.

@misi9170
Copy link
Collaborator Author

Now allows users to specify external data in a separate csv file, as well as specifying the name of the output file in the input_dict. Addresses #78.

@misi9170 misi9170 marked this pull request as ready for review February 26, 2024 18:22
@misi9170 misi9170 added the enhancement New feature or request label Feb 26, 2024
Copy link
Collaborator

@genevievestarke genevievestarke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@genevievestarke genevievestarke merged commit 3a58379 into NREL:develop Feb 26, 2024
3 checks passed
@misi9170 misi9170 deleted the feature/floris-derating branch February 27, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants