ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE

Size: px
Start display at page:

Download "ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE"

Transcription

1 ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE Sthita pragyan Mohanty Prasanta Kumar Patra Department of Computer Science and Department of Computer Science and Engineering CET Bhubaneswar, India. Engineering CET Bhubaneswar, India. Sudhansu Sekhar Sahoo Department of Mechanical Engineering CET Bhubaneswar, India. Abstract The paper presents prediction of solar radiation data of Bhubaneswar by using least square support vector machine. We used the least squares support vector machine (LS-SVM) based algorithm to predict the monthly average solar radiation of Bhubaneswar based upon the input parameters sunshine duration and temperature. A Gaussian Radial Basis Function (RBF) kernel with Epsilon SVR is used for estimation of solar radiation from 2000 to 2004.The model uses 65% of the data for training, and 35% data for testing. The input parameters used in these models are ratio of sunshine hours (S/S 0 ), average temperature ratio (T/T 0 ) and the output parameter is the solar radiation. The monthly average data recorded and mentioned in solar radiation handbook, India during the period has been considered as training data. The performance of the model can be evaluated by comparing the predicted and measured by using different kernel function used for regression and optimization. It has been found that the after using NU-SVM or Epsilon-SVR for regression varying the different kernel function RBF kernel will give better result with lower mse ( ) and higher r%(95.72). Keywords Sunshine duration, Temperature, Solar Radiation, Radial Basis Function, Support Vector Machine Introduction Among all energy sources Solar energy is the most important renewable /nonconventional energy sources which is available almost every part of the earth, providing 99.98% of the heat energy useful for many applications such as architectural design, agriculture, and atmospheric, land, ocean, and hydrologic models. As the conventional energy sources i.e. coal, petrol, Diesel are depleting day by day, so we are going to use nonconventional energy sources such as solar energy, wind energy and biogas. There are many places which are away from conventional energy sources (remote areas) therefore scientist are relying upon nonconventional energy sources. Nonconventional energy sources are pollution free not makes any noise to the environment, and they are available plenty throughout the year. So to improve the efficiency of solar energy prediction of solar radiation is necessary. The solar radiation reaching the earth s surface could be represented in a number of ways i.e. global solar radiation (Direct + Diffuse), Direct (beam) and diffuse radiation. Many developing 175

2 countries solar radiation measurements are not easily available due to the shortage of measurement equipments. Therefore it is necessary to develop some methods to design models for estimating the solar radiation. Estimation of solar radiation was carried out monthly, hourly and daily based on various meteorological and climatological parameters. To estimate the amount of solar energy incident on a horizontal surface, many models have been developed by using either traditional approach or in soft computing approach based upon available geographic and meteorological parameters such as minimum and maximum temperature, sunshine duration, relative Humidity, rainfall, wind speed. This paper presents the use of Least Squares Support Vector Machines (LS-SVM) for estimating and predicting monthly average global solar radiation of Bhubaneswar for a period of five years from , as LS-SVM is the advance version of standard SVM. The first empirical relation of GSR estimation was proposed by Angstrom [1] in 1924 using only one input parameter i.e. sunshine duration.in1940 Prescott modified the Angstrom model named as Angstrom-Prescott model [2]. Traditional statistical methods are very easy to understand and implement, but they are not suitable for complex time series problem. To solve complicated problems/to perform complex function in different fields as conventional or analytical methods are infeasible or too expensive due to limited sets of operational data are available, for this Scientist developed some soft computing approaches i.e. artificial neural networks (ANNs), Adaptive neuro-fuzzy inference system(anfis), support vector machine (SVM), Genetic Algorithm (GA), Particle Swarm optimization (PSO).Now a day s Scientist are going for developing Hybrid models i.e. Solar-wind, Solar-wind-diesel. A. Rahimikhoob [3] estimate global solar radiation of Iran from ( ) for training and from for testing by using Artificial neural network with maximum and minimum air temperature as input. The empirical Hargreaves and Samani equation (HS) is used for the comparison. The comparison result shows the ANN model was superior to the calibrated Hargreaves and Samani equation. Alawi and Hinai [4] used ANN to estimate solar radiation based on input parameters month, averages of pressure, temperature, vapour pressure, relative humidity, wind speed, and sunshine duration. After prediction the model gave a mean absolute percentage error of 7.3%. Mubiru and Banda [5] applied ANN to estimate monthly average daily global solar irradiation on a horizontal surface at four locations in Uganda based on meteorological parameters sunshine duration, maximum temperature, and cloud cover and geographical parameters (latitude, longitude, and altitude).after prediction a correlation coefficient of was obtained with MBE of MJ/m2 and RMSE of MJ/m2. Karoro Angela et al. [6] used five years of global solar radiation data of Uganda to estimate the monthly average of daily global solar irradiation on a horizontal surface based on a single parameter, sunshine hours, using the artificial neural network technique. A correlation coefficient of was obtained with a mean bias error of MJ/m2 and a root mean square error of MJ/m2. Mellit et al. [7] used a neuro-fuzzy model for predicting monthly clearness index (K t ) in isolated areas based on some geographical coordinates (latitude longitude). The model is also applicable for sizing of stand-alone photovoltaic system. Here the model has been tested and compare with ANN architecture (MLPN, RBFN and RNN).After comparison the model shows 176

3 ANFIS is more effective than other ANN architecture. B. B. Ekici [8] proposed a least square support vector machine model for predicting the solar insolation of next day by taking data measured by Turkish State Meteorological Service from ( ).The input parameters used in this model are daily mean temperature, daily maximum temperature, sunshine duration, solar insolation of the day before parameters. A value of for RMS and for R2 value were obtained after estimation using LS-SVM. J. Zeng, W. Qiao [9] uses a leastsquare (LS) support vector machine (SVM)-based model for short-term solar power prediction (SPP). The input of the model includes sky cover, relative humidity, and wind speed. The output of the model is the predicted atmospheric transmissivity, which then is converted to solar power according to the latitude of the site and the time of the day. Benghanem et al.[10]used Radial Basis Function network (RBF) for modeling and predicting the daily global solar radiation data using meteorological parameter such as air temperature, sunshine duration, and relative humidity. The data s were recorded from at Al-Madinah (Saudi Arabia) by the National Renewable Energy Laboratory. After prediction the result shows that the RBF-model which uses the sunshine duration and air temperature as input parameters, gives accurate results as the correlation coefficient in this case is 98.80%. II. MODEL USED FOR PREDICTION SUPPORT VECTOR MACHINE Support Vector Machines are a useful technique used for data classification and regression. SVM is a kernel based Algorithm generally used for solving nonlinear problems. LS-SVM [11] is a modified version of SVM and a more simple technique than the standard SVM [12].The LS-SVM enables to deal with linear and nonlinear multivariable calibration and solves multivariable problems. The p no of input support vectors are in the first layer and the second layer contains a nonlinear operation of N support vectors. Values can be expressed as: ( ) ( ) ( ) ( ) Where P 1, P2 and P n are the input vectors of LS-SVM.The weight values are calculated by Multiplying Q vectors with the nonlinear output of each support vectors. y( x) w ( x) b (2) Where w is a weighed value vector and b is a threshold value. By using this function non linear prediction function is transformed to linear prediction function in a high-dimensional feature space. As LS- SVM is an improved/advanced version of classical SVM the solution process is a group of equations which greatly enhance the solution speed. Optimization can be obtained by using the equation. I 1 2 min L,, w, b c wb, 2 w (3) 2 i 1 177

4 Fig.1. Support vector Machine Q is a saddle point, and differentiating Q gives the formulas as follows, using Lagrangian multiplier method to solve the formulas Q W l i x i 0 (4) i 1 i 1 l Q i 0 ( 5) b Q T W ( x i) b i y i 0 ( 6) The Fig.2 and Fig. 3 depict the different input parameters used for prediction of global solar radiation at Bhubaneswar from These data are collected from Solar radiation Handbook 2008 and National renewable energy source Laboratory. Fig.2 Average Monthly Evolution of Sunshine Duration Fig.3 Average Monthly Solar radiation Estimation and Prediction As LS-SVM time series prediction uses function estimation in the parameter tuning, prediction, to test the function estimation ability, a simple nonlinear model is used to estimate the target function, Y, which can be implemented with a few line of code using MATLAB We generate sample data sets K 7 divided into input x and output k, After using LS- SVM processing type to 'function estimation,' we then tune the coefficients using the tune ls-svm command, then pass the values for x, k, type, and other functions(cost function and different Kernel functions) used for the computation. Two tuning hyper-parameters, gamma and sig2 combining gives the output with the use of tune ls-svm function. After execution the program produce the following output and specific values for the hyper parameters. Coupled Simulated Annealing results: [gam] = [sig 2] = F(X) = e-007 TUNELSSVM: chosen specification 2. Optimization routine Simplex Cost Function Leaveoneout lssvm Kernel Function RBF_Kernel 3. Starting values Figures and Tables 178

5 Y Y Proceedings of International Interdisciplinary Conference On Engineering Science & Management Svmtype TABLE I OPTIMIZATION AND MAXIMUM FUNCTION EVALUATION AFTER SIMULATION Itera Funccoungamm Min f(x) Log- Logsig2 tion a e e e e e e e e e e-007 Epsilon- SVR Kernel Used Iterat ion RBF LS-SVM 2 and its 95% (2 ) error bands =6.9642, = Fig.4 LS-SVM function estimation X MSE r% Linear RBF Polynomial Sigmoidal Nu-SVR Linear RBF Polynomial Sigmoidal Optimization terminated successfully (Max Fun Evals) Simplex results: X= , F(X) = 4.257e-007 Obtained hyper-parameters:[gamma sig2]: The trainlssvm command is used to generate alpha and b which are taken as both the input to the plot lssvm function. The estimated function Y in terms of X shown in Fig. 3 to Fig. 4. TABLE II MEAN SQUARE ERROR (MSE) AND REGRESSION VALUE USING SVM X Results and Discussion Fig.5 Plot of Y vs X After several iteration and using different kernel function for training and testing of data the Best

6 Performance is obtained by the model having input sunshine duration and temperature. By using RBF kernel function and for both the case of regression with Epsilon-SVR and nu-svr the model will give highest correlation coefficient with least mean square error between measured and Predicted data. A Comparison between measured and predicted solar radiation based upon the input sunshine duration and temperature is shown in the Fig. 6. Fig.6 predicted vs measured solar radiation IV. CONCLUSION The least squares support vector machine (LSSVM) based algorithm used to predict the future data. A Gaussian Radial Basis Function (RBF) kernel function was used on the data set to optimize the tuning parameters and to obtain the moderated output. The training process of LS-SVM was designed to select both kernel and other meteorological parameters. The solar radiation of Bhubaneswar data collected from meteorological department (IMD Bhubaneswar) and renewable energy source laboratory were used for prediction.60% of the data were used for training, and remaining 40% were used for testing. The experimental results demonstrated that the proposed LSSVM based predictive model and the training algorithm gives an accurate prediction. This algorithm could be very useful for developing a resource efficient prediction model for any quantifiable data set, i.e. Global warming, glacier melting, and wind solar prediction, global energy budget, weather forecasting etc. Feasibiltity study of Solar thermal collectors and solar PV applications may be done with the output of solar data with this present method. V. REFERENCES [1] Angstrom, Solar and terrestrial radiation, Quart. J. Roy. Met. Soc, pp , [2] J. A. Prescott, Evaporation from water surface in relation to solar radiation, Trans. Roy. Soc. Aust, [3] A. Rahimikhoob, Estimating global solar radiation using artificial neural network and air temperature data in a semi-arid environment, Renewable Energy, vol. 35, pp ,2010. [4] S. M. Alawi and H. A. Hinai, An ANN-based approach for predicting global radiation in locations with no direct measurement instrumentation, Renewable Energy, vol. 14, pp , [5] J. Mubiru and E. J. K. B. Banda, Estimation of monthly average daily global solar irradiation using artificial neural networks, Solar Energy, vol. 82, pp , [6] K.Angela, S. Taddeo, and M. James, Predicting Global Solar Radiation Using an Artificial Neural Network Single-Parameter Model, Advances in Artificial Neural Systems, pp. 1-7, [7] Mellit.et.al, An ANFIS based prediction for monthly clearness index and Daily solar radiation: Application for sizing of a stand alone photovoltaic system, journal of Physical Science, vol.18, pp.15 35,

7 [8] B. Ekici, A least squares support vector machine model for prediction of the next day solar insolation for effective use of PV systems, Measurement, vol.50, pp , [9] J. Zeng, and W. Qiao, Short-term solar power prediction using a support vector machine, Renewable Energy, vol.52, pp , [10] M. Benghanem, A. Mellit, Radial Basis Function Network-based prediction of global solar radiation data: Application for sizing of a stand-alone photovoltaic system at Al-Madinah, Saudi Arabia, Energy, vol.35, pp , [11] Support Vector Machines Toolbox, [12] J. Suykens, and A. Vandewalle, J. Least squares support vector machine classifiers, Neural Processing Letter, vol.9, pp ,

Application of Artificial Neural Networks to Predict Daily Solar Radiation in Sokoto

Application of Artificial Neural Networks to Predict Daily Solar Radiation in Sokoto Research Article International Journal of Current Engineering and Technology ISSN 2277-4106 2013 INPRESSCO. All Rights Reserved. Available at http://inpressco.com/category/ijcet Application of Artificial

More information

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks

Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks Int. J. of Thermal & Environmental Engineering Volume 14, No. 2 (2017) 103-108 Prediction of Hourly Solar Radiation in Amman-Jordan by Using Artificial Neural Networks M. A. Hamdan a*, E. Abdelhafez b

More information

Journal of Applied Research and Technology 14 (2016)

Journal of Applied Research and Technology 14 (2016) Available online at www.sciencedirect.com Journal of Applied Research and Technology Journal of Applied Research and Technology 14 (2016) 206 214 Original www.jart.ccadet.unam.mx Prediction of solar radiation

More information

Research Article Predicting Global Solar Radiation Using an Artificial Neural Network Single-Parameter Model

Research Article Predicting Global Solar Radiation Using an Artificial Neural Network Single-Parameter Model Artificial Neural Systems Volume 2011, Article ID 751908, 7 pages doi:10.1155/2011/751908 Research Article Predicting Global Solar Radiation Using an Artificial Neural Network Single-Parameter Model Karoro

More information

Solar radiation in Onitsha: A correlation with average temperature

Solar radiation in Onitsha: A correlation with average temperature Scholarly Journals of Biotechnology Vol. 1(5), pp. 101-107, December 2012 Available online at http:// www.scholarly-journals.com/sjb ISSN 2315-6171 2012 Scholarly-Journals Full Length Research Paper Solar

More information

A study of determining a model for prediction of solar radiation

A study of determining a model for prediction of solar radiation A study of determining a model for prediction of solar radiation Osman KARA, Bülent Yaniktepe, Coşkun Ozalp Osmaniye Korkut Ata University, Energy Systems Engineering Department, Osmaniye, Turkey Contents

More information

Radial basis function neural networks model to estimate global solar radiation in semi-arid area

Radial basis function neural networks model to estimate global solar radiation in semi-arid area Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 27, July-December 2015 p. 177-184 Radial basis function neural networks model to estimate global solar radiation in semi-arid

More information

Application of Fully Recurrent (FRNN) and Radial Basis Function (RBFNN) Neural Networks for Simulating Solar Radiation

Application of Fully Recurrent (FRNN) and Radial Basis Function (RBFNN) Neural Networks for Simulating Solar Radiation Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 3 () January 04: 3-39 04 Academy for Environment and Life Sciences, India Online ISSN 77-808 Journal s URL:http://www.bepls.com

More information

Estimation of Solar Radiation at Ibadan, Nigeria

Estimation of Solar Radiation at Ibadan, Nigeria Journal of Emerging Trends in Engineering and Applied Sciences (JETEAS) 2 (4): 701-705 Scholarlink Research Institute Journals, 2011 (ISSN: 2141-7016) jeteas.scholarlinkresearch.org Journal of Emerging

More information

An Empirical Method for Estimating Global Solar Radiation over Egypt S. A. Khalil, A. M. Fathy

An Empirical Method for Estimating Global Solar Radiation over Egypt S. A. Khalil, A. M. Fathy An Empirical Method for Estimating Global Solar Radiation over Egypt S. A. Khalil, A. M. Fathy Global solar radiation has been estimated on the basis of measurements of sunshine duration for different

More information

A comparative study of ANN and angstrom Prescott model in the context of solar radiation analysis

A comparative study of ANN and angstrom Prescott model in the context of solar radiation analysis A comparative study of ANN and angstrom Prescott model in the context of solar radiation analysis JUHI JOSHI 1, VINIT KUMAR 2 1 M.Tech, SGVU, Jaipur, India 2 Assistant. Professor, SGVU, Jaipur, India ABSTRACT

More information

Evaluation of monthly total global and diffuse solar radiation in Ibi, Taraba state, Nigeria

Evaluation of monthly total global and diffuse solar radiation in Ibi, Taraba state, Nigeria Available online at wwwpelagiaresearchlibrarycom Advances in Applied Science Research, 214, 5(2):144-148 ISSN: 976-861 CODEN (USA): AASRFC Evaluation of monthly total global and diffuse solar radiation

More information

Study on Impact of Solar Photovoltaic Generation by Atmospheric Variables

Study on Impact of Solar Photovoltaic Generation by Atmospheric Variables Installed capacity in MW K. Sreedhara Babu et al., International Journal of Research in Engineering, IT and Social Sciences, Study on Impact of Solar Photovoltaic Generation by Atmospheric Variables K.

More information

Performance Assessment of Hargreaves Model in Estimating Global Solar Radiation in Sokoto, Nigeria

Performance Assessment of Hargreaves Model in Estimating Global Solar Radiation in Sokoto, Nigeria International Journal of Advances in Scientific Research and Engineering (ijasre) E-ISSN : 2454-8006 DOI: http://dx.doi.org/10.7324/ijasre.2017.32542 Vol.3 (11) December-2017 Performance Assessment of

More information

Prediction of Global Horizontal Radiation in Vellore using Clearness Index Model

Prediction of Global Horizontal Radiation in Vellore using Clearness Index Model Prediction of Global Horizontal Radiation in Vellore using Clearness Index Model Rajneesh Kashyap #1, Ananya Ravi #2, Rohan Bajaj #3 # Energy and Environment Division, School of Civil and Chemical Engineering

More information

Estimation of Pan Evaporation Using Artificial Neural Networks A Case Study

Estimation of Pan Evaporation Using Artificial Neural Networks A Case Study International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 6 Number 9 (2017) pp. 3052-3065 Journal homepage: http://www.ijcmas.com Case Study https://doi.org/10.20546/ijcmas.2017.609.376

More information

Feature Selection Optimization Solar Insolation Prediction Using Artificial Neural Network: Perspective Bangladesh

Feature Selection Optimization Solar Insolation Prediction Using Artificial Neural Network: Perspective Bangladesh American Journal of Engineering Research (AJER) 2016 American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-5, Issue-8, pp-261-265 www.ajer.org Research Paper Open

More information

A Support Vector Regression Model for Forecasting Rainfall

A Support Vector Regression Model for Forecasting Rainfall A Support Vector Regression for Forecasting Nasimul Hasan 1, Nayan Chandra Nath 1, Risul Islam Rasel 2 Department of Computer Science and Engineering, International Islamic University Chittagong, Bangladesh

More information

Modeling Of Global Solar Radiation By Using Ambient Air Temperature At Coastal Cities In India

Modeling Of Global Solar Radiation By Using Ambient Air Temperature At Coastal Cities In India International Journal of Applied Engineering Research ISSN 0973-4562 Volume 10, Number 7 (2015) pp. 16843-16852 Research India Publications http://www.ripublication.com Modeling Of Global Solar Radiation

More information

Support Vector Regression (SVR) Descriptions of SVR in this discussion follow that in Refs. (2, 6, 7, 8, 9). The literature

Support Vector Regression (SVR) Descriptions of SVR in this discussion follow that in Refs. (2, 6, 7, 8, 9). The literature Support Vector Regression (SVR) Descriptions of SVR in this discussion follow that in Refs. (2, 6, 7, 8, 9). The literature suggests the design variables should be normalized to a range of [-1,1] or [0,1].

More information

Temporal global solar radiation forecasting using artificial neural network in Tunisian climate

Temporal global solar radiation forecasting using artificial neural network in Tunisian climate Temporal global solar radiation forecasting using artificial neural network in Tunisian climate M. LOGHMARI Ismail #1, M.Youssef TIMOUMI *2 # Mechanical engineering laboratory, National Engineering School

More information

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM)

Prediction of Monthly Rainfall of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Vol- Issue-3 25 Prediction of ly of Nainital Region using Artificial Neural Network (ANN) and Support Vector Machine (SVM) Deepa Bisht*, Mahesh C Joshi*, Ashish Mehta** *Department of Mathematics **Department

More information

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria

Short Term Solar Radiation Forecast from Meteorological Data using Artificial Neural Network for Yola, Nigeria American Journal of Engineering Research (AJER) 017 American Journal of Engineering Research (AJER) eiss: 300847 piss : 300936 Volume6, Issue8, pp8389 www.ajer.org Research Paper Open Access Short Term

More information

Citation for the original published paper (version of record):

Citation for the original published paper (version of record): http://www.diva-portal.org This is the published version of a paper published in Energy Procedia. Citation for the original published paper (version of record): Ulfat, I., Javed, F., Abbasi, F A., Kanwal,

More information

Prediction of Global Solar Radiation Using Artificial Neural Network

Prediction of Global Solar Radiation Using Artificial Neural Network Prediction of Global Solar Radiation Using Artificial Neural Network Rashmi Jain 1 Bhawana Goel 2 Assistant professor, Dept. of Electrical Engg., YMCA University of Science and Technology, Faridabad, India

More information

A Recommendation for Tropical Daily Rainfall Prediction Based on Meteorological Data Series in Indonesia

A Recommendation for Tropical Daily Rainfall Prediction Based on Meteorological Data Series in Indonesia A Recommendation for Tropical Daily Rainfall Prediction Based on Meteorological Data Series in Indonesia Indrabayu and D.A. Suriamiharja 2 Informatics Department-Hasanuddin University, Makassar, Indonesia

More information

AVAILABILITY OF DIRECT SOLAR RADIATION IN UGANDA

AVAILABILITY OF DIRECT SOLAR RADIATION IN UGANDA AVAILABILITY OF DIRECT SOLAR RADIATION IN UGANDA D. Okello, J. Mubiru and E.J.K.Banda Department of Physics, Makerere University, P.O Box 7062, Kampala, Uganda. Email, dokello@physics.mak.ac.ug, jmubiru@physics.mak.ac.ug,

More information

SolarisNet: A Deep Regression Network for Solar Radiation Prediction

SolarisNet: A Deep Regression Network for Solar Radiation Prediction SolarisNet: A Deep Regression Network for Solar Radiation Prediction Subhadip Dey*, WB, India sdey23@iitkgp.ac.in Sawon Pratiher*, WB, India sawon1234@gmail.com Saon Banerjee Bidhan Chandra Krishi Viswavidyalaya

More information

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL

COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL COMPARISON OF CLEAR-SKY MODELS FOR EVALUATING SOLAR FORECASTING SKILL Ricardo Marquez Mechanical Engineering and Applied Mechanics School of Engineering University of California Merced Carlos F. M. Coimbra

More information

PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS. Chenlin Wu Yuhan Lou

PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS. Chenlin Wu Yuhan Lou PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS Chenlin Wu Yuhan Lou Background Smart grid: increasing the contribution of renewable in grid energy Solar generation: intermittent and nondispatchable

More information

CHAPTER 2 REVIEW OF LITERATURE

CHAPTER 2 REVIEW OF LITERATURE CHAPTER 2 REVIEW OF LITERATURE 2.1 HISTORICAL BACKGROUND OF WEATHER FORECASTING The livelihood of over 60 per cent of the world's population depends upon the monsoons, of which the Asian summer monsoon

More information

Prediction of Global Solar Radiation in UAE

Prediction of Global Solar Radiation in UAE Prediction of Global Solar Radiation in UAE Using Artificial Neural Networks Ali H. Assi Department of Electrical and Electronic Engineering Lebanese International University Beirut, Lebanon ali.assi@liu.edu.lb

More information

On a Probability Distribution Convolution Approach to Clear-Sky Index and a Generalized Ångström Equation

On a Probability Distribution Convolution Approach to Clear-Sky Index and a Generalized Ångström Equation On a Probability Distribution Convolution Approach to Clear-Sky Index and a Generalized Ångström Equation Joakim Munkhammar a, Joakim Widén b a (Corresponding author) Built Environment Energy Systems Group,

More information

Solar radiation analysis and regression coefficients for the Vhembe Region, Limpopo Province, South Africa

Solar radiation analysis and regression coefficients for the Vhembe Region, Limpopo Province, South Africa Solar radiation analysis and regression coefficients for the Vhembe Region, Limpopo Province, South Africa Sophie T Mulaudzi Department of Physics, University of Venda Vaithianathaswami Sankaran Department

More information

Direct Normal Radiation from Global Radiation for Indian Stations

Direct Normal Radiation from Global Radiation for Indian Stations RESEARCH ARTICLE OPEN ACCESS Direct Normal Radiation from Global Radiation for Indian Stations Jaideep Rohilla 1, Amit Kumar 2, Amit Tiwari 3 1(Department of Mechanical Engineering, Somany Institute of

More information

Reading, UK 1 2 Abstract

Reading, UK 1 2 Abstract , pp.45-54 http://dx.doi.org/10.14257/ijseia.2013.7.5.05 A Case Study on the Application of Computational Intelligence to Identifying Relationships between Land use Characteristics and Damages caused by

More information

Solar Irradiance Prediction using Neural Model

Solar Irradiance Prediction using Neural Model Volume-8, Issue-3, June 2018 International Journal of Engineering and Management Research Page Number: 241-245 DOI: doi.org/10.31033/ijemr.8.3.32 Solar Irradiance Prediction using Neural Model Raj Kumar

More information

ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS 1. INTRODUCTION

ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS 1. INTRODUCTION Mathematical and Computational Applications, Vol. 11, No. 3, pp. 215-224, 2006. Association for Scientific Research ESTIMATION OF HOURLY MEAN AMBIENT TEMPERATURES WITH ARTIFICIAL NEURAL NETWORKS Ömer Altan

More information

Estimation of Monthly Average Daily Solar Radiation from Meteorological Parameters: Sunshine Hours and Measured Temperature in Tepi, Ethiopia

Estimation of Monthly Average Daily Solar Radiation from Meteorological Parameters: Sunshine Hours and Measured Temperature in Tepi, Ethiopia International Journal of Energy and Environmental Science 2018; 3(1) 19-26 http//www.sciencepublishinggroup.com/j/ijees doi 10.11648/j.ijees.20180301.12 Estimation of Monthly Average Daily Solar Radiation

More information

Hourly solar radiation estimation from limited meteorological data to complete missing solar radiation data

Hourly solar radiation estimation from limited meteorological data to complete missing solar radiation data 211 International Conference on Environment Science and Engineering IPCBEE vol.8 (211) (211) IACSIT Press, Singapore Hourly solar radiation estimation from limited meteorological data to complete missing

More information

Estimation of solar radiation at Uturu, Nigeria

Estimation of solar radiation at Uturu, Nigeria International Journal of Physical Sciences Vol. 3 (5), pp. 126-130, May, 2008 Available online at http://www.academicjournals.org/ijps ISSN 1992 1950 2008 Academic Journals Full Length Research Paper Estimation

More information

EE-588 ADVANCED TOPICS IN NEURAL NETWORK

EE-588 ADVANCED TOPICS IN NEURAL NETWORK CUKUROVA UNIVERSITY DEPARTMENT OF ELECTRICAL&ELECTRONICS ENGINEERING EE-588 ADVANCED TOPICS IN NEURAL NETWORK THE PROJECT PROPOSAL AN APPLICATION OF NEURAL NETWORKS FOR WEATHER TEMPERATURE FORECASTING

More information

ESTIMATION OF TOTAL SOLAR RADIATION FHOM LATITUDE AND SUNSHINE DURATION

ESTIMATION OF TOTAL SOLAR RADIATION FHOM LATITUDE AND SUNSHINE DURATION Annals of Arid Zone 29(2) : 73-80, 1990 ESTMATON OF TOTAL SOLAR RADATON FHOM LATTUDE AND SUNSHNE DURATON K.K. GOPNATHAN Department of Physics, National University of Lesotho Roma, Lcsotho, Southcrn Africa

More information

OBSERVATION MODELING FOR CONTINUOUS PREDICTING GLOBAL AND DIFFUSE SOLAR RADIATION ON HORIZONTAL SURFACE

OBSERVATION MODELING FOR CONTINUOUS PREDICTING GLOBAL AND DIFFUSE SOLAR RADIATION ON HORIZONTAL SURFACE American Journal of Environmental Science 9 (3): 201-209, 2013 ISSN: 1553-345X 2013 Science Publication doi:10.3844/ajessp.2013.201.209 Published Online 9 (3) 2013 (http://www.thescipub.com/ajes.toc) OBSERVATION

More information

Chapter-1 Introduction

Chapter-1 Introduction Modeling of rainfall variability and drought assessment in Sabarmati basin, Gujarat, India Chapter-1 Introduction 1.1 General Many researchers had studied variability of rainfall at spatial as well as

More information

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO)

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) Mohamed Ahmed Mohandes Shafique Rehman King Fahd University of Petroleum & Minerals Saeed Badran Electrical Engineering

More information

MOST INFLUENTIAL VARIABLES FOR SOLAR RADIATION FORECASTING USING ARTIFICIAL NEURAL NETWORKS. Bader M. Alluhaidah

MOST INFLUENTIAL VARIABLES FOR SOLAR RADIATION FORECASTING USING ARTIFICIAL NEURAL NETWORKS. Bader M. Alluhaidah MOST INFLUENTIAL VARIABLES FOR SOLAR RADIATION FORECASTING USING ARTIFICIAL NEURAL NETWORKS by Bader M. Alluhaidah Submitted in partial fulfilment of the requirements for the degree of Master of Applied

More information

Direct and diffuse solar radiation components estimation based on RBF model: Case study

Direct and diffuse solar radiation components estimation based on RBF model: Case study Leonardo Electronic Journal of Practices and Technologies ISSN 1583-1078 Issue 31 July-December 2017 p. 93-110 Engineering, Environment Direct and diffuse solar radiation components estimation based on

More information

TRENDS OF THE GLOBAL SOLAR RADIATION AND AIR TEMPERATURE IN CLUJ-NAPOCA, ROMANIA ( )

TRENDS OF THE GLOBAL SOLAR RADIATION AND AIR TEMPERATURE IN CLUJ-NAPOCA, ROMANIA ( ) ATMOSPHERE and EARTH PHYSICS TRENDS OF THE GLOBAL SOLAR RADIATION AND AIR TEMPERATURE IN CLUJ-NAPOCA, ROMANIA (194 200) S.V. TAHÂŞ*, D. RISTOIU, C. COSMA Babeş-Bolyai University, Faculty of Environmental

More information

World Journal of Engineering Research and Technology WJERT

World Journal of Engineering Research and Technology WJERT wjert, 2018, Vol. 4, Issue 4, 20-31. Original Article ISSN 2454-695X Omotayo et al. WJERT www.wjert.org SJIF Impact Factor: 5.218 DEVELOPMENT OF A NEW SUNSHINE-BASED GLOBAL SOLAR RADIATION ESTIMATION MODEL

More information

Prediction of Solar Energy Based on Intelligent ANN Modeling

Prediction of Solar Energy Based on Intelligent ANN Modeling Prediction of Solar Energy Based on Intelligent A Modeling. Kumar*, S. P. Sharma**, U. K. Sinha***, Y. ayak**** *Department of Electrical Engineering, Research Scholar, IT Jamshedpur, Jharkhand-831014

More information

Estimation of clearness index from different meteorological

Estimation of clearness index from different meteorological IOS Journal of Applied Physics (IOS-JAP) e-issn: 2278-4861. Volume 5, Issue 4 (Nov. - Dec. 2013), PP 08-16 Estimation of clearness index from different meteorological parameters in IAQ Dr. Waleed I. AL-ijabo,

More information

ANALYSIS OF RATIO OF GLOBAL TO EXTRA-TERRESTRIAL RADIATION (CLEARNESS INDEX) AT SOME TROPICAL LOCATIONS IN INDIA

ANALYSIS OF RATIO OF GLOBAL TO EXTRA-TERRESTRIAL RADIATION (CLEARNESS INDEX) AT SOME TROPICAL LOCATIONS IN INDIA THERMAL SCIENCE: Year 7, Vol., No. 3, pp. 379-387 379 ANALYSIS OF RATIO OF GLOBAL TO EXTRA-TERRESTRIAL RADIATION (CLEARNESS INDEX) AT SOME TROPICAL LOCATIONS IN INDIA by Shanmugham RAVICHANDRAN a* and

More information

Sunshine duration climate maps of Belgium and Luxembourg based on Meteosat and in-situ observations

Sunshine duration climate maps of Belgium and Luxembourg based on Meteosat and in-situ observations Open Sciences doi:1.5194/asr-1-15-213 Author(s) 213. CC Attribution 3. License. Advances in Science & Research Open Access Proceedings Drinking Water Engineering and Science Sunshine duration climate maps

More information

The document was not produced by the CAISO and therefore does not necessarily reflect its views or opinion.

The document was not produced by the CAISO and therefore does not necessarily reflect its views or opinion. Version No. 1.0 Version Date 2/25/2008 Externally-authored document cover sheet Effective Date: 4/03/2008 The purpose of this cover sheet is to provide attribution and background information for documents

More information

An Spatial Analysis of Insolation in Iran: Applying the Interpolation Methods

An Spatial Analysis of Insolation in Iran: Applying the Interpolation Methods International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article An Spatial

More information

Average Monthly Solar Radiations At Various Places Of North East India

Average Monthly Solar Radiations At Various Places Of North East India Average Monthly Solar Radiations At Various Places Of North East India Monmoyuri Baruah Assistant Professor,Department of Physics, Assam Don Bosco University, Assam, India Lavita Sarma Assistant Professor,Department

More information

Global solar radiation characteristics at Dumdum (West Bengal)

Global solar radiation characteristics at Dumdum (West Bengal) Indian Journal of Radio & Space Physics Vol 45, December 2016, pp 148-153 Global solar radiation characteristics at Dumdum (West Bengal) Sukumar Roy a *, Snigdha Pal a & Nabajit Chakravarty b a Regional

More information

Correlation Between Sunshine Hours and Global Solar Radiation in Warri, Nigeria.

Correlation Between Sunshine Hours and Global Solar Radiation in Warri, Nigeria. Correlation Between Sunshine Hours and Global Solar Radiation in Warri, Nigeria. C. Augustine * and M.N. Nnabuchi Department of Industrial Physics, Ebonyi State University, Abakaliki, Nigeria. * E-mail:

More information

OPTIMISING THE TEMPORAL AVERAGING PERIOD OF POINT SURFACE SOLAR RESOURCE MEASUREMENTS FOR CORRELATION WITH AREAL SATELLITE ESTIMATES

OPTIMISING THE TEMPORAL AVERAGING PERIOD OF POINT SURFACE SOLAR RESOURCE MEASUREMENTS FOR CORRELATION WITH AREAL SATELLITE ESTIMATES OPTIMISING THE TEMPORAL AVERAGING PERIOD OF POINT SURFACE SOLAR RESOURCE MEASUREMENTS FOR CORRELATION WITH AREAL SATELLITE ESTIMATES Ian Grant Anja Schubert Australian Bureau of Meteorology GPO Box 1289

More information

Solar Resource Mapping in South Africa

Solar Resource Mapping in South Africa Solar Resource Mapping in South Africa Tom Fluri Stellenbosch, 27 March 2009 Outline The Sun and Solar Radiation Datasets for various technologies Tools for Solar Resource Mapping Maps for South Africa

More information

Solar Radiation in Port Harcourt: Correlation with Sunshine Duration.

Solar Radiation in Port Harcourt: Correlation with Sunshine Duration. Solar Radiation in Port Harcourt: Correlation with Sunshine Duration. A. Chukwuemeka, M.Sc. * and M.N. Nnabuchi, Ph.D. Department of Industrial Physics, Ebonyi State University, Abakaliki, Nigeria. E-mail:

More information

Three Structures of a Multilayer Artificial Neural Network for Predicting the Solar Radiation of Baghdad City- Iraq

Three Structures of a Multilayer Artificial Neural Network for Predicting the Solar Radiation of Baghdad City- Iraq Three Structures of a Multilayer Artificial Neural Network for Predicting the Solar Radiation of Baghdad City- Iraq a,* Abdulrahman Th. Mohammad, b khalil I. Mahmood, c Dawood S. Mahjoob a,b,c Baqubah

More information

COMPARISON OF MEASURED AND ESTIMATED SOLAR RADIATION DATA: A CASE STUDY FOR ISTANBUL

COMPARISON OF MEASURED AND ESTIMATED SOLAR RADIATION DATA: A CASE STUDY FOR ISTANBUL COMPARISON OF MEASURED AND ESTIMATED SOLAR RADIATION DATA: A CASE STUDY FOR ISTANBUL Şaban Pusat 1, Erdal Bağcı 2 1 Yildiz Technical University, Mechanical Engineering Department, Istanbul 2 Uzman Enerji

More information

Estimation of Diffuse Solar Radiation for Yola, Adamawa State, North- Eastern, Nigeria

Estimation of Diffuse Solar Radiation for Yola, Adamawa State, North- Eastern, Nigeria International Research Journal of Engineering and Technology (IRJET) e-issn: - Volume: Issue: Nov- www.irjet.net p-issn: - Estimation of Diffuse Solar Radiation for Yola, Adamawa State, North- Eastern,

More information

Estimation of mean monthly global solar radiation for Warri- Nigeria (Using angstrom and MLP ANN model)

Estimation of mean monthly global solar radiation for Warri- Nigeria (Using angstrom and MLP ANN model) Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2012, 3 (1):12-18 ISSN: 0976-8610 CODEN (USA): AASRFC Estimation of mean monthly global solar for Warri- Nigeria

More information

Chapter 2 Available Solar Radiation

Chapter 2 Available Solar Radiation Chapter 2 Available Solar Radiation DEFINITIONS Figure shows the primary radiation fluxes on a surface at or near the ground that are important in connection with solar thermal processes. DEFINITIONS It

More information

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS

SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Int'l Conf. Artificial Intelligence ICAI'17 241 SOIL MOISTURE MODELING USING ARTIFICIAL NEURAL NETWORKS Dr. Jayachander R. Gangasani Instructor, Department of Computer Science, jay.gangasani@aamu.edu Dr.

More information

JJMIE Jordan Journal of Mechanical and Industrial Engineering

JJMIE Jordan Journal of Mechanical and Industrial Engineering JJMIE Jordan Journal of Mechanical and Industrial Engineering Volume 7, Number 1, December. 2013 ISSN 1995-6665 Pages 11-18 Hourly Solar Radiation Prediction Based on Nonlinear Autoregressive Exogenous

More information

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays Require accurate wind (and hence power) forecasts for 4, 24 and 48 hours in the future for trading purposes. Receive 4

More information

Empirical Models for the Correlation of Global Solar Radiation with Meteorological Data for Iseyin, Nigeria.

Empirical Models for the Correlation of Global Solar Radiation with Meteorological Data for Iseyin, Nigeria. Empirical Models for the Correlation of Global Solar Radiation with Meteorological Data for Iseyin, Nigeria. E.O. Falayi, Ph.D. 1, J.O. Adepitan, Ph.D. 2, and A.B. Rabiu, Ph.D. 3 1&2 Space Science Centre,

More information

Literature Review. Chapter Introduction

Literature Review. Chapter Introduction Chapter 2 Literature Review 2.1 Introduction Almost all the renewable energy sources originate entirely from the sun. The sun s rays that reach the outer atmosphere are subjected to absorption, scattering,

More information

Predicting Global Solar Radiation using Genetic Algorithm (GA)

Predicting Global Solar Radiation using Genetic Algorithm (GA) Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 2 (6) May 2013: 54-63 2013 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal s

More information

Deciding the Embedding Nonlinear Model Dimensions and Data Size prior to Daily Reference Evapotranspiration Modeling

Deciding the Embedding Nonlinear Model Dimensions and Data Size prior to Daily Reference Evapotranspiration Modeling Australian Journal of Basic and Applied Sciences, 4(11): 5668-5674, 2010 ISSN 1991-8178 Deciding the Embedding Nonlinear Model Dimensions and Data Size prior to Daily Reference Evapotranspiration Modeling

More information

Spatiotemporal Analysis of Solar Radiation for Sustainable Research in the Presence of Uncertain Measurements

Spatiotemporal Analysis of Solar Radiation for Sustainable Research in the Presence of Uncertain Measurements Spatiotemporal Analysis of Solar Radiation for Sustainable Research in the Presence of Uncertain Measurements Alexander Kolovos SAS Institute, Inc. alexander.kolovos@sas.com Abstract. The study of incoming

More information

Dependence of evaporation on meteorological variables at di erent time-scales and intercomparison of estimation methods

Dependence of evaporation on meteorological variables at di erent time-scales and intercomparison of estimation methods Hydrological Processes Hydrol. Process. 12, 429±442 (1998) Dependence of evaporation on meteorological variables at di erent time-scales and intercomparison of estimation methods C.-Y. Xu 1 and V.P. Singh

More information

Global Solar Radiation Prediction using Artificial Neural Network Models for New Zealand

Global Solar Radiation Prediction using Artificial Neural Network Models for New Zealand Global Solar Radiation Prediction using Artificial Neural Network Models for New Zealand Aziz Ahmad, Tim Anderson School of Engineering, Auckland University of Technology, Auckland,, New Zealand Abstract

More information

Recurrent Neural Network based Deep Learning for Solar Radiation Prediction

Recurrent Neural Network based Deep Learning for Solar Radiation Prediction Recurrent Neural Network based Deep Learning for Solar Radiation Prediction Fuxin Niu, Zheng O Neill Department of Mechanical Engineering, The University of Alabama, Tuscaloosa, USA Abstract In the past

More information

Temperature Prediction based on Artificial Neural Network and its Impact on Rice Production, Case Study: Bangladesh

Temperature Prediction based on Artificial Neural Network and its Impact on Rice Production, Case Study: Bangladesh erature Prediction based on Artificial Neural Network and its Impact on Rice Production, Case Study: Bangladesh Tushar Kanti Routh Lecturer, Department of Electronics & Telecommunication Engineering, South

More information

Bayesian Based Neural Network Model for Solar Photovoltaic Power Forecasting

Bayesian Based Neural Network Model for Solar Photovoltaic Power Forecasting Bayesian Based Neural Network Model for Solar Photovoltaic Power Forecasting Angelo Ciaramella 1, Antonino Staiano 1, Guido Cervone 2, and Stefano Alessandrini 3 1 Dept. of Science and Technology, University

More information

OPTIMIZATION OF GLOBAL SOLAR RADIATION OF TILT ANGLE FOR SOLAR PANELS, LOCATION: OUARGLA, ALGERIA

OPTIMIZATION OF GLOBAL SOLAR RADIATION OF TILT ANGLE FOR SOLAR PANELS, LOCATION: OUARGLA, ALGERIA OPTIMIZATION OF GLOBAL SOLAR RADIATION OF TILT ANGLE FOR SOLAR PANELS, LOCATION: OUARGLA, ALGERIA Mohamed Lakhdar LOUAZENE Dris KORICHI Department of Electrical Engineering, University of Ouargla, Algeria.

More information

Estimation of instant solar radiation by using of instant temperature

Estimation of instant solar radiation by using of instant temperature Acta Montanistica Slovaca Ročník 14 (29), číslo 1, 189-196 Estimation of instant solar radiation by using of instant temperature Usha Bajpai 1 and Kalpana Singh An attempt has been made to correlate the

More information

PROJECTING THE SOLAR RADIATION IN NASARAWA-NIGERIA USING REITVELD EQUATION

PROJECTING THE SOLAR RADIATION IN NASARAWA-NIGERIA USING REITVELD EQUATION PROJECTING THE SOLAR RADIATION IN NASARAWA-NIGERIA USING REITVELD EQUATION * Benedicta C. Njoku 1, Musibau A. Adesina 2, Eshipemi W. Lukman 3 and Bankole Omojola 4 1,2,3 Mechanical Engineering Department,

More information

Satellite-to-Irradiance Modeling A New Version of the SUNY Model

Satellite-to-Irradiance Modeling A New Version of the SUNY Model Satellite-to-Irradiance Modeling A New Version of the SUNY Model Richard Perez 1, James Schlemmer 1, Karl Hemker 1, Sergey Kivalov 1, Adam Kankiewicz 2 and Christian Gueymard 3 1 Atmospheric Sciences Research

More information

Estimation of Global Solar Radiation Using Sunshine and Temperature Based Models for Oko Town in Anambra State, Nigeria

Estimation of Global Solar Radiation Using Sunshine and Temperature Based Models for Oko Town in Anambra State, Nigeria American Journal of Renewable and Sustainable Energy Vol. 3, No. 2, 2017, pp. 8-14 http://www.aiscience.org/journal/ajrse ISSN: 2381-7437 (Print); ISSN: 2381-7445 (Online) Estimation of Global Solar Radiation

More information

Application of Text Mining for Faster Weather Forecasting

Application of Text Mining for Faster Weather Forecasting International Journal of Computer Engineering and Information Technology VOL. 8, NO. 11, November 2016, 213 219 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Application of Text Mining

More information

ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS

ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS ESTIMATION OF GLOBAL SOLAR RADIATION AT CALABAR USING TWO MODELS 1 Ibeh G. F, 1 Agbo G. A, 1 Ekpe J. E and 2 Isikwue B. C 1 Department of Industrial Physics, Ebonyi State University, Abakaliki, Ebonyi

More information

Estimation of Solar Radiation using Air Temperature and Geographical Coordinates over Nigeria.

Estimation of Solar Radiation using Air Temperature and Geographical Coordinates over Nigeria. Estimation of Solar Radiation using Air Temperature and Geographical Coordinates over Nigeria. Olusola Samuel Ojo * and Babatunde Adeyemi Department of Physics, PMB 704, Federal University of Technology,

More information

The Spatial Analysis of Insolation in Iran

The Spatial Analysis of Insolation in Iran The Spatial Analysis of Insolation in Iran M. Saligheh, F. Sasanpour, Z. Sonboli & M. Fatahi Department of Geography, Tehran Tarbiat Moallem University, Iran E-mail: salighe@hamoon.usb.ac.ir; far20_sasanpour@yahoo.com;

More information

Remote Sensing Applications for Drought Monitoring

Remote Sensing Applications for Drought Monitoring Remote Sensing Applications for Drought Monitoring Amir AghaKouchak Center for Hydrometeorology and Remote Sensing Department of Civil and Environmental Engineering University of California, Irvine Outline

More information

Solar Radiation Estimation from the Measurement of Sunshine Hours over Southern Coastal Region, Bangladesh

Solar Radiation Estimation from the Measurement of Sunshine Hours over Southern Coastal Region, Bangladesh International Journal of Sustainable and Green Energy 2015; 42): 47-53 Published online March 31, 2015 http://www.sciencepublishinggroup.com/j/ijsge) doi: 10.11648/j.ijrse.20150402.14 Solar Radiation Estimation

More information

Research Article Comparative Study of Ground Measured, Satellite-Derived, and Estimated Global Solar Radiation Data in Nigeria

Research Article Comparative Study of Ground Measured, Satellite-Derived, and Estimated Global Solar Radiation Data in Nigeria Solar Energy Volume 2016, Article ID 8197389, 7 pages http://dx.doi.org/10.1155/2016/8197389 Research Article Comparative Study of Ground Measured, Satellite-Derived, and Estimated Global Solar Radiation

More information

Estimation of Reference Evapotranspiration by Artificial Neural Network

Estimation of Reference Evapotranspiration by Artificial Neural Network Estimation of Reference Evapotranspiration by Artificial Neural Network A. D. Bhagat 1, P. G. Popale 2 PhD Scholar, Department of Irrigation and Drainage Engineering, Dr. ASCAE&T, Mahatma Phule Krishi

More information

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS

RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS CEST2011 Rhodes, Greece Ref no: XXX RAINFALL RUNOFF MODELING USING SUPPORT VECTOR REGRESSION AND ARTIFICIAL NEURAL NETWORKS D. BOTSIS1 1, P. LATINOPOULOS 2 and K. DIAMANTARAS 3 1&2 Department of Civil

More information

Empirical Models for the Correlation of Global Solar Radiation with Meteorological Data for Enugu, Nigeria.

Empirical Models for the Correlation of Global Solar Radiation with Meteorological Data for Enugu, Nigeria. Empirical Models for the orrelation of Global Solar Radiation with Meteorological Data for Enugu, Nigeria.. Augustine and M.N. Nnabuchi Department of Industrial Physics, Ebonyi State University, Abakaliki,

More information

A Novel Method for Predicting the Power Output of Distributed Renewable Energy Resources

A Novel Method for Predicting the Power Output of Distributed Renewable Energy Resources A Novel Method for Predicting the Power Output of Distributed Renewable Energy Resources Athanasios Aris Panagopoulos1 Supervisor: Georgios Chalkiadakis1 Technical University of Crete, Greece A thesis

More information

Machine Learning and Data Mining. Support Vector Machines. Kalev Kask

Machine Learning and Data Mining. Support Vector Machines. Kalev Kask Machine Learning and Data Mining Support Vector Machines Kalev Kask Linear classifiers Which decision boundary is better? Both have zero training error (perfect training accuracy) But, one of them seems

More information

A New Temperature-Based Model for Estimating Global Solar Radiation in Port-Harcourt, South-South Nigeria.

A New Temperature-Based Model for Estimating Global Solar Radiation in Port-Harcourt, South-South Nigeria. The International Journal Of Engineering And Science (IJES) Volume Issue 1 January - 15 Pages 3-73 ISSN (e): 319 113 ISSN (p): 319 15 A New Temperature-Based Model for Estimating Global Solar Radiation

More information

Empirical models for the correlation of clearness index with meteorological parameters in IRAQ

Empirical models for the correlation of clearness index with meteorological parameters in IRAQ IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V5 PP 12-18 www.iosrjen.org Empirical models for the correlation of clearness index with

More information

ESTIMATION OF GLOBAL SOLAR RADIATION FROM SAURAN STATIONS IN SOUTH AFRICA USING AIR TEMPERATURE BASED HARGREAVES-SAMANI & CLEMENCE MODELS

ESTIMATION OF GLOBAL SOLAR RADIATION FROM SAURAN STATIONS IN SOUTH AFRICA USING AIR TEMPERATURE BASED HARGREAVES-SAMANI & CLEMENCE MODELS ESTIMATION OF GLOBAL SOLAR RADIATION FROM SAURAN STATIONS IN SOUTH AFRICA USING AIR TEMPERATURE BASED HARGREAVES-SAMANI & CLEMENCE MODELS BY SHABANGU CHARLOTTE SUPERVISOR CO-SUPERVISOR :DR N.E. MALUTA

More information