NREL / OpenOA

This library provides a framework for assessing wind plant performance using operational assessment (OA) methodologies that consume time series data from wind plants. The goal of the project is to provide an open source implementation of common data structures, analysis methods, and utility functions relevant to wind plant OA.
https://openoa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
193 stars 63 forks source link

Enhancement/update rated power in tie #268

Closed ejsimley closed 9 months ago

ejsimley commented 9 months ago

This pull request addresses the concern raised in issue #235 for the TurbineLongTermGrossEnergy analysis method. When filtering the SCADA data to identify periods with normal operation, the power curve outlier filter was previously using the maximum power from SCADA for each turbine to define the turbine capacity. This could create an issue in the filters.bin_filter function call if there happen to be any power outliers in the SCADA data significantly greater than the turbine's rated power. To fix this, the turbine capacity is changed to the rated power for each turbine given by the asset table.

Additional changes include: