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/total uplift #128

Closed paulf81 closed 11 months ago

paulf81 commented 11 months ago

This initial pull request implements the basic code but still to go are:

Feature or improvement description This code address issue #110 and adds back in a polars-based method for computing the total uplift in energy production within a given range of wind speeds and wind directions. The calculation is based on the equation from @ejsimley :

image

The test works out the calculation by hand and confirms the result.

Related issue, if one exists Issue #110

Impacted areas of the software energy_ratio.py