logoGlobal Energy Interconnection

Contents

Figure(0

    Tables(0

      Global Energy Interconnection

      Volume 3, Issue 6, Dec 2020, Pages 553-561
      Ref.

      Improved artificial neural network method for predicting photovoltaic output performance

      Siyi Wang1 ,Yunpeng Zhang1* ,Chen Zhang2 ,Ming Yang1
      ( 1.School of Electrical Engineering,Shandong University,Jingshi Street,Jinan 250061,China , 2.University of California,Los Angeles,Westwood,Los Angeles,CA 90095,U.S.A. )

      Abstract

      To ensure the safety and stability of power grids with photovoltaic (PV) generation integration,it is necessary to predict the output performance of PV modules under varying operating conditions.In this paper,an improved artificial neural network (ANN) method is proposed to predict the electrical characteristics of a PV module by combining several neural networks under different environmental conditions.To study the dependence of the output performance on the solar irradiance and temperature,the proposed neural network model is composed of four neural networks,it called multineural network (MANN).Each neural network consists of three layers,in which the input is solar radiation,and the module temperature and output are five physical parameters of the single diode model.The experimental data were divided into four groups and used for training the neural networks.The electrical properties of PV modules,including I-V curves,PV curves,and normalized root mean square error,were obtained and discussed.The effectiveness and accuracy of this method is verified by the experimental data for different types of PV modules.Compared with the traditional single-ANN(SANN) method,the proposed method shows better accuracy under different operating conditions.

      0 Introduction

      Due to the restriction by resource reserves and environmental problems of fossil energy,the development and utilization of renewable energy has become the inevitable trend of the energy transition worldwide[1,2].As a clean energy application with broad prospects,photovoltaic (PV) power is becoming a major direction of the energy transition and has been rapidly developing in recent years [3].The positive energy price policy and electricity price mechanism have also promoted the fast growth of PV [4,5].Evolving technologies for smart energy networks have opened up new opportunities for integrating solar power systems into grids [6].However,the fluctuations in PV power output significantly hinder the grid from taking it in [7].Fluctuations or intermittency can be caused by many factors such as sunlight intensity and changes in environmental conditions [8].Accurate prediction of the PV system is crucial to the stability of the power grid.Therefore,a useful solution to this problem is to establish an accurate prediction model for PV power generation [9].

      Many methods have been proposed to describe the PV models.Three main methods have been used to describe PV models:the analytic model [10],single diode model [11],and double-diode model [12].The single-diode model and analytic model are the most widely used because they combine simplicity and sufficient accuracy.The classical single diode physical model uses the structure of a controlled current source inverse parallel diode and resistance to simulate the acceleration power supply and reverse current.In the single diode model,the nonlinear IV relationship is represented by five physical parameters,including the PV current (Iph),reverse saturation current of the diode (Io),diode ideal factor (n),shunt resistance (Rsh),and series resistance (Rs).

      The I-V equation of the PV system is nonlinear and implicit,and many methods have been proposed to solve it,including analytical methods [13,14,15],numerical methods [16,17],and curve fitting [18,19].In most studies,only the photocurrent and diode saturation current changed with irradiation and temperature,respectively[20].However,all of the circuit parameters depend on both irradiation and cell temperature.The other three parameters have no clear relationship with irradiance and temperature,so the advantage of the neural network can be reflected.In summary,the five parameters have clear physical meaning and are more accurate than other parameters,making the prediction more accurate.

      With the continuous improvement of PV power generation technology,the scale of PV power grid connection is expanding day by day.However,PV power generation has the characteristics of randomness,indirectness,and volatility,and is affected by climatic factors.The power and parameters can be predicted using PV models,and a variety of methods are used to improve these predictions.It has been proven that the power and I-V curves are closely related to the temperature and irradiance and are directly proportional to the temperature and irradiance.However,the direct relationship between irradiance and temperature and the I-V curve and power cannot be accurately expressed by analytical formulas.Instead,neural network can be used to predict this relationship based on the relationship between physical and environmental parameters.Karatepe et al.[12]established neural networks with irradiance and temperature as inputs and the parameters of the single diode model as outputs.They determined the relationship between the diode model parameters,irradiance,and temperature.They trained the neural networks once using some measured current voltage curves and estimated the equivalent circuit parameters by only reading the samples of solar irradiation and temperature very quickly without solving any nonlinear implicit equations [21].Sometimes,the neural network can be combined with wavelet decomposition to reduce the prediction error and improve the accuracy [22].

      The relationship between the five parameters,irradiance,and temperature has been discussed in many papers [23].Neural networks can be used to accurately determine the relationship between physical parameters and weather conditions [20].Inputs and outputs may follow different patterns under different weather conditions.Mellit et al.used two neural networks considering cloudy and sunny days,and three neural networks considering sunny,partly cloudy,and overcast days to predict PV power directly.Through error calculation and image analysis,the weather classification neural network was found to be more accurate in predicting the relationship between physical parameters and weather conditions than conventional methods [24,25].

      Considering the different weather conditions,the dependence of the output performance of the PV module on the solar irradiance and temperature is complicated.The main objective of this study is to develop a simple and accurate artificial neural network (ANN) model that considers the irradiance and temperature for the accurate estimation of the PV module output performance.The proposed neural network is composed of separate neural networks and is thus called multi-ANN (MANN).The electrical properties of PV modules,including the I-V curves,P-V curves,and normalized root mean square error(NRMSE),are obtained and discussed.The effectiveness and accuracy of the MANN proposed method is verified by experimental data for different types of PV modules and by comparisons with the traditional single-ANN method.

      The rest of this paper is organized as follows.In Section 2,we introduce the single diode model,the theory of neural networks,and the theoretical basis of the proposed model.In Section 3,we discuss how to evaluate neural network systems,draw images,and obtain results.In Section 4,we present the conclusions.

      1 Improved artificial neural network (ANN)

      1.1 Single-diode model

      Fig.1 shows the one-diode equivalent circuit of a solar cell,which consists of a diode,current source,series resistance,and parallel resistance.The current source generates the photocurrent (Iph),which is a function of the incident solar irradiation and cell temperature.The diode represents the p-n junction of a solar cell.The temperature dependence of the diode saturation current (Io) and constant diode ideality factor (n) are included in the modeling.In real solar cells,a voltage loss is observed on the way to the external contacts.This voltage loss is expressed by the series resistance (Rs).Furthermore,leakage currents are described by a parallel resistance (Rsh).Using Kirchhoff’s first law,the equation for the extended I-V curve is derived as follows:

      where I is the output current of the PV module,Ns is the number of solar cells in series in a module,V is the terminal voltage of the module,q is the electric charge,k is the Boltzmann constant,and T is the cell temperature (K).

      1.2 Neural network for predicting PV output performance

      Multilayer perceptron is the most widely used neural network,mainly owing to its nonlinear mapping,generalization,and fault-tolerant capabilities [26].The nonlinear mapping capability is mainly used to improve the resolution and compensate for lack of expertise.Then,man problems can be transformed into pattern recognition or nonlinear mapping problems.Without data during training,the ability of the neural network to map correctly from the input space to the output space is called generalization ability.Fault tolerance is the ability to allow input samples with large errors or even individual errors.Based on the above problems,the multilayer perceptron (MLP) neural network has incomparable advantages.In this study,we adopt multilayer perceptron using the back projection algorithm,which has a single hidden layer feedforward network.The neural network consists of three layers:an input layer,a hidden layer,and an output layer.The number of nodes in the input and output layers are based on the input and output dimensions,respectively.According to [21],which considered the same problem considered in this study,the number of hidden layers is 20.Consequently,the input layer has two nodes,the hidden layer has 20 nodes,and the output layer has five nodes(Fig.1).The input layer in this case consists of a twodimensional vector of irradiance and temperature,and the output vector is a four-dimensional vector comprising n,Iph,Io,Rsh,and Rs.To reduce the computational effort,we consider a small network when we find an appropriate network size.When considering the prediction accuracy of the network,the speed of network training must also be considered.Therefore,when the prediction accuracy of the two networks are the same,a small network is usually adopted because the training speed of the small network is faster.This is very important during the testing phase of the network,where fast responses are usually required.In general,the neuron model used in many ANN models consists of a group of connecting links called synapses,each of which has its own weight wkj.This weight is multiplied by its own input xi before summing all weighted inputs as well as an external bias bik that is responsible for lowering or increasing the summation’s output n2k.Then,an activation function f2 is applied to that output to decrease the amplitude range of the output signal a2k to a finite value.

      The input vector x = [solar irradiance,cell temperature]is applied to the input layer of the network,as shown in Fig.1.The net input of the jth hidden unit is

      where wij is the weight on the connection from the ith input unit,and bhj,with j = 1,2,…,20,represent the bias for the hidden layer neurons.The output of the neurons in the hidden layer is and the net input to the neurons in the output layer is

      Fig.1 Configuration of artificial neural network (ANN)

      where wkj is the weight on the connection from the jth input unit,b2k,for k =1,2,3,4,5 represent the bias for the second layer,a2k,is the network output of interest,and these outputs are labeled yk.

      In Fig.2,a detailed training neural network and prediction flow chart are presented.In the training phase,the method proposed by Laudani et al.[27](hereinafter referred to as the N.L method) is used to calculate five parameters,divide all data into four parts according to the temperature and irradiance,and train the four neural networks.In the prediction stage,the predicted data is input into the corresponding neural network for prediction based on the irradiance and temperature.In this paper,the ANNs are denoted as follows:ANN1 denotes a neural network with irradiance below 600 W/m2 and temperature below 310 K;ANN2 denotes a neural network with irradiance below 600 W/m2 and temperature above 310 K;ANN3 denotes a neural network with irradiance above 600 W/m2 and temperature below 310 K.ANN4 denotes a neural network with irradiance above 600 W/m2 and temperature above 310 K.Furthermore,G represents irradiance and T represents temperature.

      Fig.2 Flow charts of neural network training (left)and validation (right)

      1.3 Error analysis

      The errors discussed in this paper are mainly due to two factors:one is the calculation of the five parameters,and the other is the prediction of the power.There are many methods for obtaining the five parameters under certain conditions.To ensure the accuracy of neural network training and prediction,the AL method is used to calculate the five parameters.To verify the accuracy of the AL method in obtaining the five parameters,the difference between the I-V curve drawn with the calculated five parameters and the actual I-V curve is determined under different irradiances.As can be seen from Table1,the magnitude of the error of the AL method is calculated to be approximately between − 3 and −4.This indicates that the five-parameter training network calculated with the AL method is relatively accurate.

      To evaluate the quality of the prediction of neural networks,several evaluation criteria can be used,including the mean square error (MSE),mean relative error(MRE),mean absolute error (MAE),root mean square error (RMSE),NRMSE,coefficient of variance (COV),correlation coefficient (CC),coefficient of determination(COD),efficiency coefficient (EC),overall index of model performance (OIMP),and coefficient of residual mass(CRM) [28].In this study,the NRMSE was used to evaluate the accuracy of the model.Moreover,the NRMSE was used to determine the similarity between the predicted and experimental value.

      Table1 Normalized root mean square error obtained with the method proposed by Laudani et al.[27]

      Solar irradiance W/m2 Root mean square error of AL method (A)200-400 9.9955e−4 400-600 9.3958e−4 600-800 0.0025 800-1000 0.0029>1000 0.0018

      In general,the best value for the NRMSE is 0,which indicates the highest performance of the model.

      In Eqs.(8)-(10),n is the actual number of measured voltages and currents,Iiactual is the actual current,Iicul is the predicted current,Iscactual is the actual short circuit current,and a is the number of curves of the irradiance in a certain range.

      2 Results and discussion

      We used outdoor-measured I-V data of different PV modules recorded by the National Renewable Energy Laboratory (NREL) [29],which has flat-plate PV modules installed in Cocoa,Florida;Eugene,Oregon;and Golden,Colorado.The data include a wide range of irradiances and temperatures,and the I-V curves of different PV modules associated with meteorological data were recorded nearly every ten minutes from sunrise to sunset in every season for each location for approximately one year.The application of single-crystalline silicon (x-Si) PV modules,multicrystalline silicon (m-Si) PV modules,cadmium telluride(CdTe) PV modules,and copper indium gallium selenide(CIGS) PV modules with a very regular module verifies the applicability of the proposed MANN method.In this study,the data of the single-crystalline silicon PV modules were used to verify the proposed method.The singlecrystalline silicon PV modules were located in Cocoa and had 36 series cells,one parallel cell,area of 0.647 m2,short-circuit current of 4.98327 A,open circuit voltage of 21.9461 V,operating current at maximum power point of 4.48661 W,and operating voltage at the maximum power point of 17.39 V.All values were measured under standard test conditions (STC) of 1000 W/m2,25 °C,and AM1.5.

      In this paper,we mainly discuss the relationship between the five parameters,irradiance,and temperature.To intuitively illustrate the randomness of the selected data and the effectiveness of the training network,the distribution of training and validation data of the irradiance and temperature are shown in Figs.3 and 4,respectively;as indicate by the color bar,darker colors indicate smaller densities of the data distribution.

      There were 1000 training data points,which were randomly selected from different seasons and different weather conditions.As can be seen from Fig.3,the irradiance at the geographical location of the PV module was mostly distributed around a low irradiance of 200 W/m2 and a high irradiance of 1000 W/m2.In Fig.4,a total of 10,000 data points were selected to verify the accuracy of the neural network prediction,and the same data were randomly selected from each season and weather.Most of the data were at irradiances of 200 and 1000 W/m2,indicating the geographical location of the PV module and the long irradiation time with low and high irradiances.It can be concluded that the selection of neural network training data is universal,and the range of training data covers all irradiance,avoiding the error introduced when not considering the irradiance during neural network training.

      Fig.3 Distribution of the training data

      To assess the performance of the single-ANN and MANN,the NRMSE was used to calculate the error of the predicted power and I-V curves,and the results are shown in Fig.5.The solar irradiance is represented by G in the figure.From the figure,it can be seen that,overall,the error decreases with the decrease in irradiance,and the error of the MANN is lower than that of the single-ANN.

      Fig.6 shows boxplots of the NRMSE obtained with the MANN and single-ANN.From the figure,it can be seen that both the median line and most of the data errors of the MANN are lower than those of the single-ANN.

      Table2 lists the irradiance and temperature obtained with eight curves selected randomly,four showing a gradual increase in irradiance at low temperature and four showing a gradual increase in irradiance at high temperature.

      Table2 Different operating conditions of a PV module

      Irradiance (W) Temperature (K)C1 205.1 298.15 C2 410.0 305.75 C3 709.5 299.35 C4 907.9 299.35 C5 203.5 316.15 C6 411.6 325.65 C7 701.7 321.55 C8 915.2 320.15

      Fig.4 Distribution of the validation data

      Fig.5 Normalized root mean square error (NRMSE) of I-V of four panels:(a) low irradiance and low temperature (b) high irradiance and low temperature(c) low irradiance and high temperatur (d) high irradiance and high temperature

      Fig.7 shows the I-V and P-V curves obtained with the two methods.From Fig.7,it can be seen that the I-V and PV curves predicted with the MANN are more accurate than those predicted with the single-ANN.In addition,in the P-V curves,the maximum power point is marked with a red point.It can be seen that the method proposed in this paper is more accurate in predicting the maximum power point.

      3 Conclusion

      This paper presents a four ANN method,called the MANN,to predict the output performance of a PV module under varying operating conditions.The four-ANN model is built with different solar irradiance and module temperatures.Each neural network is a traditional threelayer feed-forward neural network.The inputs are the solar irradiance and module temperature,and the outputs are the fives parameters of the single diode model.The neural network is trained using experimental data under different operating conditions.Using the proposed method,the I-V characteristics are determined from the solar irradiance and temperature without solving any nonlinear implicit equation.The proposed MANN is applied to experimental data and compared with a single-ANN.The results indicate that the proposed MANN method has a more accurate output performance prediction,including the I-V and P-V curves and the maximum power point,than the single-ANN.

      Fig.6 Boxplots of the NRMSE obtained with the MANN and single-ANN methods for four panels (a) low temperature and low irradiance (b) low temperature and high irradiance (c) high temperature and low irradiance (d) high temperature and high irradiance

      Fig.7 I-V curves obtained with the MANN and single-ANN methods at:(a) low temperature and low irradiance (b) high temperature and low irradiance P-V curves obtained with the MANN and single-ANN methods at:(c) low temperature and high irradiance (d) high temperature and high irradiance

      Acknowledgments

      This work was supported by the National Key Research and Development Program of China (Grant No.2018YFB0904200).

      Declaration of Competing Interest

      We declare that we have no conflict of interest.

      References

      1. [1]

        Wang Z,Wennersten R,Sun Q (2017) Outline of principles for building scenarios - transition toward more sustainable energy systems.Apply Energy,185:1890-1898 [百度学术]

      2. [2]

        Lin H,Wang Q,Wang Y,et al (2017) The energy-saving potential of an office under different pricing mechanisms -application of an agent-based model.Apply Energy,202:248-258 [百度学术]

      3. [3]

        Liu L,Wang Q,Lin H,et al (2017) Power generation efficiency and prospects of floating photovoltaic systems.Energy Procedia,105:1136-1142 [百度学术]

      4. [4]

        Li H,Sun Q,Zhang Q,et al (2015)A review of the pricing mechanisms for district heating systems.Renew Sustain Energy Reviews,42:56-65 [百度学术]

      5. [5]

        Lin L,Wang Q,Lin H,et al (2017) Power generation efficiency and prospects of floating photovoltaic systems.Energy Procedia,105:1136-1142 [百度学术]

      6. [6]

        Sun Q,Li H,Ma Z,et al (2016) A comprehensive review of smart energy meters in intelligent energy networks.IEEE Internet Things Journal,3(4):464-79 [百度学术]

      7. [7]

        Ferlito S,et al (2017) Comparative analysis of datadriven methods online and offline trained to the forecasting of grid-connected photovoltaic plant production.Apply Energy,205:116-29 [百度学术]

      8. [8]

        Li Y,He Y,Su Y,et al (2016)Forecasting the daily power output of a grid-connected photovoltaic system based on multivariate adaptive regression splines.Apply Energy,180:392-401 [百度学术]

      9. [9]

        Liu L,Zhao Y,Chang D,et al (2018)Prediction of short-term PV power output and uncertainty analysis.Apply Energy,228:700-711 [百度学术]

      10. [10]

        Saleem H,Karmalkar S,et al (2009)An Analytical Method to Extract the Physical Parameters of a Solar Cell From Four Points on the Illuminated J-V Curve.IEEE Electron Device Letters,30(4),349-352 [百度学术]

      11. [11]

        De Soto,W.Klein,S.A.Beckman,W.A.,et al (2006)Improvement and validation of a model for photovoltaic array performance.Solar Energy,80,(1),78-88 [百度学术]

      12. [12]

        Tanvir Ahmad,Sharmin Sobhan,et al (2016) Comparative Analusis bewteen Single Diode and Double Diode Model of PV Cell:Concentrate Different Parameters Effect on Its Efficiency.Journal of Power and Energy Engineering,DOI:10.4236/jpee.2016.43004 [百度学术]

      13. [13]

        Haider Ibrahim,Nader Anani,et al (2017) Evaluation of Analytical Methods for Parameter Extraction of PV modules.Energy Procedia,134:69-78 [百度学术]

      14. [14]

        K Kawabe,K Tanaka,et al (2014) Analytical Method for Short-Term Voltage Stability Using the Stability Boundary in the P-V Plane.Power Systems IEEE Transaction on power systems.29(6):3041-3047 [百度学术]

      15. [15]

        K Kawabe,K Tanaka,et al (2015) Stability boundary on P-V plane for analysis of short-term voltage stability.Power Systems Computation Conferencedoi:10.1109/PSCC.2014.7038363 [百度学术]

      16. [16]

        S Larsson,et al (2003) Partial differential equations with numerical methods.Texts in Applied Mathematicsdoi:10.1007/b139056 [百度学术]

      17. [17]

        I Prudyus,L lazko.et al (2002) Numerical method of signal spectrum restoration with prior information about solution usage.06 August 2002 [百度学术]

      18. [18]

        YANG Chun-qi,YANG Xu-jing,WANG Fu-lin.et al (2008)Approximate Arc Length Parameterization Method for Curve Fitting,35(8):34-37 [百度学术]

      19. [19]

        H Andrei,T Ivanovici,et al (2012) Curve fitting method for modeling and analysis of photovoltaic cells characteristics.Proceedings of 2012 IEEE International Conference on Automation,Quality and Testing,Robotics,doi:10.1109/AQTR.2012.6237722 [百度学术]

      20. [20]

        Karatepe E,Boztepe M,Colak,M,et al (2006).Neural network based solar cell model.Energy Convers Manage.47 (9):1159-1178 [百度学术]

      21. [21]

        Engin Karatepe,Mutlu Boztepe,Metin Colak,et al (2006)Neural network based solar cell model,Energy Conversion and Management.47:1159-1178 [百度学术]

      22. [22]

        Honglu Zhu,Xu Li,et al (2016) A Power Prediction Method for Photovoltaic Power Plant Based on Wavelet Decomposition and Artificial Neural Networks,Energies9,11.doi:10.3390/en9010011 [百度学术]

      23. [23]

        D.M.Fébba,R.M.Rubinger,et al (2018) Impacts of temperature and irradiance on polycrystalline silicon solar cells parameters.Solar Energy 174:628-639 [百度学术]

      24. [24]

        A.Mellit,et al (2013) Artificial neural network-based model for estimating the produced power of a photovoltaic module,Renewable Energy.71-78 [百度学术]

      25. [25]

        A.Mellit,et al (2014) Short-term forecasting of power production in a large-scale photovoltaic plant.Solar Energy,105:401-413 [百度学术]

      26. [26]

        Hornik K,Stinchcombe M,White H,et al (1989) Multilayer Feedforward Networks Are Universal Approximators.Neural Networks,2,(5):359-366 [百度学术]

      27. [27]

        Antonino Laudani,Francesco Riganti Fulginei,et al (2014)Identification of the one-diode model for photovoltaic modules from datasheet values.Solar energy,108 :432-446 [百度学术]

      28. [28]

        Ammar H.Elsheikh,et al (2019) Modeling of solar energy systems using artificial neural network:A comprehensive review.Solar Energy,180:622-639 [百度学术]

      29. [29]

        Marion,B.,et al (2014) In New data set for validating PV module performance models.2014 IEEE 40th Photovoltaic Specialist Conference,pp:1362-1366 [百度学术]

      Fund Information

      supported by the National Key Research and Development Program of China (Grant No.2018YFB0904200);

      supported by the National Key Research and Development Program of China (Grant No.2018YFB0904200);

      Author

      • Siyi Wang

        Siyi Wang received a bachelor’s degree at Anhui Science and Technology University,Bengbu Anhui,in 2018.From 2018,she has been studying for a master's degree at Shandong University,Jinan Shandong.Her major fields of interest are PV power forecast using artificial intelligence technology.

      • Yunpeng Zhang

        Yunpeng Zhang received a bachelor’s degree at Shandong University,Jinan Shandong,in 2002.In 2008,he received his master’s degree and Ph.D.degree from Shandong University.He is currently working in Shandong University.His research interests include electromagnetic field analysis and photovoltaic power generation.

      • Chen Zhang

        Chen Zhang received a bachelor’s degree at Nanjing Agricultural University,Nanjing Jiangsu,in 2017.In 2020,she received her master’s degree from Shandong University.She is currently working towards a Ph.D.degree at UCLA.Her research interests include PV power forecast using artificial intelligence technology.

      • Ming Yang

        Ming Yang has been a professor in the School of Electrical Engineering,Shandong University,Jinan Shandong,since 2019.He is currently working in Shandong University.His research interests include power systems’optimal dispatch,operation,control,operation reliability,and evaluation;new energy forecast;and grid connection analysis.

      Publish Info

      Received:2020-06-02

      Accepted:2020-08-30

      Pubulished:2020-12-25

      Reference: Siyi Wang,Yunpeng Zhang,Chen Zhang,et al.(2020) Improved artificial neural network method for predicting photovoltaic output performance.Global Energy Interconnection,3(6):553-561.

      (Editor Zhou Zhou)
      Share to WeChat friends or circle of friends

      Use the WeChat “Scan” function to share this article with
      your WeChat friends or circle of friends