cff-version: 1.2.0 abstract: "<p>Python implementation of the FLORIDyn code [1] in the OFF toolbox, as well as the input files used for the publication "Wind pattern clustering of high frequent field measurements for dynamic wind farm flow control", M Becker, D Allaerts and JW van Wingerden, in preparation for the TORQUE 2024 conference.</p><p></p><p>The yaml files contain the baseline orientation (misalignment angle = 0 deg) and optimised angles. The C1 to C5 addition in the name refers to the wind direction change case that is investigated. The optimised angles have beed derived using FLORIS [2] and are given in separate files for convenience.</p><p></p><p>To run the code FLORIS [2] needs to be installed. In addition the DTU 10MW reference turbine [3] is used in the simulations. The required .yaml is provided with this code and needs to be added to the FLORIS turbine library. Go to 03_Code/main.py and run the selected case.</p><p></p><p>The farm power of all simulations in FLORIDyn in given in the files FarmPower*.csv</p><p>To use them in Matlab, call:</p><p></p><p>farm_pow = readmatrix("FarmPowerNoYaw.csv");</p><p>farm_pow = reshape(farm_pow, 5, length(1:2:359), [] );</p><p></p><p>Dimension 1 is along the cases, dimension 2 along the wind directions and dimension 3 along time (4:4:2000).</p><p>E.g. to plot the power for case C4 starting at 201deg call</p><p>plot(4:4:2000, farm_pow(4, (201+1)/2, :))</p><p></p><p>[1] <a href="https://iopscience.iop.org/article/10.1088/1742-6596/2265/3/032103/meta" target="_blank">https://iopscience.iop.org/article/10.1088/1742-6596/2265/3/032103/meta</a></p><p>[2] <a href="https://github.com/NREL/floris/tree/main" target="_blank">https://github.com/NREL/floris</a></p><p>[3] <a href="https://backend.orbit.dtu.dk/ws/portalfiles/portal/55645274/The_DTU_10MW_Reference_Turbine_Christian_Bak.pdf" target="_blank">https://backend.orbit.dtu.dk/ws/portalfiles/portal/55645274/The_DTU_10MW_Reference_Turbine_Christian_Bak.pdf</a></p>" authors: - family-names: Becker given-names: Marcus orcid: "https://orcid.org/0000-0003-4250-7654" - family-names: Lejeune given-names: Maxime title: "FLORIDyn (OFF toolbox) Code and input files underlying the publication: Wind pattern clustering of high frequent field measurements for dynamic wind farm flow control" keywords: version: 1 identifiers: - type: doi value: 10.4121/dbd831b5-8d6d-4ae2-9860-2d6a7a1be58e.v1 license: BSD-3-Clause date-released: 2024-01-24