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

AeroDyn/UnsteadyAero_Driver: Fix for bug #1346 #1356

Merged
merged 2 commits into from
Nov 29, 2022

Conversation

andrew-platt
Copy link
Collaborator

This pull request fixes a bug in AeroDyn/UnsteadyAero_Driver:

bug #1346: If SimMod==1 (reduced frequency model) is used, non-allocated variables are handed over to subroutines with intent(in), which causes a runtime error.

Feature or improvement description
Fix for bug #1346, added some if clauses and making some arrays 'optional'.

Related issue, if one exists
#1346

Impacted areas of the software
AeroDyn -> UnsteadyAero_Driver.f90

Additional supporting information
UnsteadyAero_Driver is only used for stand-alone run of a single airfoil unsteady aerodynamics tests.

This PR was originally #1347, but there was a mixup on our end with the merge. I have recreated this with the merge commit to main and the original text from #1347. Many thanks to @RiekJ for your contribution and patience with our mixup

@ebranlard ebranlard merged commit 0ffa0c0 into OpenFAST:dev Nov 29, 2022
@rafmudaf rafmudaf mentioned this pull request Dec 19, 2022
10 tasks
@andrew-platt andrew-platt deleted the b/UA_driver_bug branch February 7, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants