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

Bug report #861

Closed
Master-PLC opened this issue Oct 9, 2021 · 2 comments
Closed

Bug report #861

Master-PLC opened this issue Oct 9, 2021 · 2 comments
Assignees

Comments

@Master-PLC
Copy link

Bug description
when I running the runCampbell.m using openfast3.0.0 in matlab, it returned with fatal error:
FAST_InitializeAll:AD_Init:ParsePrimaryFileInfo:ParseInVar:

A fatal error occurred when parsing data from
"...._ExampleData\5MW_Land_Lin_Trim\NRELOffshrBsline5MW_Onshore_AeroDyn15.dat".
The variable "TwrShadow" was not assigned valid INTEGER value on line #9.
The text being parsed was :
"False TwrShadow - Calculate tower influence on wind based on downstream
tower shadow? (flag)"

� OpenFAST encountered an error during module initialization.
Simulation error level: FATAL ERROR

Aborting OpenFAST.

To Reproduce

Steps to reproduce the behavior:

  1. Compile with '...'
  2. Run '...' case with '...' settings
  3. Open '...' output
  4. See the error

Expected behavior

Screenshots, if applicable

OpenFAST Version

**************************************************************************************************
OpenFAST 
 
Copyright (C) 2021 National Renewable Energy Laboratory 
Copyright (C) 2021 Envision Energy USA LTD 
 
This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. 
See the "LICENSE" file distributed with this software for details. 
************************************************************************************************** 
 
OpenFAST-v3.0.0 
Compile Info: 
 - Compiler: Intel(R) Fortran Compiler 1900 
 - Architecture: 64 bit 
 - Precision: single 
 - OpenMP: No 
 - Date: Jun 23 2021 
 - Time: 21:25:05 
Execution Info: 
 - Date: 10/09/2021 
 - Time: 21:58:29+0800 

System Information (please complete the following information):

  • OS:
  • Compiler: <e.g. GFortran 4.4>
  • Compiler settings: <e.g. CMake flags or other settings>

Additional context

@andrew-platt
Copy link
Collaborator

The version of the AeroDyn file you are using is for an older version of OpenFAST. Check your input file against a version 3.0.0 input file (https://github.com/OpenFAST/r-test/blob/78d763effae41fb41ecff5143f0b486a6ac0593c/glue-codes/openfast/5MW_Land_DLL_WTurb/NRELOffshrBsline5MW_Onshore_AeroDyn15.dat#L9 for example) -- in particular line #9.

@ebranlard
Copy link
Contributor

ebranlard commented Oct 13, 2021

Thanks for reporting this. This is a matlab-toolbox issue, where the input files were set for OpenFAST 2.5. They have now been updated to OpenFAST 3.0.

@ebranlard ebranlard self-assigned this Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants