From 0104cd49d142852adfe97cfb0845663e0fde3113 Mon Sep 17 00:00:00 2001 From: gv Date: Mon, 23 Sep 2024 15:07:01 +0200 Subject: [PATCH] ROSCO input file: write "PerfTableSize" as 2 ints (instead of 2 floats) so ROSCO can read it well --- openfast_toolbox/io/rosco_discon_file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openfast_toolbox/io/rosco_discon_file.py b/openfast_toolbox/io/rosco_discon_file.py index b4de969..b7f2891 100644 --- a/openfast_toolbox/io/rosco_discon_file.py +++ b/openfast_toolbox/io/rosco_discon_file.py @@ -136,6 +136,7 @@ def toString(self): FMTs['{:<4.4f}']=['WE_FOPoles_v'] FMTs['{:<10.8f}']=['WE_FOPoles'] FMTs['{:<10.3f}']=['PS_BldPitchMin'] + FMTs['{:<7.0f}']=['PerfTableSize'] fmtFloat='{:<014.5f}' for fmt,keys in FMTs.items(): if param in keys: