From f30f58242f219fe33de846b3cbfef707c661e569 Mon Sep 17 00:00:00 2001 From: misi9170 <39596329+misi9170@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:43:34 -0500 Subject: [PATCH] Bugfix -- track floris v4 change in input file. (#66) --- hercules/floris_standin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hercules/floris_standin.py b/hercules/floris_standin.py index 288816fe..1254ba81 100644 --- a/hercules/floris_standin.py +++ b/hercules/floris_standin.py @@ -295,7 +295,7 @@ def launch_floris(amr_input_file, amr_standin_data_file=None): "wind_veer": 0.0, "wind_shear": 0.12, "air_density": 1.225, - "turbulence_intensity": 0.06, + "turbulence_intensities": [0.06], "reference_wind_height": 90.0, }, "name": "GCH_for_FlorisStandin",