NREL / flasc

A rich floris-driven suite for SCADA analysis
https://nrel.github.io/flasc/
BSD 3-Clause "New" or "Revised" License
30 stars 18 forks source link

[BUGFIX] reset_operation need in artificial data tuning example #184

Closed misi9170 closed 4 months ago

misi9170 commented 4 months ago

examples_artificial_data/04_floris_tuning/00_tune_floris_to_artifical_data.ipynb was running, but had changed results. It turns out that this is because a fmodel was being reused between a wake steering case and a baseline case, and yaw_angles were being store. Calling reset_operation() between the two cases solves the issue.