From f93f28162ffd64c48b86796cc82a648d5e522904 Mon Sep 17 00:00:00 2001 From: dzalkind Date: Wed, 20 Dec 2023 15:36:42 -0700 Subject: [PATCH] Add clarification on fastcall --- Examples/05_openfast_sim.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/05_openfast_sim.py b/Examples/05_openfast_sim.py index 553d355f..58934387 100644 --- a/Examples/05_openfast_sim.py +++ b/Examples/05_openfast_sim.py @@ -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']),