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

Simplifying terrain-aware wind models related code #1998

Merged
merged 6 commits into from
Dec 4, 2024

Conversation

nataraj2
Copy link
Collaborator

@nataraj2 nataraj2 commented Dec 3, 2024

This PR simplifies the logic of finding the zloc location of the wind turbines for cases with terrain (ie. the height at which the turbine base is with respect to the base of the domain) and broadcasting the information to all ranks.

Note: All ranks need to know the (xloc,yloc,zloc) of all the turbines. The (xloc, yloc) info is obtained from the text file for the turbine locations, and read in by all ranks. For cases with terrain, the zloc corresponding to each (xloc,yloc) has to be determined, and broadcasted to all ranks.

@asalmgren asalmgren merged commit 1a7a20a into erf-model:development Dec 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants