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

Move flag for WriteThisStep to FAST_PreWork #2076

Merged

Conversation

andrew-platt
Copy link
Collaborator

This is ready to merge.

Feature or improvement description
In the glue code, a flag WriteThisStep indicates when to write output to files (or store outputs). This had been in FAST_Solution, but should be located in FAST_PreWork (it was left in FAST_Solution when that routine was split into several parts).

Related issue, if one exists
https://github.com/OpenFAST/openfast/pull/1932/files#r1513534370

Impacted areas of the software
Potential impacts on writing to file when an external code directly calls the OpenFAST routines called by FAST_Solution (for example, AMR-Wind).

Additional supporting information
When FAST_Solution was split into multiple routines during the addition of the ExtLoads module, this statement should have been included in the new FAST_PreWork routine, but was not.

In the glue code, a flag `WriteThisStep` indicates when to write output to files (or store outputs).  This had been in `FAST_Solution`, but should be located in `FAST_PreWork` (it was left in `FAST_Solution` when that routine was split into several parts).

Co-authored-by: bjonkman <bonnie.jonkman@envision-energy.com>
@andrew-platt andrew-platt self-assigned this Mar 6, 2024
@andrew-platt andrew-platt added this to the v4.0.0 milestone Mar 6, 2024
@andrew-platt andrew-platt mentioned this pull request Mar 6, 2024
2 tasks
@andrew-platt andrew-platt merged commit e1de904 into OpenFAST:dev-unstable-pointers Mar 6, 2024
21 checks passed
@andrew-platt andrew-platt deleted the b/WriteThisStep branch March 7, 2024 23:52
@andrew-platt andrew-platt mentioned this pull request Dec 24, 2024
38 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.

1 participant