SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 8, No. 3, June 2018, pp. 1324~1330
ISSN: 2088-8708, DOI: 10.11591/ijece.v8i3.pp1324-1330  1324
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Data Analysis for Solar Energy Generation in a University
Microgrid
Junghoon Lee1
, Seong Baeg Kim2
, Gyung-Leen Park3
1,3
Dept. of Computer Science and Statistics, Jeju National University, Rep. of Korea
2
Dept. of Computer Education, Jeju National University, Rep. of Korea
Article Info ABSTRACT
Article history:
Received Dec 21, 2017
Revised Feb 8, 2018
Accepted Mar 1, 2018
This paper presents a data acquisition process for solar energy generation and
then analyzes the dynamics of its data stream, mainly employing open
software solutions such as Python, MySQL, and R. For the sequence of
hourly power generations during the period from January 2016 to March
2017, a variety of queries are issued to obtain the number of valid reports as
well as the average, maximum, and total amount of electricity generation in 7
solar panels. The query result on all-time, monthly, and daily basis has found
that the panel-by-panel difference is not so significant in a university-scale
microgrid, the maximum gap being 7.1% even in the exceptional case. In
addition, for the time series of daily energy generations, we develop a neural
network-based trace and prediction model. Due to the time lagging effect in
forecasting, the average prediction error for the next hours or days reaches
27.6%. The data stream is still being accumulated and the accuracy will be
enhanced by more intensive machine learning.
Keyword:
Big data analysis
Prediction model
Smart grid
Solar energy
Stream orchestration
Copyright © 2018 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Junghoon Lee,
Jeju National University,
Jejudaehakno 102, Rep. of Korea.
+82-64-754-3594
Email: jhlee@jejunu.ac.kr
1. INTRODUCTION
Increased environment contamination is one of the most urgent problems we are facing these days.
Especially, the industrialization of China makes air quality worse and worse. A great deal of air pollutants
come from burning fossil fuels to obtain electricity [1]. Renewable energy, such as wind and sunlight, is the
most promising solution to this problem, as they can generate energy without greenhouse gas emissions.
However, its intermittent nature prevents itself from being seamlessly integrated into the current energy grid
or entirely replacing legacy energy generation mechanisms. Indispensably, the renewable energy integration
needs electricity reserve units to cope with the time disparity between energy generation and consumption.
Their efficient management is the key not only to blend more renewable energy in our power systems but
also to reduce the cost of excessive reserves [2].
A grid can make an energy generation plan according to the forecast on how much renewable
energy will be available on the next day or the next few hours in addition to the traditional demand forecast
[3], [4]. Generally, the prediction of energy availability can be done based on historical statistics or on
relevant spatial and temporal parameters [5]. In the example of solar energy, irradiance will be the most
important entity. As for history data analysis, most modern renewable energy generators are able to capture
their operation status to report to a central manager or store for further analysis [6]. Those datasets allow us
to conduct diverse analysis to better understand the operation of facilities and make a prediction model.
Particularly, solar energy generation is deeply dependent on climate conditions. Hence, we can enhance the
accuracy of prediction models by the integration of diverse data streams. Here, the prediction model will be
Int J Elec & Comp Eng ISSN: 2088-8708 
Data Analysis for Solar Energy Generation in a University Microgrid (Junghoon Lee)
1325
different region by region, making it is necessary to select a best modeling scheme appropriate to the target
region and dataset [7].
This paper begins with collecting data streams from multiple solar panels in a microgrid,
specifically, Jeju National University, Republic of Korea. Their operation behaviors are traced to develop a
prediction model of the amount of solar energy generation for the next hour or day. This approach takes open
software solutions for data management, analysis, and visualization. The data stream is stored in MySQL
database and a series of queries are designed and issued to this database table. Additionally, the query results,
significantly cut down in size, are given to the R statistics package to invoke advanced machine learning
APIs and elaborate visualization tools [8]. Specifically, the query results are loaded to the R space either
directly via the RMySQL library or by the import command towards the text file downloaded from the
MySQL machine. In addition, for the sake of applying a more efficient machine learning library, namely,
FANN (Fast Artificial Neural Network), query results are cooked to learning patterns specified by FANN [9].
The rest of this paper is organized as follows: After outlining the paper in Section 1, Section 2
describes the data acquisition process. Section 3 extensively investigates the observation parameters and
discusses the result. Finally, Section 4 concludes this paper with a brief introduction of future work.
2. DATA ACQUISITION
Figure 1 shows our data acquisition process. After getting an endorsement from the facility
management office, our research team obtains the operation records of 7 solar panels over the period from
January 2016 to March 2017. The archives are given as Microsoft Excel files. We implement a data parser by
Python, which provides comprehensive data interfaces for Excel, Jason, XML, and many others. The parser
reads each station record and field one by one to create a series of SQL insert statements. Now, the SQL
statements are uploaded to the MySQL machine and executed to insert each record sequentially. In this
process, we define a database table containing timestamps and the current amount of energy generation at 7
places. Any queries can be issued to this table via the R package or in the command line interpreter. It must
be mentioned that some fields has been corrupted and their values get out of the valid range, that is, the
power generation capacity. Those fields will be simply nullified in the database, as missing value
interpolation is not our concern [11].
Figure 1. Data acquisition
3. DATA ANALYSIS
We name each solar panel facility from Loc1 to Loc7, and they are located over the university area.
Their power capacities are 30, 40, 30, 30, 30, 30, 90, and 60 kw, respectively. Among these, the last three
began their operations last December, January, and March, respectively. For them, the amount of electricity
generation during the non-working period will be null. Figure 2 plots the valid record ratio since 2016
January. For the first 4 places, ratios are almost 1.0, while the invalidity comes from the intermittent
malfunction of the acquisition equipment. On the contrary, for the last 3 places, valid record ratios are quite
low, as they have been working just for a few months. Anyway, Figure 2(a) shows the data characteristics in
our system. Additionally, Figure 2(b) shows the monthly number of valid records. The number of records
becomes nonzero only after a facility begins its operation. The management system has undergone system
upgrade, failure remedy, and safety investigation. The number of valid records is most affected by this
common factor, while the device-level malfunction is not significant.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1324 – 1330
1326
Figure 2. Validity ratio statistics
Next, Figure 3 shows the average amount of energy generation for each facility. The value is
obtained by averaging the generation amount for each record. Actually, during the night time, solar energy
generation cannot take place at all. Hence, the human operator manually turns off the monitoring system
from time to time. Those time intervals are excluded in calculating the average. According to Figure 3(a),
Loc6, having the generation capacity of 90 kw, shows the highest average. We can see that those places
having the same capacity show almost the same generation amount. This result indicates that equipment-level
difference is quite negligible. In addition, Figure 3(b) shows the monthly average of each facility in a
university-scale microgrid. Here again, the monthly behaviors are almost equal for the facilities having the
same capacity. The maximum difference is observed to be 7.1% in April 2016. We can see the same pattern
in all of the time series.
Figure 3. Average amount of energy generation
Figure 4 traces the maximum generation amount for all facilities during the whole operation periods.
As expected, the maximum amount is limited by the power capacity for each facility. According to
Figure 4(a), each generator approaches its full capacity by from 90.0 to 99.7%. The natural worn-out of
equipment will worsen this ratio. It will give a guideline on when to replace the equipment. In those days
having the best conditions for solar energy generation, that is, high-insolation days, each facility reaches its
maximum. In addition, Figure 4(b) shows the monthly maximum generation. In August 2016, the monitoring
system has been shut down for some component exchanges. Even during the operation time, records have
been hardly valid. Hence, as in the case of Figure 3(b), Figure 4(b) also has a hole in this month.
Int J Elec & Comp Eng ISSN: 2088-8708 
Data Analysis for Solar Energy Generation in a University Microgrid (Junghoon Lee)
1327
Figure 4. Maximum amount of energy generation
Figure 5 plots the total amount of electricity generation for each facility. As each record contains
just the snapshot value at a specific time instant, the exact amount can be different. However, as the solar
energy generation does not change sharply in a single day, the add-up of each snapshot value provides
sufficiently accurate estimation. During the whole investigation period, the accumulated amount is almost
linear to the full capacity of a generator, as shown in Figure 5(a). The last 3 have smaller amount in all-time
generation, as they begun working recently. Figure 5(b) shows the monthly amount of energy generated at
each solar panel. 7 panels show the similar curves, but the panel having larger capacity seems to drop more
sharply. That is, there exist those days in which the energy can be generated between 30 an 90kw.
Figure 5. Total amount of energy generation
Now, Figure 6 shows the day-by-day amount of genrration along the whole investigation period for
4 panels working from the beginning. We can see the period in which the monitoring system has stopped
working for 45 days. Even though the figure traces the daily total generation, the average and maximum
amounts also show the same pattern. The daily difference definitely comes from different climate conditions,
particularly, insolation and cloudiness. According to our observation, the solar energy generation lasts at
most 11 hours a day. For only a few hours around 1 PM, the generation amount approaches the full capacity.
For Loc2 having the full capacity of 40kw shows 290kwh on the day of best climate condition. With 4 panels,
the microgrid obtains up to about 800kwh at maximum in a day. It’s not so much, compared with the total
daily consumption in the university, namely, about 50Mwh. However, as more panels (Loc5, Loc6, and
Loc7) are installed, the coverage of renewable energy will increase more than double. Up to now,
intermittency does not matter, as the solar energy generation takes place during the hour of hot consumption
in the university and can be entirely consumed.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1324 – 1330
1328
Figure 6. Daily generation pattern
Finally, Figure 7 and Figure 8 build trace and prediction models for Loc1 and Loc2, whose full
generation capacities are 30 and 40kw, respectively. As the graph will look so dense if we plot from January
2016, these graphs show from 2016-08-08, when the monitoring system restarted after the system upgrade.
The prediction model is built exploiting the FANN (Fast Artificial Neural Network) library, which provides
comprehensive APIs regarding ANN-based machine learning [9]. Based on the principle of learn by example,
the ANN model consists of input, hidden, and output layers as well as the links between them [10]. We think
as the climate changes not so instantaneously and the current weather is correlated with previous ones, the
generation amount will behave much likely. The sequence of daily generation is converted to a set of learning
records. The modeling process takes the generation amounts for the 4 previous days as inputs and the current
day generation as output of the neural network. The number of nodes in the hidden layer is empirically
selected to be 30.
Figure 7. Trace and prediction model for Loc1 (30kwh capacity)
Each of Figure 7 and Figure 8 includes a vertical bar on 01-01-17. Daily generations from this day
are not used in the learning phase. As can be seen in those figures, the fitting error is quite small and comes
from the time lagging effect. The average error is larger in Loc2 having higher capacity. On the contrary, in
the prediction part shown in the right-hand side of the vertical bar, the difference between the two curves gets
quite severe from time to time. The maximum errors reach 147kw and 265kw on Loc1 and Loc2, mainly due
to time lagging in tracing the changing pattern. The average errors for two places are 26kw and 47kw, which
correspond to 27.6 and 29.6%, respectively. On the first day of a pattern change, the error size gets higher,
Int J Elec & Comp Eng ISSN: 2088-8708 
Data Analysis for Solar Energy Generation in a University Microgrid (Junghoon Lee)
1329
for example, the model predicts the maximum amount of generation but the actual generation is the
minimum, or vice versa. Anyway, we will integrate the weather forecast to this model and has found the
temporal dependency in the data stream of solar energy generation.
Figure 8. Trace and prediction model for Loc1 (40 kwh capacity)
4. CONCLUSION
In this paper, we have described out data acquisition process from the management system of solar
energy generations. For the hourly generator outputs on 7 panels during the period from January 2016 to
March 2017, the average, maximum, and total amounts of generated electricity are analyzed on all-time,
monthly, and daily basis. An ANN-based prediction model, built upon the sequential record set, shows
average prediction error of 27.6%, mainly due to time lagging, making it necessary to integrate more
machine learning process and other parameters.
Currently, we are conducting an analysis on the behavior of EV (Electric Vehicle) chargers, aiming
at integrating more renewable energy for EV charging [12]. By combining solar energy generation and EV
charging demand, it will be possible to shift the charging demand across the group of chargers belonging to a
microgrid having solar energy plants [13], [14].
ACKNOWLEDGEMENTS
The financial support from Jeju Green Environment Center (JGEC, Korea) is gratefully acknowledged.
REFERENCES
[1] A. Ipakchi, F. Albuyeh, “Grid of the Future,” IEEE Power & Energy Magazine, pp. 52-62, 2009.
[2] A. Calazans, M. Kelly, G. Chaudhry, M. Siddiki, “Economic Analysis of a Photovoltaic System Connected to the
Grid in Recife, Brazil,” in IEEE Photovoltaic Specialist Conference, 2015, pp. 1230-1233.
[3] Z. Asad, M. Chaundhry, “A Two-Way Street: Green Big Data Processing for a Greener Smart Grid,” IEEE System
Journal, 2016.
[4] K. Iwamura, H. Tonooka, Y. Miznuo, Y. Mashita, “Big Data Collection and Utilization for Operational Support of
Smarter Social Infrastructure,” Hitachi Review, vol. 63, no. 1, 2014.
[5] S. Haupt, B. Kosovic, “Variable Generation Power Forecasting as a Big Data Problem,” IEEE Transactions on
Sustainable Energy, vol. 8, issue 2, pp. 725-732, 2017.
[6] V. Prasadarao, K. Rao, P. Rao, T. Abishai, “Power Quality Enhancement in Grid Connected PV Systems using
High Step Up DC-DC Converter,” International Journal of Electrical and Computer Engineering vol. 7, no. 2,
pp.720-728, April 2017.
[7] B. Kausika, W. Folkerts, W. Sark, B. Siebenga, P. Hermans, “A Big Data Approach to the Solar PV Market:
Design and Results of a Pilot in the Netherland,” in European Photovoltaic Solar Energy Conference and
Exhibition, 2013, pp. 4030-4033.
[8] Brunsdon, C., Comber, L. 2015. An Introduction to R for Spatial Analysis & Mapping. SAGE Publication Ltd.
[9] S. Nissen, Neural Network Made Simple. available at http://fann.sourceforge.net/fann en.pdf, Software 2.0, 2005.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1324 – 1330
1330
[10] B. Benlahbib, F. Bouchafaa, S. Mekhilef, N. Bouarroudj, “Wind Farm Management using Artificial Intelligent
Techniques,” International Journal of Electrical and Computer Engineering vol. 7, no. 3, pp.1133-1144, August
2017.
[11] V. Jyothi, T. Muni, S. Lalitha, An Optimal Energy Management System for PV/Battery Standalone System
International Journal of Electrical and Computer Engineering vol. 6, no. 6, pp.2538-2544, Dec. 2016.
[12] J. Lee, G. Park, Y. Han, S. Yoo, “Big Data Analysis for an Electric Vehicle Charging Infrastructure using Open
Data and Software,” in ACM eEnergy, 2017, pp.252-253.
[13] J. Lee, G. Park, “Integrated Coordination of Electric Vehicle and Renewable Energy Generation in a Microgrid,”
International Journal of Electrical and Computer Engineering vol. 7, no. 2, pp.706-712, April 2017.
[14] J. Samir, B. Sami, C. Adnane, “Prioritizing Power demand response for Hydrogen PEMFC-Electric Vehicles using
Hybrid Energy Storage,” International Journal of Electrical and Computer Engineering vol. 7, no. 4,
pp.1789-1796, August 2017.

More Related Content

What's hot

Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...
Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...
Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...Power System Operation
 
IRJET- Large & Complex Data Streams using Big Data
IRJET- Large & Complex Data Streams using Big DataIRJET- Large & Complex Data Streams using Big Data
IRJET- Large & Complex Data Streams using Big DataIRJET Journal
 
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...IJERA Editor
 
How Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather EventsHow Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather Eventsinside-BigData.com
 
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...del2infinity Energy
 
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...del2infinity Energy
 
Saving energy in data centers through workload consolidation
Saving energy in data centers through workload consolidationSaving energy in data centers through workload consolidation
Saving energy in data centers through workload consolidationEco4Cloud
 
17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)IAESIJEECS
 
SGRE_2015123014092279
SGRE_2015123014092279SGRE_2015123014092279
SGRE_2015123014092279Jaymin Gajjar
 
How to do accurate RE forecasting & scheduling
How to do accurate RE forecasting & scheduling How to do accurate RE forecasting & scheduling
How to do accurate RE forecasting & scheduling Das A. K.
 
Optimal design of adaptive power scheduling using modified ant colony optimi...
Optimal design of adaptive power scheduling using modified  ant colony optimi...Optimal design of adaptive power scheduling using modified  ant colony optimi...
Optimal design of adaptive power scheduling using modified ant colony optimi...IJECEIAES
 
Performance based Comparison of Wind and Solar Distributed Generators using E...
Performance based Comparison of Wind and Solar Distributed Generators using E...Performance based Comparison of Wind and Solar Distributed Generators using E...
Performance based Comparison of Wind and Solar Distributed Generators using E...Editor IJLRES
 
INEL 4998 IAP Spring Meeting 2016 Poster
INEL 4998 IAP Spring Meeting 2016 PosterINEL 4998 IAP Spring Meeting 2016 Poster
INEL 4998 IAP Spring Meeting 2016 PosterGabriel Col
 
|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and Blockchain|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and BlockchainKan Yuenyong
 
Partitioning based Approach for Load Balancing Public Cloud
Partitioning based Approach for Load Balancing Public CloudPartitioning based Approach for Load Balancing Public Cloud
Partitioning based Approach for Load Balancing Public CloudIJERA Editor
 
Hyun wong sample thesis 2019 06_01_rev17_final
Hyun wong sample thesis 2019 06_01_rev17_finalHyun wong sample thesis 2019 06_01_rev17_final
Hyun wong sample thesis 2019 06_01_rev17_finalHyun Wong Choi
 
Energy Storage Planning for Clean Energy Target
Energy Storage Planning for Clean Energy TargetEnergy Storage Planning for Clean Energy Target
Energy Storage Planning for Clean Energy TargetTu Nguyen
 

What's hot (20)

Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...
Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...
Sampling-Based Model Predictive Control of PV-Integrated Energy Storage Syste...
 
IRJET- Large & Complex Data Streams using Big Data
IRJET- Large & Complex Data Streams using Big DataIRJET- Large & Complex Data Streams using Big Data
IRJET- Large & Complex Data Streams using Big Data
 
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
Predict the Average Temperatures of Baghdad City by Used Artificial Neural Ne...
 
How Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather EventsHow Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather Events
 
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
 
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
Applicability of Error Limit in Forecasting & Scheduling of Wind & Solar Powe...
 
Saving energy in data centers through workload consolidation
Saving energy in data centers through workload consolidationSaving energy in data centers through workload consolidation
Saving energy in data centers through workload consolidation
 
17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)17 9740 development paper id 0014 (edit a)
17 9740 development paper id 0014 (edit a)
 
SGRE_2015123014092279
SGRE_2015123014092279SGRE_2015123014092279
SGRE_2015123014092279
 
How to do accurate RE forecasting & scheduling
How to do accurate RE forecasting & scheduling How to do accurate RE forecasting & scheduling
How to do accurate RE forecasting & scheduling
 
Optimal design of adaptive power scheduling using modified ant colony optimi...
Optimal design of adaptive power scheduling using modified  ant colony optimi...Optimal design of adaptive power scheduling using modified  ant colony optimi...
Optimal design of adaptive power scheduling using modified ant colony optimi...
 
Performance based Comparison of Wind and Solar Distributed Generators using E...
Performance based Comparison of Wind and Solar Distributed Generators using E...Performance based Comparison of Wind and Solar Distributed Generators using E...
Performance based Comparison of Wind and Solar Distributed Generators using E...
 
BREWSTER_K_poster_fall15
BREWSTER_K_poster_fall15BREWSTER_K_poster_fall15
BREWSTER_K_poster_fall15
 
INEL 4998 IAP Spring Meeting 2016 Poster
INEL 4998 IAP Spring Meeting 2016 PosterINEL 4998 IAP Spring Meeting 2016 Poster
INEL 4998 IAP Spring Meeting 2016 Poster
 
|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and Blockchain|QAB> : Quantum Computing, AI and Blockchain
|QAB> : Quantum Computing, AI and Blockchain
 
Development of centralized spatial database server for
Development of centralized spatial database server forDevelopment of centralized spatial database server for
Development of centralized spatial database server for
 
Partitioning based Approach for Load Balancing Public Cloud
Partitioning based Approach for Load Balancing Public CloudPartitioning based Approach for Load Balancing Public Cloud
Partitioning based Approach for Load Balancing Public Cloud
 
Hyun wong sample thesis 2019 06_01_rev17_final
Hyun wong sample thesis 2019 06_01_rev17_finalHyun wong sample thesis 2019 06_01_rev17_final
Hyun wong sample thesis 2019 06_01_rev17_final
 
Energy Storage Planning for Clean Energy Target
Energy Storage Planning for Clean Energy TargetEnergy Storage Planning for Clean Energy Target
Energy Storage Planning for Clean Energy Target
 
Ijcet 06 07_003
Ijcet 06 07_003Ijcet 06 07_003
Ijcet 06 07_003
 

Similar to Data Analysis for Solar Energy Generation in a University Microgrid

Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...Alexander Decker
 
A comparative approach between different optimize result in hybrid energy sys...
A comparative approach between different optimize result in hybrid energy sys...A comparative approach between different optimize result in hybrid energy sys...
A comparative approach between different optimize result in hybrid energy sys...IJECEIAES
 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksIJECEIAES
 
Study of using solar energy system to supply a data center
Study of using solar energy system to supply a data centerStudy of using solar energy system to supply a data center
Study of using solar energy system to supply a data centerIRJET Journal
 
Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...
Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...
Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...Power System Operation
 
The Development of an Application Conceived for the Design, Feasibility Study...
The Development of an Application Conceived for the Design, Feasibility Study...The Development of an Application Conceived for the Design, Feasibility Study...
The Development of an Application Conceived for the Design, Feasibility Study...IJECEIAES
 
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...IJECEIAES
 
Performance Analysis of 5 MWP Grid-Connected Solar PV Power Plant Using IE...
Performance Analysis  of  5 MWP Grid-Connected  Solar PV Power Plant Using IE...Performance Analysis  of  5 MWP Grid-Connected  Solar PV Power Plant Using IE...
Performance Analysis of 5 MWP Grid-Connected Solar PV Power Plant Using IE...IRJET Journal
 
Wind power prediction using a nonlinear autoregressive exogenous model netwo...
Wind power prediction using a nonlinear autoregressive  exogenous model netwo...Wind power prediction using a nonlinear autoregressive  exogenous model netwo...
Wind power prediction using a nonlinear autoregressive exogenous model netwo...IJECEIAES
 
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_ReleaseWhite_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_ReleaseADITYA KUMAR
 
Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method IJECEIAES
 
Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method Yayah Zakaria
 
Electric Load Forecasting
Electric Load ForecastingElectric Load Forecasting
Electric Load Forecastinginventy
 
AN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTS
AN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTSAN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTS
AN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTSijcsit
 
PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...IJECEIAES
 
IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...
IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...
IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...IRJET Journal
 
Power System Reliability Assessment in a Complex Restructured Power System
Power System Reliability Assessment in a Complex Restructured Power SystemPower System Reliability Assessment in a Complex Restructured Power System
Power System Reliability Assessment in a Complex Restructured Power SystemIJECEIAES
 
IRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET Journal
 

Similar to Data Analysis for Solar Energy Generation in a University Microgrid (20)

Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...Feasibility of residential grid connected pv system under the jordanian net m...
Feasibility of residential grid connected pv system under the jordanian net m...
 
A comparative approach between different optimize result in hybrid energy sys...
A comparative approach between different optimize result in hybrid energy sys...A comparative approach between different optimize result in hybrid energy sys...
A comparative approach between different optimize result in hybrid energy sys...
 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
 
Study of using solar energy system to supply a data center
Study of using solar energy system to supply a data centerStudy of using solar energy system to supply a data center
Study of using solar energy system to supply a data center
 
Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...
Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...
Big Data Framework for Predictive Risk Assessment of Weather Impacts on Elect...
 
mehtodalgy.docx
mehtodalgy.docxmehtodalgy.docx
mehtodalgy.docx
 
The Development of an Application Conceived for the Design, Feasibility Study...
The Development of an Application Conceived for the Design, Feasibility Study...The Development of an Application Conceived for the Design, Feasibility Study...
The Development of an Application Conceived for the Design, Feasibility Study...
 
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
Evaluation of electrical load estimation in Diyala governorate (Baaquba city)...
 
N020698101
N020698101N020698101
N020698101
 
Performance Analysis of 5 MWP Grid-Connected Solar PV Power Plant Using IE...
Performance Analysis  of  5 MWP Grid-Connected  Solar PV Power Plant Using IE...Performance Analysis  of  5 MWP Grid-Connected  Solar PV Power Plant Using IE...
Performance Analysis of 5 MWP Grid-Connected Solar PV Power Plant Using IE...
 
Wind power prediction using a nonlinear autoregressive exogenous model netwo...
Wind power prediction using a nonlinear autoregressive  exogenous model netwo...Wind power prediction using a nonlinear autoregressive  exogenous model netwo...
Wind power prediction using a nonlinear autoregressive exogenous model netwo...
 
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_ReleaseWhite_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
 
Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method
 
Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method Improving Efficiency of Power Systems by Demand Side Management Method
Improving Efficiency of Power Systems by Demand Side Management Method
 
Electric Load Forecasting
Electric Load ForecastingElectric Load Forecasting
Electric Load Forecasting
 
AN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTS
AN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTSAN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTS
AN INVESTIGATION OF THE ENERGY CONSUMPTION BY INFORMATION TECHNOLOGY EQUIPMENTS
 
PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...PVPF tool: an automated web application for real-time photovoltaic power fore...
PVPF tool: an automated web application for real-time photovoltaic power fore...
 
IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...
IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...
IRJET- Review Paper on Residential Grid Connected Photovoltaic System using M...
 
Power System Reliability Assessment in a Complex Restructured Power System
Power System Reliability Assessment in a Complex Restructured Power SystemPower System Reliability Assessment in a Complex Restructured Power System
Power System Reliability Assessment in a Complex Restructured Power System
 
IRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy LogicIRJET-Load Forecasting using Fuzzy Logic
IRJET-Load Forecasting using Fuzzy Logic
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 

Recently uploaded (20)

Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 

Data Analysis for Solar Energy Generation in a University Microgrid

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 8, No. 3, June 2018, pp. 1324~1330 ISSN: 2088-8708, DOI: 10.11591/ijece.v8i3.pp1324-1330  1324 Journal homepage: http://iaescore.com/journals/index.php/IJECE Data Analysis for Solar Energy Generation in a University Microgrid Junghoon Lee1 , Seong Baeg Kim2 , Gyung-Leen Park3 1,3 Dept. of Computer Science and Statistics, Jeju National University, Rep. of Korea 2 Dept. of Computer Education, Jeju National University, Rep. of Korea Article Info ABSTRACT Article history: Received Dec 21, 2017 Revised Feb 8, 2018 Accepted Mar 1, 2018 This paper presents a data acquisition process for solar energy generation and then analyzes the dynamics of its data stream, mainly employing open software solutions such as Python, MySQL, and R. For the sequence of hourly power generations during the period from January 2016 to March 2017, a variety of queries are issued to obtain the number of valid reports as well as the average, maximum, and total amount of electricity generation in 7 solar panels. The query result on all-time, monthly, and daily basis has found that the panel-by-panel difference is not so significant in a university-scale microgrid, the maximum gap being 7.1% even in the exceptional case. In addition, for the time series of daily energy generations, we develop a neural network-based trace and prediction model. Due to the time lagging effect in forecasting, the average prediction error for the next hours or days reaches 27.6%. The data stream is still being accumulated and the accuracy will be enhanced by more intensive machine learning. Keyword: Big data analysis Prediction model Smart grid Solar energy Stream orchestration Copyright © 2018 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Junghoon Lee, Jeju National University, Jejudaehakno 102, Rep. of Korea. +82-64-754-3594 Email: jhlee@jejunu.ac.kr 1. INTRODUCTION Increased environment contamination is one of the most urgent problems we are facing these days. Especially, the industrialization of China makes air quality worse and worse. A great deal of air pollutants come from burning fossil fuels to obtain electricity [1]. Renewable energy, such as wind and sunlight, is the most promising solution to this problem, as they can generate energy without greenhouse gas emissions. However, its intermittent nature prevents itself from being seamlessly integrated into the current energy grid or entirely replacing legacy energy generation mechanisms. Indispensably, the renewable energy integration needs electricity reserve units to cope with the time disparity between energy generation and consumption. Their efficient management is the key not only to blend more renewable energy in our power systems but also to reduce the cost of excessive reserves [2]. A grid can make an energy generation plan according to the forecast on how much renewable energy will be available on the next day or the next few hours in addition to the traditional demand forecast [3], [4]. Generally, the prediction of energy availability can be done based on historical statistics or on relevant spatial and temporal parameters [5]. In the example of solar energy, irradiance will be the most important entity. As for history data analysis, most modern renewable energy generators are able to capture their operation status to report to a central manager or store for further analysis [6]. Those datasets allow us to conduct diverse analysis to better understand the operation of facilities and make a prediction model. Particularly, solar energy generation is deeply dependent on climate conditions. Hence, we can enhance the accuracy of prediction models by the integration of diverse data streams. Here, the prediction model will be
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Data Analysis for Solar Energy Generation in a University Microgrid (Junghoon Lee) 1325 different region by region, making it is necessary to select a best modeling scheme appropriate to the target region and dataset [7]. This paper begins with collecting data streams from multiple solar panels in a microgrid, specifically, Jeju National University, Republic of Korea. Their operation behaviors are traced to develop a prediction model of the amount of solar energy generation for the next hour or day. This approach takes open software solutions for data management, analysis, and visualization. The data stream is stored in MySQL database and a series of queries are designed and issued to this database table. Additionally, the query results, significantly cut down in size, are given to the R statistics package to invoke advanced machine learning APIs and elaborate visualization tools [8]. Specifically, the query results are loaded to the R space either directly via the RMySQL library or by the import command towards the text file downloaded from the MySQL machine. In addition, for the sake of applying a more efficient machine learning library, namely, FANN (Fast Artificial Neural Network), query results are cooked to learning patterns specified by FANN [9]. The rest of this paper is organized as follows: After outlining the paper in Section 1, Section 2 describes the data acquisition process. Section 3 extensively investigates the observation parameters and discusses the result. Finally, Section 4 concludes this paper with a brief introduction of future work. 2. DATA ACQUISITION Figure 1 shows our data acquisition process. After getting an endorsement from the facility management office, our research team obtains the operation records of 7 solar panels over the period from January 2016 to March 2017. The archives are given as Microsoft Excel files. We implement a data parser by Python, which provides comprehensive data interfaces for Excel, Jason, XML, and many others. The parser reads each station record and field one by one to create a series of SQL insert statements. Now, the SQL statements are uploaded to the MySQL machine and executed to insert each record sequentially. In this process, we define a database table containing timestamps and the current amount of energy generation at 7 places. Any queries can be issued to this table via the R package or in the command line interpreter. It must be mentioned that some fields has been corrupted and their values get out of the valid range, that is, the power generation capacity. Those fields will be simply nullified in the database, as missing value interpolation is not our concern [11]. Figure 1. Data acquisition 3. DATA ANALYSIS We name each solar panel facility from Loc1 to Loc7, and they are located over the university area. Their power capacities are 30, 40, 30, 30, 30, 30, 90, and 60 kw, respectively. Among these, the last three began their operations last December, January, and March, respectively. For them, the amount of electricity generation during the non-working period will be null. Figure 2 plots the valid record ratio since 2016 January. For the first 4 places, ratios are almost 1.0, while the invalidity comes from the intermittent malfunction of the acquisition equipment. On the contrary, for the last 3 places, valid record ratios are quite low, as they have been working just for a few months. Anyway, Figure 2(a) shows the data characteristics in our system. Additionally, Figure 2(b) shows the monthly number of valid records. The number of records becomes nonzero only after a facility begins its operation. The management system has undergone system upgrade, failure remedy, and safety investigation. The number of valid records is most affected by this common factor, while the device-level malfunction is not significant.
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1324 – 1330 1326 Figure 2. Validity ratio statistics Next, Figure 3 shows the average amount of energy generation for each facility. The value is obtained by averaging the generation amount for each record. Actually, during the night time, solar energy generation cannot take place at all. Hence, the human operator manually turns off the monitoring system from time to time. Those time intervals are excluded in calculating the average. According to Figure 3(a), Loc6, having the generation capacity of 90 kw, shows the highest average. We can see that those places having the same capacity show almost the same generation amount. This result indicates that equipment-level difference is quite negligible. In addition, Figure 3(b) shows the monthly average of each facility in a university-scale microgrid. Here again, the monthly behaviors are almost equal for the facilities having the same capacity. The maximum difference is observed to be 7.1% in April 2016. We can see the same pattern in all of the time series. Figure 3. Average amount of energy generation Figure 4 traces the maximum generation amount for all facilities during the whole operation periods. As expected, the maximum amount is limited by the power capacity for each facility. According to Figure 4(a), each generator approaches its full capacity by from 90.0 to 99.7%. The natural worn-out of equipment will worsen this ratio. It will give a guideline on when to replace the equipment. In those days having the best conditions for solar energy generation, that is, high-insolation days, each facility reaches its maximum. In addition, Figure 4(b) shows the monthly maximum generation. In August 2016, the monitoring system has been shut down for some component exchanges. Even during the operation time, records have been hardly valid. Hence, as in the case of Figure 3(b), Figure 4(b) also has a hole in this month.
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Data Analysis for Solar Energy Generation in a University Microgrid (Junghoon Lee) 1327 Figure 4. Maximum amount of energy generation Figure 5 plots the total amount of electricity generation for each facility. As each record contains just the snapshot value at a specific time instant, the exact amount can be different. However, as the solar energy generation does not change sharply in a single day, the add-up of each snapshot value provides sufficiently accurate estimation. During the whole investigation period, the accumulated amount is almost linear to the full capacity of a generator, as shown in Figure 5(a). The last 3 have smaller amount in all-time generation, as they begun working recently. Figure 5(b) shows the monthly amount of energy generated at each solar panel. 7 panels show the similar curves, but the panel having larger capacity seems to drop more sharply. That is, there exist those days in which the energy can be generated between 30 an 90kw. Figure 5. Total amount of energy generation Now, Figure 6 shows the day-by-day amount of genrration along the whole investigation period for 4 panels working from the beginning. We can see the period in which the monitoring system has stopped working for 45 days. Even though the figure traces the daily total generation, the average and maximum amounts also show the same pattern. The daily difference definitely comes from different climate conditions, particularly, insolation and cloudiness. According to our observation, the solar energy generation lasts at most 11 hours a day. For only a few hours around 1 PM, the generation amount approaches the full capacity. For Loc2 having the full capacity of 40kw shows 290kwh on the day of best climate condition. With 4 panels, the microgrid obtains up to about 800kwh at maximum in a day. It’s not so much, compared with the total daily consumption in the university, namely, about 50Mwh. However, as more panels (Loc5, Loc6, and Loc7) are installed, the coverage of renewable energy will increase more than double. Up to now, intermittency does not matter, as the solar energy generation takes place during the hour of hot consumption in the university and can be entirely consumed.
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1324 – 1330 1328 Figure 6. Daily generation pattern Finally, Figure 7 and Figure 8 build trace and prediction models for Loc1 and Loc2, whose full generation capacities are 30 and 40kw, respectively. As the graph will look so dense if we plot from January 2016, these graphs show from 2016-08-08, when the monitoring system restarted after the system upgrade. The prediction model is built exploiting the FANN (Fast Artificial Neural Network) library, which provides comprehensive APIs regarding ANN-based machine learning [9]. Based on the principle of learn by example, the ANN model consists of input, hidden, and output layers as well as the links between them [10]. We think as the climate changes not so instantaneously and the current weather is correlated with previous ones, the generation amount will behave much likely. The sequence of daily generation is converted to a set of learning records. The modeling process takes the generation amounts for the 4 previous days as inputs and the current day generation as output of the neural network. The number of nodes in the hidden layer is empirically selected to be 30. Figure 7. Trace and prediction model for Loc1 (30kwh capacity) Each of Figure 7 and Figure 8 includes a vertical bar on 01-01-17. Daily generations from this day are not used in the learning phase. As can be seen in those figures, the fitting error is quite small and comes from the time lagging effect. The average error is larger in Loc2 having higher capacity. On the contrary, in the prediction part shown in the right-hand side of the vertical bar, the difference between the two curves gets quite severe from time to time. The maximum errors reach 147kw and 265kw on Loc1 and Loc2, mainly due to time lagging in tracing the changing pattern. The average errors for two places are 26kw and 47kw, which correspond to 27.6 and 29.6%, respectively. On the first day of a pattern change, the error size gets higher,
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708  Data Analysis for Solar Energy Generation in a University Microgrid (Junghoon Lee) 1329 for example, the model predicts the maximum amount of generation but the actual generation is the minimum, or vice versa. Anyway, we will integrate the weather forecast to this model and has found the temporal dependency in the data stream of solar energy generation. Figure 8. Trace and prediction model for Loc1 (40 kwh capacity) 4. CONCLUSION In this paper, we have described out data acquisition process from the management system of solar energy generations. For the hourly generator outputs on 7 panels during the period from January 2016 to March 2017, the average, maximum, and total amounts of generated electricity are analyzed on all-time, monthly, and daily basis. An ANN-based prediction model, built upon the sequential record set, shows average prediction error of 27.6%, mainly due to time lagging, making it necessary to integrate more machine learning process and other parameters. Currently, we are conducting an analysis on the behavior of EV (Electric Vehicle) chargers, aiming at integrating more renewable energy for EV charging [12]. By combining solar energy generation and EV charging demand, it will be possible to shift the charging demand across the group of chargers belonging to a microgrid having solar energy plants [13], [14]. ACKNOWLEDGEMENTS The financial support from Jeju Green Environment Center (JGEC, Korea) is gratefully acknowledged. REFERENCES [1] A. Ipakchi, F. Albuyeh, “Grid of the Future,” IEEE Power & Energy Magazine, pp. 52-62, 2009. [2] A. Calazans, M. Kelly, G. Chaudhry, M. Siddiki, “Economic Analysis of a Photovoltaic System Connected to the Grid in Recife, Brazil,” in IEEE Photovoltaic Specialist Conference, 2015, pp. 1230-1233. [3] Z. Asad, M. Chaundhry, “A Two-Way Street: Green Big Data Processing for a Greener Smart Grid,” IEEE System Journal, 2016. [4] K. Iwamura, H. Tonooka, Y. Miznuo, Y. Mashita, “Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure,” Hitachi Review, vol. 63, no. 1, 2014. [5] S. Haupt, B. Kosovic, “Variable Generation Power Forecasting as a Big Data Problem,” IEEE Transactions on Sustainable Energy, vol. 8, issue 2, pp. 725-732, 2017. [6] V. Prasadarao, K. Rao, P. Rao, T. Abishai, “Power Quality Enhancement in Grid Connected PV Systems using High Step Up DC-DC Converter,” International Journal of Electrical and Computer Engineering vol. 7, no. 2, pp.720-728, April 2017. [7] B. Kausika, W. Folkerts, W. Sark, B. Siebenga, P. Hermans, “A Big Data Approach to the Solar PV Market: Design and Results of a Pilot in the Netherland,” in European Photovoltaic Solar Energy Conference and Exhibition, 2013, pp. 4030-4033. [8] Brunsdon, C., Comber, L. 2015. An Introduction to R for Spatial Analysis & Mapping. SAGE Publication Ltd. [9] S. Nissen, Neural Network Made Simple. available at http://fann.sourceforge.net/fann en.pdf, Software 2.0, 2005.
  • 7.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 8, No. 3, June 2018 : 1324 – 1330 1330 [10] B. Benlahbib, F. Bouchafaa, S. Mekhilef, N. Bouarroudj, “Wind Farm Management using Artificial Intelligent Techniques,” International Journal of Electrical and Computer Engineering vol. 7, no. 3, pp.1133-1144, August 2017. [11] V. Jyothi, T. Muni, S. Lalitha, An Optimal Energy Management System for PV/Battery Standalone System International Journal of Electrical and Computer Engineering vol. 6, no. 6, pp.2538-2544, Dec. 2016. [12] J. Lee, G. Park, Y. Han, S. Yoo, “Big Data Analysis for an Electric Vehicle Charging Infrastructure using Open Data and Software,” in ACM eEnergy, 2017, pp.252-253. [13] J. Lee, G. Park, “Integrated Coordination of Electric Vehicle and Renewable Energy Generation in a Microgrid,” International Journal of Electrical and Computer Engineering vol. 7, no. 2, pp.706-712, April 2017. [14] J. Samir, B. Sami, C. Adnane, “Prioritizing Power demand response for Hydrogen PEMFC-Electric Vehicles using Hybrid Energy Storage,” International Journal of Electrical and Computer Engineering vol. 7, no. 4, pp.1789-1796, August 2017.