-
Notifications
You must be signed in to change notification settings - Fork 469
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
Wrong argument passed to FAST_InitializeAll_T
#2064
Comments
The problem appears to be due to a discrepency in how the |
Looking at the code, the For reasons completely unknown to me, the |
I am referring to this I don't know why there are 2 IDs being passed into |
Originally, |
I'm going to close this issue in deference to the underlying issue outlined in #2096. |
Bug description
The definition of the function FAST_InitializeAll_T has
TurbId
as it's second argument. The call sites: https://github.com/OpenFAST/openfast/blob/main/modules/openfast-library/src/FAST_Library.f90#L144 and https://github.com/OpenFAST/openfast/blob/main/modules/openfast-library/src/FAST_Library.f90#L148 pass iniTurb
to that argument and notTurbId
.To Reproduce
I am calling openfast from amr-wind but this isn't specific to that and I don't build stand-alone openfast so I am not sure what the steps are to reproduce.
Expected behavior
I would expect
TurbId
to be passed toFAST_InitializeAll_T
and notiTurb
since that is what it expects in the argument list.OpenFAST Version
3.5.2
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: