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

ROSCO input file: write "PerfTableSize" without decimals #23

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

Guiiem
Copy link

@Guiiem Guiiem commented Sep 23, 2024

If I use ROSCODISCONFile.write() after reading a working DISCON.IN, the line of the performance table size is written as:

20.00000000000 20.00000000000    ! PerfTableSize     - Size of rotor performance tables, first number refers to number of blade pitch angles, second number referse to number of tip-speed ratios

Which can't be read by ROSCO (at least version 2.6.0) with error The "PerfTableSize" array was not assigned valid REAL values on line #90. I have just modified it to write it without decimals, so the result is the same as the original file:

20      20         ! PerfTableSize     - Size of rotor performance tables, first number refers to number of blade pitch angles, second number referse to number of tip-speed ratios

Now this can be read and the simulation runs :)

@ebranlard
Copy link
Collaborator

This looks good to me.

@rthedin rthedin merged commit ed7d9dd into OpenFAST:main Oct 11, 2024
1 of 7 checks passed
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