OpenOA
latest

Contents:

  • Install
    • Requirements
    • Installation
      • Common Installation Issues:
    • Development
      • Example Notebooks and Data
      • Testing
      • Documentation
    • Contributors
  • Examples
    • Use ENGIE’s open data set
      • Import the data
      • Range filter
      • Window range filter
      • Bin filter
        • Unresponsive Filter
    • Quality Check Diagnostic Work, Part A
      • Step 1: Load in Data
      • Step 2: Initializing QC and Performing the Run Method
      • Step 3: Deep Dive with QC Diagnostic Results
        • Perform a general scan of the distributions for each numeric variable
        • Check ranges of each variable
        • Identify any timestamp duplications and timestamp gaps.
        • Check the DST plot to look in more detail
      • Inspect the turbine power curves
      • Step 4: Performing adjustments on our data
    • Quality Check Diagnostic Work, Part B
      • Step 1: Load in Data
      • Step 2: Initializing QC and Performing the Run Method
      • Step 3: Deep Dive with QC Diagnostic Results
        • Perform a general scan of the distributions for each numeric variable
        • Check ranges of each variable
        • Identify any timestamp duplications and timestamp gaps.
        • Check the DST plot to look in more detail
      • Inspect the turbine power curves
      • Step 4: Performing adjustments on our data
    • First step in gap analysis is to determine the AEP based on operational data.
      • Step 1: Import plant data into notebook
      • Step 2: Review the data
      • Step 3: Process the data into monthly averages and sums
      • Step 4: Review reanalysis data
      • Step 5: Review energy and loss data
      • Step 6: Specify availabilty and curtailment data not represenative of actual plant performance
      • Step 7: Select reanalysis products to use
      • Step 8: Set up Monte Carlo inputs
      • Step 9: Run the OA code
      • Step 10: Post-analysis visualization
    • Example operational analysis using the augmented capabilities of the AEP class
      • Comparison 1: AEP calculation using different regression models and different time resolution
      • Comparison 2: AEP calculation using various input variables
    • The next step in the gap analysis is to calculate the Turbine Ideal Energy (TIE) for the wind farm based on SCADA data
      • TIE calculation without uncertainty quantification
      • TIE calculation including uncertainty quantification
    • The next step in the gap analysis is to estimate electrical losses from the wind farm.
      • Electrical loss estimation without uncertainty quantification
      • Electrical loss estimation including uncertainty quantification
    • Perform energy yield assessment (EYA)-operational assessment (OA) gap analysis
      • Calculate AEP, TIE, and electrical losses from operational data
      • Summarize operational results and create EYA data for comparison
      • Perform gap analysis
  • Toolkits
    • Filters
    • Power Curve
    • Imputing
    • Timeseries
    • Met Data Processing
    • Metadata Fetch
    • Unit Conversion
    • Plotting
    • Reanalysis Downloading
  • Analysis Methods
    • Plant Level Analysis
    • Turbine Level Analysis
    • Electrical Losses Analysis
  • Project Data
    • Schemas
      • Operational Data
      • Reanalysis Products
    • PlantData
    • AssetData
    • ReanalysisData
  • Contributing
    • Issue Tracking
    • Repository
    • Pull Request
    • Coding Style
    • Documentation Style
    • Testing
    • Release Process
  • Credit
OpenOA
  • »
  • Overview: module code

All modules for which code is available

  • operational_analysis.methods.electrical_losses
  • operational_analysis.methods.plant_analysis
  • operational_analysis.methods.turbine_long_term_gross_energy
  • operational_analysis.toolkits.filters
  • operational_analysis.toolkits.imputing
  • operational_analysis.toolkits.met_data_processing
  • operational_analysis.toolkits.metadata_fetch
  • operational_analysis.toolkits.pandas_plotting
  • operational_analysis.toolkits.power_curve.functions
  • operational_analysis.toolkits.reanalysis_downloading
  • operational_analysis.toolkits.timeseries
  • operational_analysis.toolkits.unit_conversion
  • operational_analysis.types.asset
  • operational_analysis.types.plant
  • operational_analysis.types.reanalysis

© Copyright 2022, NREL. Revision 10b94083.

Built with Sphinx using a theme provided by Read the Docs.