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

updates to handle writing OpenFAST models from weis and wind_io #2603

Open
wants to merge 8 commits into
base: rc-4.0.1
Choose a base branch
from

Conversation

mayankchetan
Copy link
Contributor

Feature or improvement description

  • Minor fixes to allow WEIS to write OpenFAST files from wind_io input files

Related issue, if one exists

Impacted areas of the software

  • openfast_io

Additional supporting information

Test results, if applicable

  • Tests pass locally

TODO:

  • If possible, include conda release for v4.0.1

@mayankchetan mayankchetan marked this pull request as ready for review January 16, 2025 21:20
@mayankchetan mayankchetan self-assigned this Jan 16, 2025
if ignoreVars is not None:
fst_vt = remove_nested_keys(fst_vt, ignoreVars)

if removeDeactivatedModules:
Copy link
Collaborator

Choose a reason for hiding this comment

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

I recommend moving this to a separate function, there's a lot of code inside this if statement.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for recommendation, pushed update

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.

3 participants