NREL / flasc

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

Feature: Speed up interpolation over many variables in floris_tools #103

Closed Bartdoekemeijer closed 1 year ago

Bartdoekemeijer commented 1 year ago

This PR is ready to be merged.

Feature or improvement description Speeds up interpolation over many variables when calculating the FLORIS predictions for a dataset.

Related issue, if one exists N/A

Impacted areas of the software floris_tools

Additional supporting information Rather than recalculating the triangulation for the scatter-based interpolant for every variable, we re-use it to reduce the number of repeated operations.

Test results, if applicable Speed-ups can be up to a factor 10 on my machine.

Bartdoekemeijer commented 1 year ago

This was indirectly merged through #114. Closing.