NREL / flasc

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

Model Fit v2 #213

Closed paulf81 closed 1 month ago

paulf81 commented 2 months ago

Model Fit v2

This pull replaces rebuilds and replaces #206, by starting off the flasc-dataframe branch and connects to the reworked parrerlization branch of FLORIS: https://github.com/NREL/floris/tree/parallel-model-rework. This will need to be updated as those branches are finalized but this provides the cleanest starting position for this PR.

This PR adds the newly modularized ModelFit class for generic tuning of FLORIS models to FlascDataframes.

TODO: Update this PR as progress is made on this, or the underlying FlascDataframe pr: #212 , or https://github.com/NREL/floris/tree/parallel-model-rework

Feature or improvement description Replaces #206