Next Article in Journal
The Paradox of Energy Consumption Decrease in the Transition Period towards a Digital Society
Next Article in Special Issue
Experimental Study on Temperature Distribution and Heat Losses of a Molten Salt Heat Storage Tank
Previous Article in Journal
Theoretical and Numerical Analysis of Freezing Risk During LNG Evaporation Process
Previous Article in Special Issue
Thermo-Fluid Dynamic Effects of the Radial Location of the Baffle Installed in a Solar Updraft Tower
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Estimating Solar Irradiance on Tilted Surface with Arbitrary Orientations and Tilt Angles

1
Department of Computer Science and Information Engineering, National Central University, 300 Zhongda Rd., Zhongli District, Taoyuan 32001, Taiwan
2
Department of Information and Computer Engineering, Chung Yuan Christian University, 200 Chung-Pei Rd., Zhongli District, Taoyuan 32023, Taiwan
3
Green Energy and Environment Research Laboratories, Industrial Technology Research Institute, 195 Sec.4, Chung-Hsing Rd., Chutung, Hsinchu 31057, Taiwan
4
Department of Electronic Engineering, Hwa Hsia University of Technology, 111 Gon Jhuan Rd., Chung Ho dist., New Taipei City 23568, Taiwan
*
Author to whom correspondence should be addressed.
Energies 2019, 12(8), 1427; https://doi.org/10.3390/en12081427
Submission received: 28 February 2019 / Revised: 29 March 2019 / Accepted: 10 April 2019 / Published: 13 April 2019
(This article belongs to the Special Issue Solar Energy Harvesting, Storage and Application)

Abstract

:
Photovoltaics modules are usually installed with a tilt angle to improve performance and to avoid water or dust accumulation. However, measured irradiance data on inclined surfaces are rarely available, since installing pyranometers with various tilt angles induces high costs. Estimating inclined irradiance of arbitrary orientations and tilt angles is important because the installation orientations and tilt angles might be different at different sites. The goal of this work is to propose a unified transfer model to obtain inclined solar irradiance of arbitrary tilt angles and orientations. Artificial neural networks (ANN) were utilized to construct the transfer model to estimate the differences between the horizontal irradiance and the inclined irradiance. Compared to ANNs that estimate the inclined irradiance directly, the experimental results have shown that the proposed ANNs with differential outputs can substantially improve the estimation accuracy. Moreover, the trained model can successfully estimate inclined irradiance with tilt angles and orientations not included in the training data.

1. Introduction

To reduce the growing emission of carbon dioxide produced by fossil fuels, governments and international organizations have vigorously promoted sustainable energy [1]. The photovoltaic system (PV), which converts light to electrical energy, is one of the renewable energy technologies that have received growing attention in the last 32 years. PV installation has exhibited noticeable growth on a worldwide scale to provide clean and renewable electricity [2,3]. One of the most important factors that affect the amount of power generated by PV modules is solar irradiance [4]. Therefore, analyzing and predicting solar irradiance is an important issue for PV operators to perform effective energy management. In general, solar irradiance is measured on horizontal surfaces because installing pyranometers with various tilt angles results in high costs. However, PV modules are usually installed on inclined surfaces to improve performance and to avoid water or dust accumulation. Further, when PV modules are installed on top of buildings, they are commonly installed with an orientation angle and tilt angle so that they can fit the structure of the buildings or surrounding environments. Consequently, analyzing horizontal irradiance only is not enough. Since measured irradiance data on tilted surfaces are rarely available, obtaining the information of solar irradiance on tilted surfaces is necessary.
With the importance of this research topic, the relationship between the inclined solar irradiance and horizontal solar irradiance has been investigated for many years in regions across the world, including Saudi Arabia [5], Spain [6,7], Singapore [8], Reunion Island [9], Pakistan [10], and Belgium [11]. Various empirical models have been developed to estimate inclined solar irradiance [12,13,14,15]. Among these methods, the correlation for estimating daily beam radiation on a tilted surface proposed by Liu and Jordan [12] has been used widely. However, Yang et al. [13] suggests that the Liu and Jordan method is only suitable to estimate solar irradiance on a tilted surface with an azimuth angle less than 15 degrees. The estimation error increases as the tilt angles and azimuth angles increase. Gueymard [14] explored the prediction process for the irradiance on the tilted surface in solar engineering applications. The relationship between the inclined solar irradiance and horizontal solar irradiance depends on many factors. For a tilted surface, the diffuse component of the sky depends on the tilt angle, the orientation angle, the solar azimuth angle, the solar zenith angle, and the sky conditions [16]. Since the sky conditions are rarely uniform, the resulting anisotropic effects would be complex and difficult to quantify [17,18]. Therefore, the transfer model from horizontal solar irradiance to inclined solar irradiance is not linear. The influential factors include the geometric position of the sun, meteorological characteristics of the current sky, and the reflectance of the surrounding surfaces. Therefore, these empirical models can only be considered as approximate methods.
Since it is difficult to construct a simple and accurate model to calculate the inclined solar irradiance from horizontal irradiance using closed-form equations directly, researchers have worked on developing machine learning based methods to estimate solar irradiance on tilted surface from the measured horizontal irradiance [19,20,21]. Artificial neural networks (ANN) were utilized to construct the transfer model to estimate solar irradiance on tilted surfaces in References [19] and [20]. Support vector machines were also applied for the same purpose, and the results were compared with ANN in Reference [21]. Comparative analysis was performed to evaluate different transfer models on a benchmark dataset [22,23,24]. Moreover, some researchers have focused on how to set up optimum tilt angles for an inclined PV panel in a certain area [10,25,26]. However, these existing methods only train the transfer model with a particular tilt and orientation angle. They do not consider the problem of estimating inclined irradiance of arbitrary tilt and orientation angles. For example, if one trains a model to estimate inclined irradiance of a 30-degree tilt angle, they cannot obtain the inclined irradiance of a 15-degree tilt angle using the same model. They will need to train the model again using the data collected from a 15-degree tilted surface. In practice, it is not feasible to get training data of arbitrary angles and train numerous corresponding models. Nevertheless, estimating inclined irradiance of arbitrary orientations and tilt angles is also important because the desired installation orientations and tilt angles might be different at different sites. In this work, the goal of the proposed transfer model is to construct a unified transfer model that can obtain inclined solar irradiance of arbitrary orientations and tilt angles.

2. Proposed Method

In this research, an artificial neural network (ANN) [4,27] was applied to construct the transfer model to estimate solar irradiance on tilted surfaces. A multilayer perceptron using feed-forward backpropagation was used in this work. The architecture of the ANN used in this work is illustrated in Figure 1. There are M inputs x 1 ,   x 2 ,     x M . The neurons are fully connected. The output layer has only one neuron, which corresponds to the desired output value.
To apply the ANN, the first step is to determine the network architecture, including the number of hidden layers and the number of neurons in each layer. In Figure 1, x i denotes the ith component of the input feature vector and y j ( n ) denotes the output of the jth neuron in the nth learning iteration. The second step of training ANN is to initialize the network, including setting the learning rate η and the stop criteria. The third step is the feedforward stage. In the nth learning iteration, the input vector x i ( n ) is sent into the network. The output y j ( n ) of the jth neuron in the first hidden layer is computed using Equation (1). In Equation (1), the term v j ( n ) denotes the net internal activity level of the jth neuron in the nth learning iteration. The function φ ( · ) denotes the activation function of the jth neuron. The internal activity level v j ( n ) is computed using Equation (2). In Equation (2), P is the input dimension of the jth neuron, which does not include the threshold term. The term w j i ( n ) denotes the synaptic weights from the ith neuron to the jth neuron in the nth learning iteration. Then, the output of each layer is calculated through the hidden layers with the feedforward network.
y j ( n ) = φ j ( v j ( n ) )
v j ( n ) = i = 0 P w j i ( n ) y i ( n )
The forth step is the back-propagation stage. The local gradient function δ j ( n ) in the output layer in the nth learning iteration is computed using Equation (3):
δ j ( n ) = e j ( n ) φ ( v j ( n ) ) .
In Equation (3), the error term e j ( n ) is defined as d j ( n ) O j ( n ) , where d j ( n ) is the desired output of the jth neuron in the nth learning iteration. If the activation function is a sigmoid function,   y i ( n ) can be expressed as Equation (4):
y i ( n ) = 1 1 + exp ( v j ( n ) )   ,   < v j ( n ) < .
The term φ ( v j ( n ) ) can be expressed as   y j ( n ) ( 1 y j ( n ) ) . Then, the local gradient function δ j ( n ) of each layer is calculated through back-propagating from the last hidden layer to the first hidden layer in accordance with Equation (5):
δ j ( n ) = φ ( v j ( n ) ) k δ k ( n )   w k j ( n ) = y j ( n ) ( 1 y j ( n ) ) k δ k ( n )   w k j ( n ) .
The fifth step is to adjust the synaptic weight of each neuron in accordance with Equation (6). The adjustment value to the synaptic weight w j i ( n ) in the training phase is denoted as Δ w j i ( n ) .
w j i ( n + 1 ) = w j i ( n ) + Δ w j i ( n ) = w j i ( n ) + η δ j ( n ) y j ( n )
The sixth step is to continue iterating the learning steps from step 3 until the stop criteria are satisfied or the number of iterations reaches the predefined maximum number of iterations.
The input features of the ANN in this work include the horizontal irradiance, solar elevation angle, Cosine value of the solar azimuth angle, Sine value of the solar azimuth angle, Cosine value of the azimuth angle of the pyranometer, Sine value of the azimuth angle of the pyranometer, the tilt angle of the pyranometer, and the incidence angle of solar ray. The definitions of the solar zenith angle and the solar azimuth angle are illustrated in Figure 2. To be able to deal with tilted surfaces with arbitrary orientations and tilt angles, the azimuth angle and tilt angle of the pyranometer are also included in the input feature vector. Instead of using the angle values directly, the Cosine and Sine values are used for azimuth angles. The reason is that the azimuth angles can range from 0 to 360 degrees. Although 0 and 360 degrees are far from each other in terms of angle values, they are both describing the north direction. Therefore, expressing the azimuth angles with Cosine and Sine values can solve this problem. There is no need to express the tilt angle using Cosine and Sine values because the range of the tilt angles is practically limited to smaller values. The tilt angle of the pyranometer or the PV panel and the incidence angle of solar ray are illustrated in Figure 3. All the input features are normalized to the range of 0 to 1.
The existing works using ANN, such as that in Reference [19], estimate the inclined irradiance I ^ r r i n c l i n e d as the desired output in their work. However, the output of the ANN in the proposed method is the difference between the horizontal irradiance I r r h o r i z o n t a l and the inclined irradiance I r r i n c l i n e d , which is denoted as Δ I r r = I r r h o r i z o n t a l   I r r i n c l i n e d . Instead of predicting inclined irradiance I ^ r r i n c l i n e d directly, one of the main characteristics of the proposed ANN model is that the differential value Δ I r r is used as the output. The cost function of network training is based on the mean square error between Δ I r r and Δ I ^ r r . The estimated inclined irradiance would be the horizontal irradiance plus the output estimated differential value Δ I ^ r r , i.e., I ^ r r i n c l i n e d = I r r h o r i z o n t a l +   Δ I ^ r r . We demonstrate in the experimental results that the design of differential output could reduce the estimation error.

3. Data Acquisition

Two datasets were used in the experiments. The pyranometers used to collect the datasets in the experiments are LP PYRA 03 AC. We recorded one irradiance reading per minute in the dataset. Technical characteristics of the pyranometers are listed in Table 1. Dataset A contains solar irradiance data of a fixed orientation and tilt angle. It includes the horizontal and tilted solar irradiance at three different locations in Taiwan for a one-year duration. The pyranometers that measured the tilted solar irradiance were with a tilt angle of 20 degrees facing south. The second dataset, dataset B, contains data of various orientations and tilt angles. To collect the second dataset, we set up five pyranometers with adjustable azimuth angles and tilt angles, as shown in Figure 4. The center pyranometer is horizontal. Each of the other four pyranometers has a tilt angle facing a certain orientation. The tilt angles and azimuth angles of these four pyranometers are adjusted periodically to specific values so that we can collect the desired experimental data. In total, there were inclined solar irradiances with four different tilt angles (10°, 15°, 20°, 30°) and sixteen different azimuth angles collected in dataset B. The sixteen azimuth angles included in dataset B are illustrated in Figure 5. For the 0-, 90-, 180-, and 270-degree orientations, the inclined pyranometers were adjusted to a 30-degree tilt angle for 20 days. The inclined pyranometers were adjusted to the other 3 tilt angles every 5 days. For all other orientation angles (other than 0°, 90°, 180°, and 270°), the inclined pyranometers were adjusted to each of the four tilt angles every 5 days. After collecting data for all the tilt angles of an orientation, the pyranometers were adjusted to a new orientation angle. With four inclined pyranometers, we can collect four orientations at the same time. It takes 95 days for one rotation. The process of rotation took place 3 times, taking 285 days. The data were collected from 08:00 to 17:00 for 9 h and recorded each minute. Therefore, there were 540 data points collected in a day. For a 30-degree tilt angle of 0, 90, 180, 270-degree orientations, we have 60-day data with 32,400 data points. For all other angle combinations, we have 15-day data with 8100 data points for each angle combination. Note that the horizontal pyranometer has all the data for a 0-degree tilt angle throughout the entire data collection period.

4. Experimental Results

We used Dataset A and Dataset B described in the previous section to evaluate the proposed framework. The results on Dataset A and Dataset B are elaborated in Section 4.1 and Section 4.2, respectively. In the experiments, we used the network with three hidden layers. Each hidden layer has six neurons. The evaluation metrics of the estimation results are mean absolute percentage error (MAPE) and root mean square percentage error (RMSPE) as shown in Equations (7) and (8), respectively. Mean absolute error measures the absolute difference between the ground truth inclined irradiance I r r i n c l i n e d and the estimated inclined irradiance I ^ r r i n c l i n e d . Root mean square error is the square root of the average of squared errors. Both of these error metrics are presented in terms of percentage in contrast to the original ground truth values. In Equations (7) and (8), Num denotes the number of data samples being evaluated. The time scale of the metrics is one minute.
MAPE = k = 1 N u m | I r r i n c l i n e d ( k ) I ^ r r i n c l i n e d ( k ) | k = 1 N u m I r r i n c l i n e d ( k ) × 100 %
R M S P E f c = 1 N u m k = 1 N u m ( I r r i n c l i n e d ( k ) I ^ r r i n c l i n e d ( k ) ) 2 1 N u m k = 1 N u m I r r i n c l i n e d ( k ) × 100 %

4.1. Results on Dataset A

Dataset A was used to test the accuracy of the transfer model for the training and testing data with a fixed orientation and tilt angle. The purpose of Dataset A is to show that the design of differential output values could reduce the estimation error compared with existing ANN transfer models. If horizontal and tilted irradiance data of two or more years are available, it is suggested that the data of one year are used for training and the data of the following years are used for testing. Since the solar elevation angle, the solar azimuth angle, and the incidence angle of solar ray would exhibit a different relationship in different months of a year, it would be better to construct a model in January and use the model to test the data in January in the following years. However, in this case, it would require collecting measurement data for a whole year before the system can be deployed. In cases where the training data are limited in the initial deployment phase, a solution is to use the training data from the previous month to construct a model and apply the transfer model to obtain tilted irradiance in the following month. This solution helps with faster deployment with limited data. To further analyze the influence of the time period of the training data used to construct the transfer model, we divided the experiments on dataset A into two parts. The first experiment on dataset A used a fixed time distance between the training and testing data. The second experiment on dataset A considered various time distances between the training and testing data and observed their impact on the estimation accuracy. Note that the experiments on Dataset A train separate models for separate locations.
For the first experiment on dataset A, the samples in each month were tested using the ANN model constructed by the data from the previous month. For example, the data of February were tested using the transfer model constructed by the data of January. The data of March were validated using the transfer model trained by the data of February. The estimation MAPE and RMSPE on dataset A using data from the previous month as training data are shown in Figure 6 and Figure 7, respectively. The MAPE and RMSPE of the proposed method and the method in Reference [19] are compared. The settings of the ANN implementation in Reference [19] are the same as the best parameters recommended in Reference [19]. We can observe that the proposed method exhibits lower error in terms of both MAPE and RMSPE compared with Reference [19]. The main reason is that the range of the difference between the horizontal and inclined irradiance is much smaller than the range of inclined irradiance. Therefore, the design of the proposed method helps to reduce estimation errors.
For the second experiment on dataset A, we used training and testing data from various time periods. The estimation MAPE and RMSPE on dataset A using training and testing data with different distances are shown in Figure 8 and Figure 9, respectively. In Figure 8 and Figure 9, the x axis represents the time distance between the training and testing data. The unit of the time distance is month. For example, if the transfer model constructed by the data of February is used to estimate the inclined irradiance of March, the time distance between the training and testing data is one month. If the transfer model constructed by the data of January is used to estimate the inclined irradiance of March, the time distance between the training and testing data is two months. Notice that the time distance between January and December is one instead of eleven. The maximum time distance between the training and testing data is six. We can observe that the error of estimation increases as the time distance becomes larger. Therefore, it is recommended that the time distance between the training and testing data should not be too large. In practice, a transfer model can be constructed each month. The transfer model can be used to obtain the estimated inclined irradiance of the succeeding month.

4.2. Results on Dataset B

Dataset B was used to validate the proposed transfer model when the tilt and azimuth angles were not in the training set. As described in Section 3, Dataset B contains irradiance data of four different tilt angles (10°, 15°, 20°, 30°) and sixteen different azimuth angles. To establish the transfer model, the training data are listed in Table 2. The horizontal irradiance is regarded as training data with a zero-degree tilt angle. In the experiments, we used inclined irradiance of 0 and 30 degrees as the training samples in order to infer inclined irradiance of all the other tilt angles between 0 and 30 degrees. We used training data of four orthogonal azimuth angles to infer the inclined irradiance of all the other azimuth angles in the testing data. The combinations of the four tilt angles and sixteen azimuth angles in the testing data are shown in Table 3.
The purpose of the experiments on dataset B is to show that although the tilt angles and azimuth angles are not included in the training data, the trained model can still successfully estimate the inclined irradiance of all the tilt angles and azimuth angles in the testing data with a low error rate. The MAPE and RMSPE of estimated inclined irradiance on dataset B are shown in Figure 10 and Figure 11, respectively. Note that the samples of 30-degree tilt angles on the four orthogonal orientations 0°, 90°, 180°, 270° are not evaluated because these angle combinations are included in the training data. The overall averaged MAPE and RMSPE on dataset B are 6.79% and 8.02%, respectively. From the experimental results, we can observe that using horizontal irradiance and 30-degree inclined irradiance in the four orthogonal directions as training data, the established model can estimate inclined irradiance with arbitrary azimuth angles and tilt angles between 0 to 30 degrees.
To further evaluate the effectiveness of the proposed method, we compared the proposed method with a baseline method using the skill score (SS) [28] metrics defined in Equation (9). A method is better than the baseline method if the skill score is positive. The degree of improvement is better when the skill score is closer to one.
S S M A P E = 1   M A P E p r o p o s e d M A P E b a s e l i n e   ,   S S R M S P E = 1   R M S P E p r o p o s e d R M S P E b a s e l i n e
Existing methods that construct transfer models via training such as those in References [18,19,20,21] cannot estimate inclined irradiance for tilt and orientation angles that are not included in the training dataset using a unified transfer model. Therefore, for dataset B, we compared the proposed method with a baseline method that uses horizontal irradiance as the estimation result. The S S M A P E and S S R M S P E are illustrated in Figure 12. We can observe that the skill scores of the proposed method are positive under all conditions. As the tilt angle becomes larger, the proposed method exhibits better skill scores in contrast to the baseline. This means that the proposed transfer model has more obvious improvement when the difference between the horizontal irradiance and the inclined irradiance is larger. Furthermore, we calculated the skill scores of Reference [19] on dataset B using a 30-degree tilt angle and 180-degree orientation as training data. We denoted the model trained by the 30-degree tilt angle and 180-degree orientation as Mf. Since model Mf is trained using a 30-degree tilt angle and there is no input feature regarding the tilt angle of the inclined surface, it exhibits high MAPE for 10-degree and 15-degree tilt angle testing data. The MAPE of Mf on 10-degree and 15-degree tilt angle testing data is much higher than the baseline. Recall that the baseline uses horizontal irradiance as the estimation result. Therefore, the MAPE of baseline on 10-degree and 15-degree tilt angle testing data is relatively low. As a result, the skill scores of model Mf on these two tilt angles are negative. For 20-degree and 30-degree tilt angle testing data, model Mf yields better results than the baseline since the testing tilt angles are closer to the training tilt angles. However, since model Mf is trained with data from only one fixed orientation, it still cannot yield satisfying accuracy when the test data are collected using various orientations. As a consequence, the skill scores of the proposed method are still much higher than those of model Mf on 20-degree and 30-degree tilt angle testing data.

5. Conclusions

In this work, artificial neural networks were utilized to construct the transfer model to estimate solar irradiance on tilted surfaces. Instead of predicting tilted irradiance directly, the proposed method estimated the differences between the horizontal irradiance and the irradiance on a tilted surface. The range of the difference between the horizontal and inclined irradiance was much smaller than the range of inclined irradiance. If we estimated the difference, it would prevent the estimated inclined irradiance drift too far away from the ground truth. The outputs of the proposed ANNs were differential values. According to the experiments, the design of differential output can help to enhance the estimation accuracy. The experiments also analyze the estimation accuracy using different time distances between the training and testing data. Two datasets were tested in the experiments. First, for the dataset with a fixed orientation and tilt angle, the proposed method can successfully estimate inclined solar irradiance with a lower error compared to existing methods. Second, for the dataset with various orientations and tilt angles, using horizontal irradiance and inclined irradiance of a tilt angle θ as training data, the transfer model can infer the inclined irradiance of any tilt angles between 0 and θ although those tilt angles are not included in the training data. Further, using inclined irradiance at four orthogonal orientations as training data, the transfer model can estimate the inclined irradiance of arbitrary orientations. It was validated that the trained model can successfully estimate inclined irradiance of arbitrary orientations and tilt angles in the testing data with satisfactory accuracy.

Author Contributions

H.-Y.C. is the corresponding author, who is responsible for literature review, algorithm design, manuscript writing and revision. C.-C.Y. is responsible for algorithm implementation and experiment conduction. C.-C.C. is responsible of problem definition and correctness verification. K.-C.H. and M.-H.T. are responsible for hardware installation, calibration and solar irradiance data collection. C.-L.L. is responsible for data cleaning, preprocessing and error checking.

Acknowledgments

This research was financially supported by Green Energy and Environment Research Laboratories, Industrial Technology Research Institute and Bureau of Energy, Ministry of Economic Affairs of Taiwan.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ellabban, O.; Abu-Rub, H.; Blaabjerg, F. Renewable energy resources: Current status, future prospects and their enabling technology. Renew. Sustain. Energy Rev. 2014, 39, 748–764. [Google Scholar] [CrossRef]
  2. Singh, G.K. Solar power generation by Photovoltaic technology: A review. Energy 2013, 53, 1–13. [Google Scholar] [CrossRef]
  3. Lund, H. Renewable energy strategies for sustainable development. Energy 2007, 32, 912–919. [Google Scholar] [CrossRef] [Green Version]
  4. Angelis-Dimakis, A.; Biberacher, M.; Dominguez, J.; Fiorese, G.; Gadocha, S.; Gnansounou, E.; Guariso, G.; Kartalidis, A.; Panichelli, L.; Pinedo, I.; et al. Methods and tools to evaluate the availability of renewable energy sources. Renew. Sustain. Energy Rev. 2011, 15, 1182–1200. [Google Scholar] [CrossRef] [Green Version]
  5. Abdelrahman, M.A.; Elhadidy, M.A. Comparison of calculated and measured values of total radiation on tilted surfaces in Dhahran, Saudi Arabia. Sol. Energy 1986, 37, 239–243. [Google Scholar] [CrossRef]
  6. Posadillo, R.; Luque, R.L. Evaluation of the performance of three diffuse hourly irradiation models on tilted surfaces according to the utilizability concept. Energy Convers. Manag. 2009, 50, 2324–2330. [Google Scholar] [CrossRef]
  7. Navntoft, L.C.; Fernandez-Ibanez, P.; Garreta, F. UV solar radiation on a tilted and horizontal plane: Analysis and comparison of 4 years of measurements. Sol. Energy 2012, 86, 307–318. [Google Scholar] [CrossRef]
  8. Sheng, Y.; Jirutitijaroen, P.; Yang, D.; Dong, Z.; Walsh, W.M. Evaluation of transposition and decomposition models for converting global solar irradiance from tilted surface to horizontal in tropical regions. Sol. Energy 2013, 97, 369–387. [Google Scholar]
  9. David, M.; Lauret, P.; Boland, J. Evaluating tilted plane models for solar radiation using comprehensive testing procedures, at a southern hemisphere location. Renew. Energy 2013, 51, 124–131. [Google Scholar] [CrossRef]
  10. Khahro, S.F.; Tabbassum, K.; Talpur, S.; Alvi, M.B.; Xiazhong, L.; Li, D. Evaluation of solar energy resources by establishing empirical models for diffuse solar radiation on tilted surface and analysis for optimum tilt angle for a prospective location in southern region of Sindh, Pakistan. Int. J. Electr. Power Energy Syst. 2015, 64, 1073–1080. [Google Scholar] [CrossRef]
  11. Demain, C.; Journée, M.; Bertrand, C. Evaluation of different models to estimate the global solar radiation on inclined surfaces. Renew. Energy 2013, 50, 710–721. [Google Scholar] [CrossRef]
  12. Liu, K.B.H.; Jordan, R.C. Daily insolation on surface tilted toward the equator. ASHRAE J. 1962, 3, 53–56. [Google Scholar]
  13. Yang, Y.; Li, G.; Tang, R. On the estimation of daily beam radiation on tilted surfaces. Energy Proc. 2012, 16, 1570–1578. [Google Scholar] [CrossRef]
  14. Gueymard, C.A. Direct and indirect uncertainties in the prediction of tilted irradiance for solar engineering applications. Sol. Energy 2009, 83, 432–444. [Google Scholar] [CrossRef]
  15. Yang, D. Solar radiation on inclined surfaces: Corrections and benchmarks. Sol. Energy 2016, 136, 288–302. [Google Scholar] [CrossRef]
  16. Behr, H.D. Solar radiation on tilted south-oriented surfaces: Validation of transfer-models. Sol. Energy 1997, 61, 399–413. [Google Scholar] [CrossRef]
  17. Robledo, L.; Soler, A. Modelling irradiance on inclined planes with an anisotropic model. Energy 1998, 23, 193–201. [Google Scholar] [CrossRef]
  18. Padovan, A.; Del Col, D. Measurement and modeling of solar irradiance components on horizontal and tilted planes. Sol. Energy 2010, 84, 2068–2084. [Google Scholar] [CrossRef]
  19. Dahmani, K.; Dizene, R.; Notton, G.; Paoli, C.; Voyant, C.; Nivet, M.L. Estimation of 5-min time-step data of tilted solar global irradiation using ANN (Artificial Neural Network) model. Energy 2014, 70, 374–381. [Google Scholar] [CrossRef]
  20. Notton, G.; Paoli, C.; Ivanova, L.; Vasileva, S.; Nivet, M.L. Neural network approach to estimate 10-min solar global irradiation values on tilted planes. Renew. Energy 2013, 50, 576–584. [Google Scholar] [CrossRef]
  21. Ramli, M.; Twaha, S.; Al-Turki, Y.A. Investigating the performance of support vector machine and artificial neural networks in predicting solar radiation on a tilted surface: Saudi Arabia case study. Energy Convers. Manag. 2015, 105, 442–452. [Google Scholar] [CrossRef]
  22. El-Sebaii, A.A.; Al-Hazmi, F.S.; Al-Ghamdi, A.A.; Yaghmour, S.J. Global, direct and diffuse solar radiation on horizontal and tilted surfaces in Jeddah, Saudi Arabia. Appl. Energy 2010, 87, 568–576. [Google Scholar] [CrossRef]
  23. Maleki, S.A.M.; Hizam, H.; Gomes, C. Estimation of hourly, daily and monthly global solar radiation on inclined surfaces: Models re-visited. Energies 2017, 10, 134. [Google Scholar] [CrossRef]
  24. Shukla, K.N.; Rangnekar, S.; Sudhakar, K. Comparative study of isotropic and anisotropic sky models to estimate solar radiation incident on tilted surface: A case study for Bhopal, India. Energy Rep. 2015, 1, 96–103. [Google Scholar] [CrossRef] [Green Version]
  25. Khatib, T.; Mohamed, A.; Mahmoud, M.; Sopian, K. Optimization of the Tilt Angle of Solar Panels for Malaysia. Energy Sources Part A Recover. Util. Environ. Eff. 2015, 37, 606–613. [Google Scholar] [CrossRef]
  26. Jamil, B.; Siddiqui, A.T.; Akhtar, N. Estimation of solar radiation and optimum tilt angles for south-facing surfaces in Humid Subtropical Climatic Region of India. Eng. Sci. Technol. Int. J. 2016, 19, 1826–1835. [Google Scholar] [CrossRef] [Green Version]
  27. Collobert, R.; Bengio, S. Links between perceptrons, MLPs and SVMs. In Proceedings of the Twenty-First International Conference on Machine Learning, Banff, AB, Canada, 4–8 July 2004; pp. 23–31. [Google Scholar]
  28. Murphy, A.H. Skill scores based on the mean square error and their relationships to the correlation coefficient. Mon. Weather Rev. 1988, 116, 2417–2424. [Google Scholar] [CrossRef]
Figure 1. Architecture of the artificial neural network (ANN).
Figure 1. Architecture of the artificial neural network (ANN).
Energies 12 01427 g001
Figure 2. Solar zenith angle and azimuth angle.
Figure 2. Solar zenith angle and azimuth angle.
Energies 12 01427 g002
Figure 3. Tilt angle of pyranometer and incidence angle of solar ray.
Figure 3. Tilt angle of pyranometer and incidence angle of solar ray.
Energies 12 01427 g003
Figure 4. Pyranometers for Data Collection.
Figure 4. Pyranometers for Data Collection.
Energies 12 01427 g004
Figure 5. Different Azimuth Angles of Pyranometers.
Figure 5. Different Azimuth Angles of Pyranometers.
Energies 12 01427 g005
Figure 6. Estimation mean absolute percentage error (MAPE) on dataset A using data from the previous month as training data.
Figure 6. Estimation mean absolute percentage error (MAPE) on dataset A using data from the previous month as training data.
Energies 12 01427 g006
Figure 7. Estimation root mean square percentage error (RMSPE) on dataset A using data from the previous month as training data.
Figure 7. Estimation root mean square percentage error (RMSPE) on dataset A using data from the previous month as training data.
Energies 12 01427 g007
Figure 8. Estimation MAPE on dataset A using training and testing data with different distances.
Figure 8. Estimation MAPE on dataset A using training and testing data with different distances.
Energies 12 01427 g008
Figure 9. Estimation RMSPE on dataset A using training and testing data with different distances.
Figure 9. Estimation RMSPE on dataset A using training and testing data with different distances.
Energies 12 01427 g009
Figure 10. Estimation MAPE on dataset B.
Figure 10. Estimation MAPE on dataset B.
Energies 12 01427 g010
Figure 11. Estimation RMSPE on dataset B.
Figure 11. Estimation RMSPE on dataset B.
Energies 12 01427 g011
Figure 12. Skill scores on dataset B.
Figure 12. Skill scores on dataset B.
Energies 12 01427 g012aEnergies 12 01427 g012b
Table 1. Specifications of the pyranometer.
Table 1. Specifications of the pyranometer.
Detailed Specifications of the Pyranometer LP PYRA 03 AC
 Typical Sensitivity 10 µV/(W/m2)
 Measuring Range 0~2000 W/m2
 Output Signal 4~20 mA, 4 mA = 0 W/m2, 20 mA = 2000 W/m2
 Impedance 33~45 Ω
 Operating Temperature −40 ℃~80 ℃
 Response Time <30 s
Table 2. Training data.
Table 2. Training data.
Azimuth AngleTilt Angle
-
30°
90°30°
180°30°
270°30°
Table 3. Testing data.
Table 3. Testing data.
Azimuth Angles of PyranometersTilt Angle
10°, 15°, 20°
90°10°, 15°, 20°
180°10°, 15°, 20°
270°10°, 15°, 20°
22.5°10°, 15°, 20°, 30°
45°10°, 15°, 20°, 30°
67.510°, 15°, 20°, 30°
112.5°10°, 15°, 20°, 30°
135°10°, 15°, 20°, 30°
157.510°, 15°, 20°, 30°
202°10°, 15°, 20°, 30°
225°10°, 15°, 20°, 30°
247.5°10°, 15°, 20°, 30°
292.5°10°, 15°, 20°, 30°
315°10°, 15°, 20°, 30°
337.5°10°, 15°, 20°, 30°

Share and Cite

MDPI and ACS Style

Cheng, H.-Y.; Yu, C.-C.; Hsu, K.-C.; Chan, C.-C.; Tseng, M.-H.; Lin, C.-L. Estimating Solar Irradiance on Tilted Surface with Arbitrary Orientations and Tilt Angles. Energies 2019, 12, 1427. https://doi.org/10.3390/en12081427

AMA Style

Cheng H-Y, Yu C-C, Hsu K-C, Chan C-C, Tseng M-H, Lin C-L. Estimating Solar Irradiance on Tilted Surface with Arbitrary Orientations and Tilt Angles. Energies. 2019; 12(8):1427. https://doi.org/10.3390/en12081427

Chicago/Turabian Style

Cheng, Hsu-Yung, Chih-Chang Yu, Kuo-Chang Hsu, Chi-Chang Chan, Mei-Hui Tseng, and Chih-Lung Lin. 2019. "Estimating Solar Irradiance on Tilted Surface with Arbitrary Orientations and Tilt Angles" Energies 12, no. 8: 1427. https://doi.org/10.3390/en12081427

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop