Skip to content

Commit

Permalink
Add clarification on fastcall
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Dec 20, 2023
1 parent 69da721 commit f93f281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Examples/05_openfast_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
write_DISCON(turbine,controller,param_file=param_file, txt_filename=path_params['rotor_performance_filename'])

# Run OpenFAST
# --- May need to change fastcall if you use a non-standard command to call openfast
# --- May need to change fastcall if you use a non-standard, conda-installed command to call openfast
# If you run the `fastcall` from the command line where you run this script, it should run OpenFAST
fastcall = 'openfast'
run_openfast(
os.path.join(this_dir,path_params['FAST_directory']),
Expand Down

0 comments on commit f93f281

Please sign in to comment.