You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The turbine ideal energy class TurbineLongTermGrossEnergy in "turbine_long_term_gross_energy.py" uses the entire time series of reanalysis data for each reanalysis product when long-term correcting turbine ideal energy. Similar to recent additions to the MonteCarloAEP class from PR #180, the following enhancements are suggested:
Automatically determine the start and end dates for the reanalysis time series used in the long-term correction based on the latest start date and earliest end date out of all reanalysis products
Allow users to specify the number of years in the long-term correction (and include the range of number of years as a Monte Carlo input when UQ==True)
Allow users to specify a particular reanalysis end date to use for long-term correction
The text was updated successfully, but these errors were encountered:
The turbine ideal energy class
TurbineLongTermGrossEnergy
in "turbine_long_term_gross_energy.py" uses the entire time series of reanalysis data for each reanalysis product when long-term correcting turbine ideal energy. Similar to recent additions to theMonteCarloAEP
class from PR #180, the following enhancements are suggested:UQ==True
)The text was updated successfully, but these errors were encountered: