You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to ROSCO/OpenFAST and currently familiarizing myself with the software.
My way of studying it is by following the Examples from ROSCO repo and tuning to my folder and set-up.
I'm currently working on the file 05_openfast_sim.py. On this file I'm encountering the following error when I call the run_openfast function. CalledProcessError: Command '['openfast', 'IEA-15-240-RWT-UMaineSemi.fst']' returned non-zero exit status 1.
My function is set-up in this way: run_openfast( os.path.join(tune_dir,path_params['FAST_directory']), fastcall=fastcall, fastfile=path_params['FAST_InputFile'], chdir=True )
I've troubleshoot the step by step of the code for all parameters and it is everything working weel and no error appears.
Only appears the error when running the run_openfast function.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I'm new to ROSCO/OpenFAST and currently familiarizing myself with the software.
My way of studying it is by following the Examples from ROSCO repo and tuning to my folder and set-up.
I'm currently working on the file 05_openfast_sim.py. On this file I'm encountering the following error when I call the run_openfast function.
CalledProcessError: Command '['openfast', 'IEA-15-240-RWT-UMaineSemi.fst']' returned non-zero exit status 1.My function is set-up in this way:
run_openfast( os.path.join(tune_dir,path_params['FAST_directory']), fastcall=fastcall, fastfile=path_params['FAST_InputFile'], chdir=True )I've troubleshoot the step by step of the code for all parameters and it is everything working weel and no error appears.
Only appears the error when running the run_openfast function.
Has someone gone through this and could help me?
Beta Was this translation helpful? Give feedback.
All reactions