ENGIE SOLAR PERFORMANCE ON PROJECT
Introduction: This project aims to analyze over a decade of energy system data from the University of Iowa, focusing on two solar arrays: the Electric Vehicle Charging Station Array and the CAMBUS Array. Utilizing different solar cell technologies, these arrays offer a unique opportunity to study solar energy performance on campus. The ultimate goal is to provide actionable insights for ENGIE North America and the University to optimize future solar installations and enhance sustainability." Objectives and Scope Level 1 Objectives: • Design and implement a program to benchmark the conversion efficiency of the Electric Vehicle Charging Station Array and the CAMBUS Array at the University of Iowa. Level 2 Objectives: • Enhance the Level 1 program to provide advanced analytics and predictions. • Summarize insights for guiding future solar energy decisions at the University of Iowa and ENGIE North America Technology Stack: Python, Numpy, Pandas, Matplotlib, SCIKIT-LEARN , Excel , Jupyter Notebook , GitHub , RandomForestRegressor, HistGradientBoostingClassifier Implementation:
LEVEL - 1
Results for EVCA: • Computed Efficiency: 7.418% • Factory-measured Efficiency: 14.8%
Results for CA: • Computed Efficiency: 0.9% • Factory-measured Efficiency: Up to 9%
Level – 2: Degradation Analysis:
Based on our Degradation Analysis, the Electric Vehicle Charging Station Array (EVCA) exhibits a degradation rate of -0.80, while the CAMBUS Array (CA) has a rate of -0.45. Both technologies show a linear trend in degradation over time. Our findings indicate that EVCA is degrading at a faster pace than CA. It would be prudent for the university and ENGIE North America to closely monitor EVCA's performance for timely maintenance or possible replacement.
PlaybackAnalysis:
In the Payback Analysis, two scenarios were considered: varying costs and a flat rate of 30 cents per kWh. For the varying costs, the projected payback period for EVCA, including a $300,000 grant, is 122 years, whereas for CA it's 148 years. When considering a flat rate of 30 cents per kWh, EVCA has a shorter payback period of 38 years compared to CA's 41 years, making EVCA more financially successful in both scenarios.
PerformanceAnalysis:
We conducted a Performance Analysis to verify the initial predictions about the Electric Vehicle Charging Station Array (EVCA) and the CAMBUS Array (CA). We employed the RandomForestRegressor model due to the imbalanced nature of the data, a scenario in which this model is known to excel. For EVCA, the model yielded an R^2 score of 65.9% and an adjusted R^2 of 65.8%. The closeness of these values suggests that the model is not overfitting and captures the data well. For CA, multiple configurations of RandomForestRegressor were tested, yielding the highest R^2 and adjusted R^2 values of 76.9%. Again, the proximity of the R^2 and adjusted R^2 confirms that the model is effectively describing the data without overfitting. These results provide a data-driven foundation to understand the performance characteristics of both solar technologies under different weather conditions and times of the day.
Conclusion:
In this comprehensive analysis, I've delved into over a decade's worth of solar energy data from the University of Iowa to evaluate the performance and longevity of the Electric Vehicle Charging Station Array (EVCA) and the CAMBUS Array (CA). Using a robust technology stack for benchmarking, I've found a significant performance discrepancy between the factory-measured and computed efficiencies for both installations. Notably, the EVCA is degrading faster, necessitating close monitoring and possible maintenance interventions.
Financially, the Payback Analysis indicates that both technologies have a long way to go to reach a break-even point, though EVCA shows a slightly better outlook. The Performance Analysis, backed by machine learning techniques, confirms the robustness of the models used, as evidenced by the high R^2 and adjusted R^2 values.
In summary, I've successfully met the project's objectives by providing quantifiable performance metrics and actionable insights. These findings offer a valuable data-driven foundation that can guide the University of Iowa and ENGIE North America in making future investments in solar technologies, steering the campus toward more sustainable and cost-effective energy solutions.
Log in or sign up for Devpost to join the conversation.