Skip to content

Commit

Permalink
correct file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Nov 13, 2021
1 parent c41f516 commit d17a14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02_reference_turbines/iea10mw_driver.py
Expand Up @@ -5,7 +5,7 @@
## File management
mydir = os.path.dirname(os.path.realpath(__file__)) # get path to this file
fname_wt_input = mydir + os.sep + "IEA-10-198-RWT.yaml"
fname_modeling_options = mydir + os.sep + "modeling_options_mono.yaml"
fname_modeling_options = mydir + os.sep + "modeling_options_iea10.yaml"
fname_analysis_options = mydir + os.sep + "analysis_options.yaml"

wt_opt, analysis_options, opt_options = run_wisdem(fname_wt_input, fname_modeling_options, fname_analysis_options)

0 comments on commit d17a14f

Please sign in to comment.