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

Use FLORIS's methods for merging `fmodel`s and setting model parameters #182

Closed misi9170 closed 4 months ago

misi9170 commented 4 months ago

The merge_floris_objects method was moved to merge_floris_models on FLORIS, and setting wake model parameters was made easier in FLORIS.

Similar to #181, this PR removes FLASC's now duplicate capability and uses FLORIS's instead. We also remove the function reduce_floris_object, as this seems unneeded---users may simply choose a set of indices and use the FlorisModel.set() method, passing (new) keywords for layout_x, layout_y, and turbine_type.

For now, I am testing FLORIS's merging capabilities within the FLASC tests, essentially. This test may be moved to FLORIS at a later date.