Skip to content

bugfix: SD maximum number of output channels was incorrectly set#2821

Merged
andrew-platt merged 1 commit intoOpenFAST:rc-4.0.5from
andrew-platt:b/SD_MaxOutputs
May 22, 2025
Merged

bugfix: SD maximum number of output channels was incorrectly set#2821
andrew-platt merged 1 commit intoOpenFAST:rc-4.0.5from
andrew-platt:b/SD_MaxOutputs

Conversation

@andrew-platt
Copy link
Collaborator

Ready to merge

Feature or improvement description
A user had a case where they wanted to output ~8000 channels from SD. However, there was an inconsisntency in how the MaxOutPts was set. To fix this:

  • uncomment MaxOutPts to SubDyn_Output_Param.f90
  • remove MaxOutPts from SubDyn_Output.f90 so it is in the autogenerated file instead
  • remove MaxOutChs from SD_FEM.f90 and use MaxOutPts instead

Related issue, if one exists
Fixes #2802

Impacted areas of the software
SubDyn outputs only.

Additional supporting information

Test results, if applicable
None affected

@andrew-platt andrew-platt added this to the 4.0.5 milestone May 20, 2025
@andrew-platt andrew-platt requested a review from luwang00 May 20, 2025 16:45
@andrew-platt andrew-platt self-assigned this May 20, 2025
@andrew-platt andrew-platt linked an issue May 20, 2025 that may be closed by this pull request
A user had a case where they wanted to output ~8000 channels from _SD_.  However, there was an inconsisntency in how the `MaxOutPts` was set.  To fix this:
- uncomment `MaxOutPts` to `SubDyn_Output_Param.f90`
- remove `MaxOutPts` from `SubDyn_Output.f90` so it is in the autogenerated file instead
- remove `MaxOutChs` from `SD_FEM.f90` and use `MaxOutPts` instead
@andrew-platt andrew-platt merged commit f662bb4 into OpenFAST:rc-4.0.5 May 22, 2025
11 of 12 checks passed
@andrew-platt andrew-platt deleted the b/SD_MaxOutputs branch May 23, 2025 19:57
@andrew-platt andrew-platt mentioned this pull request Jun 11, 2025
35 tasks
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.

Output-Channel Limit in SubDyn

3 participants

Comments