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

Size: px
Start display at page:

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

Transcription

1 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 Since the people are moving toward the Green Energy and the solar energy is the most vernacular source of green energy.so it is necessary to have knowledge about solar radiation to install solar system at their location.the four cities Ahmadabad (lat 23.07, long 72.63), Bangalore (lat long 77.63), dehradoon (lat long 78.03) and Kolkata (lat long 88.45) are selected across the India to estimate the monthly average global solar radiation. The global solar radiation data were collected courtesy of NASA government site. The objective of this study is to estimate the monthly average global solar radiation using Angstrom Prescott model and to predict the solar radiation using ANN. Prediction is done by using artificial neural network fitting tool. In ANN model, four parameter namely sunshine hour, latitude, longitude and altitude were used to predict monthly average global solar radiation on a horizontal surface for the location. Perhaps in Angstrom Prescott model only sunshine duration were used estimate monthly average global solar radiation. Levenberg-Marquard algorithm was used for analysis. The results of ANN model and Angstrom Prescott model are compared on the basis of mean square error (MSE) and regression value ( R 2 ). The MSE and R2 values for Angstrom Prescott model are - Ahmadabad (0.4225,4.3965), Bangalore(0.0059,0.0149),Dehradun(0.1024,1.404) and Kolkata(0.0625,0.0498). and The MSE and R2 values for ANN model are- Ahmadabad(0.002,9),Bangalore(0.006,8),dehradun(0.01,0) and Kolkata(0.006,9). the comparison between ANN and Angstrom Prescott model have shown the vantage of the proposed ANN prediction model. KEYWORDS solar radiation, artificial neural network, multilayer Perceptron, Angstrom Prescott model, 1. INTRODUCTION The amount of solar radiation, received at the earth is capable to converting from the form of heat and light into thermal energy.which could be used in photovoltaic system solar thermal power to generate electricity.therefore it is must to have knowledge about solar radiation for the solar energy system. In practical studies it is logical to consider that the solar radiation is directly proportional to the sunshine duration. [1]. in places where no measured values are available, a common application has been to determine this parameter by appropriate correlations which are empirically established using the measured data. [2].Utilization of the two most usual renewable energy sources, wind and solar energy, is more challenging than formal energy sources. Neural network is used because of many of the artificial intelligence techniques have the potential for making better, quicker and more practical predictions than any of the traditional methods. In this study analysis is based on past history data is therefore likely to be better understood and appreciated by designers than other theoretical and empirical methods. Due to rapid increase of solar power generation, the predictions of incoming solar energy are gaining more importance. Solar radiation is an essential parameter in solar energy application due to generation from photovoltaic (PV) is directly related to this parameter. Generally, solar radiation varies nonlinearly because of atmospheric effects such as cloudy weather, rain, humidity etc. Hence estimation of solar radiation is an fetching issue in solar energy field. 1.1 Angstrom Prescott model Prescott modified angstrom model in 1940 and it is called Angstrom- Prescott model: Where H 0 is the monthly average daily extraterrestrial radiation. The ratio of solar radiation at the surface of the Earth (H) to extraterrestrial radiation (H 0), that is, H/H0, is called the Clearness Index. Values of the monthly average daily extraterrestrial radiation (H0) are calculated from the following 2 (2) Where Isc = solar constant with a value of 1367W/m 2, d = day of the year from January 1 to December 31 taking January 1st as 1, φ = latitude of the location, = declination angle, = sunset hour angle, and 3) Declination angle (δ) can be obtained by the equation given by Cooper in 1969 (4) Volume 2 Issue 3 March 2014 Page 1 (1)

2 The maximum possible sunshine duration N (hours) for a horizontal surface is given by a and b are the coefficient of angstrom Prescott model (5) Thus, coefficients of the Angstrom-Prescott model for India can be estimated using these coefficients even if only sunshine data is available. Where i is date of the month. 1.2 About Artificial Neural Network In multilayer feed forward neural network there is a layers input units, hidden units, and one output layer of units. A neural network without hidden units is called a Perceptron. In this study, the four cities are picked out across the India (east, west, north, and south) to estimate the monthly average global solar radiation. The four cities are Ahmadabad (lat 23.07, long 72.63), Bangalore (lat long 77.63), dehradoon (lat long 78.03) and Kolkata (lat long 88.45).The monthly average global solar radiation value on horizontal surface, H, were collected from NASA government website. The 4 parameters are altitude, longitude, altitude and sunshine duration. these parameter are divided into three sample : 8 are used for training, 2 are used for validation and 2 are used for testing.this process follow is followed by all the cities.in angstrom Prescott model, global solar radiation is calculate for each day of 12 month (January to December) for 4 cities. Then monthly average of estimated global solar radiation is calculated. Obtained solar radiation values from were converted from MJ/M 2 to Kwh/m 2 /day. Four neurons in the input layer corresponding with their input parameters and units are discussed below. 20 neuron are present in hidden layer and 1 neuron in output layer. 2. METHODOLOGY India lies in sunny belt between 6 N and 32 N latitudes, its geographical position favors the development and utilization of solar energy. [3] Define Input and output Split the data into training and testing data Design ANN structure Initial weight, bias and transfer function are selected Train the network with neural network fitting tool Get predicted values Evaluate the MSE and R 2 error Select the best output (least error) Figure 1: ANN process used in the study 2.1 Analyzing the data using NFTOOL Multilayer Perceptron neural network was used in this study, with four input Parameter latitude, longitude, altitude and sunshine duration. There is following procedure to develop artificial neural network model. Figure 2 MLP structure used in the study Volume 2 Issue 3 March 2014 Page 2

3 Step 1: Create excel files for input and target data Step 2: Convert this excel file into.csv format. Step 3: Open the input and target.csv file in MATLAB software by using following command; uiopen ( path\filename ) uiopen( D:\report on neural network\matlab\initial.csv ) uiopen( D:\report on neural network\matlab\target.csv ) Where initial and target are respectively input and target data file. Start Open input and target.csv file in matlab software Open neural network fitting tool (nftool) nftool design neural network Neural network train by using levenberg marquardt back propagation algorithm Calculate MSE and R 2 If MSE <= 0 and R 2 =1 ; Network is fit, Figure 3: flow chart for ANN Step 4: open neural network fitting tool (nftool) in MATLAB. It divides the data into 3 samples data: training, validation and testing. Step 5: now neural network is designed having 20 neuron in hidden layer. And select the weight connections, bias and transfer function. Basically t bias and weight connection select randomly. By default the activation function for hidden layer is tansig and for output layer is purelin. Step 6: levenberg marquardt back propagation (trainlm) algorithm was used to train the network. Step 7: calculate the Mean square error and regression values Step 8: train the network until target reaches its maximum value. Table 1 Summary of annual average of measured and calculated values of monthly global solar radiation by artificial neural network. cities 2 H m(kwh/m /day) 2 H c( Kwh/m /day) ERROR(%) Ahmadabad Bangalore Dehradun Kolkata Stop Volume 2 Issue 3 March 2014 Page 3

4 2.2 Estimation of monthly global solar radiation using Angstrom Prescott By using equation 1, monthly average global solar radiation (H) is calculated. Monthly average daily extraterrestrial radiation (H0) is calculated from the equation 2. These values are calculated for the period of There are following table which shows the Summary of monthly mean average of sunshine duration, extraterrestrial solar radiation, measured and calculated values measured and calculated clearness index and relative percentage error for each city. Table 2 Summary of annual average of sunshine hours, extraterrestrial solar radiation measured and calculated values, measured and calculated clearness indexes and relative percentage error 4. RESULT This tables show the values of two model, which are used in this study. ANN model results are more precise than Angstrom Prescott model. Table 3 Comparison between annual average monthly global solar radiation of Measured, Angstrom Prescott and ANN model model Measured (Kwh/m 2/day) ANN((Kwh/m 2/day) Angstrom Prescott (Kwh/m 2/day) Ahmadabad Bangalore Dehradun Kolkata The coefficient of determination or regression value (R2), root mean square error (RMSE) were influenced and compared. A new approach is projected for the prediction of the future observations of the monthly global solar radiation without applying other meteorological parameters. The MLP neural networks and the Angstrom Prescott model is then compared. The results of MSE and R 2 of Angstrom Prescott models are : Ahmadabad(0.4225,4.3965),Bangalore(0.0059,0.0149),dehradun(0.1024,1.404) and kolkata(0.0625,0.0498). and The MSE and R2 values for ANN model are Ahmadabad(0.002,9),Bangalore(0.006,8),dehradun(0.01,0) and Kolkata(0.006,9). Table 4 error analysis model angstrom Prescott ANN cities MSE R2 MSE R2 Ahmadabad Dehradun Kolkata Bangalore The results show that the MLP neural networks improve the accuracy of the prediction. The study depicts that selected ANN neural model has lower RMSE value than empirical model. And regression value is closer to 1 in ANN model, which show the good agreement. The sunshine duration and monthly average global solar radiation data for 12 month were used for training, testing and validation purpose. First, a multilayer Perceptron model was trained to predict the global solar radiation based on the monthly average sunshine duration, latitude, longitude and altitude. After several experiments it was found that a network with four inputs, 20 hidden neurons in one layer, and one output unit was sufficient for such an application. Regression plot show that target values are enough close to fit line Error Cities N H m H c H 0 H m/h 0 H C/H Ahmadabad Dehradun Kolkata Bangalore Volume 2 Issue 3 March 2014 Page 4

5 4 (a) Ahmadabad 4 (b) Bangalore 4(c) Dehradun 4 (d) Kolkata Figure 4 Best lines fit between actual and predicted solar radiation for different cities 5 (a) 5(b) 5(c) 5(d) Figure 5 Comparison graph between monthly average global solar radiation of Measured, Angstrom Prescott and ANN model 6(a) 6(b) Figure 6 Comparison of MSE and R 2 between Angstrom Prescott and ANN model result REFERENCES [1] R. C. Srivastava and Harsha Pandey, Estimating Angstrom-Prescott Coefficients for India and Developing a Correlation between Sunshine Hours and Global Solar Radiation for India, Hindawi Publishing Corporation ISRN Renewable Energy Volume 2013, Article ID , [2] A.M. Muzathik1, W.B.W. Nik1, M.Z. Ibrahim, K.B. Samo1, K. Sopian and M.A. Alghoul. DAILY GLOBAL SOLAR RADIATION ESTIMATE BASED ON SUNSHINE HOURS. International Journal of Mechanical and Materials Engineering (IJMME), Vol.6 (2011), No.1, Volume 2 Issue 3 March 2014 Page 5

6 [3] T. Krishnaiah, S. Srinivasa Rao, K. Madhumurth y, K.S. Reddy, Neural Network Approach for Modelling Global Solar Radiation, Journal of Applied Sciences Research, 3(10): , 2007 ] [4] Prediction of Global Solar Radiation in Abu Dhabi Ali Assi,Mohammed Jama, andmaitha Al-Shamisi, International Scholarly Research Network ISRN Renewable Energy, Volume 2012, Article ID , 10 pages doi: /2012/ [5] Notes on Multilayer, Feedforward Neural Networks CS494/594: Projects in Machine Learning Spring 2006 Prepared by: Lynne E. Parker [6] Using MATLAB to Develop Artificial Neural Network Models for Predicting Global Solar Radiation in Al Ain City UAE Maitha H. Al Shamisi, Ali H. Assi and Hassan A. N. Hejase United Arab Emirates University United Arab Emirates [7] T. V. Ramachandra, Solar energy potential assessment using GIS, Energy Education Science and Technology 2007 Volume (issue) 18(2): [8] Emmanuel A. Sarsah, Felix A. Uba Monthly-Specific Daily Global Solar Radiation Estimates Based On Sunshine Hours In Wa, Ghana, INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 2, ISSUE 8, AUGUST 2013, 2013 ISSN [9] Auburn University. Levenberg-Marquardt Training.[Online]. [10] Neural Network Toolbox for Use with MATLAB Howard Demuth Mark Beale, User s Guide. [11] Anuradha Chug¹ and Ankita Sawhney², The Comparative Study of Forecasting Analysis Based on Backpropogation (NFTOOL and NTSTOOL) and Adaptive nuero fuzzy interference system ANFIS Software Maintenance, International Journal of Advancements in Research & Technology, Volume 2, Issue 5, M ay [12] Biological Neurons and Neural Networks, Artificial Neurons.Neural Computation: Lecture 2 John A. Bullinaria, Volume 2 Issue 3 March 2014 Page 6

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 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

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

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

Prediction of monthly mean daily global solar radiation using Artificial Neural Network

Prediction of monthly mean daily global solar radiation using Artificial Neural Network Prediction of monthly mean daily global solar radiation using Artificial Neural Network V Sivamadhavi, and R Samuel Selvaraj Department of Physics, Bharathi Women s College, Chennai, Tamil Nadu, India.

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

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 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

Measurement of global solar radiation in Terengganu state, Malaysia

Measurement of global solar radiation in Terengganu state, Malaysia Environmental Science and Technology Conference (ESTEC29) Kuala Terengganu Malaysia, December 7-8, 29 Measurement of global solar radiation in Terengganu state, Malaysia A.M. Muzathik 1*, W.B. Wan Nik

More information

Modelling and Prediction of 150KW PV Array System in Northern India using Artificial Neural Network

Modelling and Prediction of 150KW PV Array System in Northern India using Artificial Neural Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 5 Issue 5 May 2016 PP.18-25 Modelling and Prediction of 150KW PV Array System in Northern

More information

ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE

ESTIMATION OF SOLAR RADIATION USING LEAST SQUARE SUPPORT VECTOR MACHINE 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

More information

Application of Artificial Neural Networks for Global Solar Radiation Forecasting With Temperature

Application of Artificial Neural Networks for Global Solar Radiation Forecasting With Temperature Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 20, 3 (1):130-134 ISSN: 0976-8610 CODEN (USA): AASRFC Application of Artificial Neural Networks for Global Solar

More information

Application of clear sky and neural network models for prediction of weekly solar radiation and sunshine hours

Application of clear sky and neural network models for prediction of weekly solar radiation and sunshine hours Bulletin of Environment, Pharmacology and Life Sciences Bull. Env. Pharmacol. Life Sci., Vol 3 [9] August 2014: 103-113 2014 Academy for Environment and Life Sciences, India Online ISSN 2277-1808 Journal

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

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

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

Using MATLAB to Develop Artificial Neural Network Models for Predicting Global Solar Radiation in Al Ain City UAE

Using MATLAB to Develop Artificial Neural Network Models for Predicting Global Solar Radiation in Al Ain City UAE Using MATLAB to Develop Artificial Neural Network Models for Predicting Global Solar Radiation in Al Ain City UAE Maitha H. Al Shamisi, Ali H. Assi and Hassan A. N. Hejase United Arab Emirates University

More information

Rainfall Prediction using Back-Propagation Feed Forward Network

Rainfall Prediction using Back-Propagation Feed Forward Network Rainfall Prediction using Back-Propagation Feed Forward Network Ankit Chaturvedi Department of CSE DITMR (Faridabad) MDU Rohtak (hry). ABSTRACT Back propagation is most widely used in neural network projects

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

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

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

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

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

Short-term wind forecasting using artificial neural networks (ANNs)

Short-term wind forecasting using artificial neural networks (ANNs) Energy and Sustainability II 197 Short-term wind forecasting using artificial neural networks (ANNs) M. G. De Giorgi, A. Ficarella & M. G. Russo Department of Engineering Innovation, Centro Ricerche Energia

More information

Thunderstorm Forecasting by using Artificial Neural Network

Thunderstorm Forecasting by using Artificial Neural Network Thunderstorm Forecasting by using Artificial Neural Network N.F Nik Ismail, D. Johari, A.F Ali, Faculty of Electrical Engineering Universiti Teknologi MARA 40450 Shah Alam Malaysia nikfasdi@yahoo.com.my

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

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

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 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

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

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

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

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

SOLAR INSOLATION FORECAST USING ARTIFICIAL NEURAL NETWORK FOR MALAYSIAN WEATHER

SOLAR INSOLATION FORECAST USING ARTIFICIAL NEURAL NETWORK FOR MALAYSIAN WEATHER 3"* International Conference on Engineering and ICT (ICE120 12) SOLAR INSOLATION FORECAST USING ARTIFICIAL NEURAL NETWORK FOR MALAYSIAN WEATHER H.G. CHUA''", B.C. KOK',~ and H.H. GOH~" Universiti Tun Hussein

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

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

Data and prognosis for renewable energy

Data and prognosis for renewable energy The Hong Kong Polytechnic University Department of Electrical Engineering Project code: FYP_27 Data and prognosis for renewable energy by Choi Man Hin 14072258D Final Report Bachelor of Engineering (Honours)

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

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

International Journal of Marine, Atmospheric & Earth Sciences, 2017, 5(1): 1-19 International Journal of Marine, Atmospheric & Earth Sciences

International Journal of Marine, Atmospheric & Earth Sciences, 2017, 5(1): 1-19 International Journal of Marine, Atmospheric & Earth Sciences Article International Journal of Marine, Atmospheric & Earth Sciences, 2017, 5(1): 1-19 International Journal of Marine, Atmospheric & Earth Sciences Journal homepage: www.modernscientificpress.com/journals/ijmaes.aspx

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 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

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

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

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 Comparative Study Review of Soft Computing Approach in Weather Forecasting

A Comparative Study Review of Soft Computing Approach in Weather Forecasting International Journal of Soft Computing and Engineering (IJSCE) A Comparative Study Review of Soft Computing Approach in Weather Forecasting Govind Kumar Rahul, Madhu Khurana Abstract-In a developing country,

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

Solar Radiation Studies for Dubai and Sharjah, UAE Muhammed A. Ahmed, and Sidra A. Shaikh

Solar Radiation Studies for Dubai and Sharjah, UAE Muhammed A. Ahmed, and Sidra A. Shaikh Vol:7, No:1, 213 Solar Radiation Studies for Dubai and Sharjah, UAE Muhammed A. Ahmed, and Sidra A. Shaikh International Science Index, Physical and Mathematical Sciences Vol:7, No:1, 213 waset.org/publication/4623

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

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

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

Research Article Weather Forecasting Using Sliding Window Algorithm

Research Article Weather Forecasting Using Sliding Window Algorithm ISRN Signal Processing Volume 23, Article ID 5654, 5 pages http://dx.doi.org/.55/23/5654 Research Article Weather Forecasting Using Sliding Window Algorithm Piyush Kapoor and Sarabjeet Singh Bedi 2 KvantumInc.,Gurgaon22,India

More information

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China

A Hybrid ARIMA and Neural Network Model to Forecast Particulate. Matter Concentration in Changsha, China A Hybrid ARIMA and Neural Network Model to Forecast Particulate Matter Concentration in Changsha, China Guangxing He 1, Qihong Deng 2* 1 School of Energy Science and Engineering, Central South University,

More information

Modeling Soil Temperature Using Artificial Neural Network

Modeling Soil Temperature Using Artificial Neural Network 2014 5th International Conference on Environmental Science and Technology IPCBEE vol.69 (2014) (2014) IACSIT Press, Singapore DOI: 10.7763/IPCBEE. 2014. V69. 3 Modeling Soil Temperature Using Artificial

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

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

Estimation of Seasonal and Annual Albedo of the Earth s Atmosphere over Kano, Nigeria

Estimation of Seasonal and Annual Albedo of the Earth s Atmosphere over Kano, Nigeria IOSR Journal of Applied Physics (IOSR-JAP) e-issn: 2278-4861.Volume 6, Issue 5 Ver. I (Sep.-Oct. 2014), PP 56-62 Estimation of Seasonal and Annual Albedo of the Earth s Atmosphere over Kano, Nigeria Audu,

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

Correlation for estimation of hourly solar radiation

Correlation for estimation of hourly solar radiation INTERNATIONAL JOURNAL OF ENERGY AND ENVIRONMENT Volume 2, Issue 1, 211 pp.191-198 Journal homepage: www.ijee.ieefoundation.org Correlation for estimation of hourly solar radiation A. K. Katiyar, C. K.

More information

The Correlation Functions and Estimation of Global Solar Radiation Studies Using Sunshine Based Model for Kano, Nigeria

The Correlation Functions and Estimation of Global Solar Radiation Studies Using Sunshine Based Model for Kano, Nigeria The Correlation Functions and Estimation of Global Solar Radiation Studies Using Sunshine Based Model for Kano, Nigeria 1 Sani G. D/iya; East Coast Environmental Research Institute University Sultan Zainal

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

Artificial Neural Network Estimation of Global Solar Radiation Using Meteorological Parameters in Gusau, Nigeria

Artificial Neural Network Estimation of Global Solar Radiation Using Meteorological Parameters in Gusau, Nigeria Available online at www.scholarsresearchlibrary.com Scholars Research Library Archives of Applied Science Research, 011, 3 ():586-595 (http://scholarsresearchlibrary.com/archive.html) ISSN 0975-508X CODEN

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

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

Global Solar Radiation ISESCO JOURNAL of Science and Technology V o l u m e 9 - N u m b e r 1 6 - N o v e m b e r 2 0 1 3 ( 4 3-5 2 ) Abstract Global Solar Radiation (), extraterrestrial ( 0 ), diffuse ( d ) and beam radiation

More information

Prediction of Channel Diameter to Reduce Flow Mal Distribution in Radiators using ANN

Prediction of Channel Diameter to Reduce Flow Mal Distribution in Radiators using ANN Indian Journal of Science and Technology, Vol 8(S9), 341-346, May 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI: 10.17485/ijst/2015/v8iS9/65585 Prediction of Channel Diameter to Reduce Flow

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

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

Real Time wave forecasting using artificial neural network with varying input parameter

Real Time wave forecasting using artificial neural network with varying input parameter 82 Indian Journal of Geo-Marine SciencesINDIAN J MAR SCI VOL. 43(1), JANUARY 2014 Vol. 43(1), January 2014, pp. 82-87 Real Time wave forecasting using artificial neural network with varying input parameter

More information

Experimental and Theoretical Study on the Optimal Tilt Angle of Photovoltaic Panels

Experimental and Theoretical Study on the Optimal Tilt Angle of Photovoltaic Panels Experimental and Theoretical Study on the Optimal Tilt Angle of Photovoltaic Panels Naihong Shu* 1, Nobuhiro Kameda 2, Yasumitsu Kishida 2 and Hirotora Sonoda 3 1 Graduate School, Kyushu Kyoritsu University,

More information

Temperature-Based Feed-Forward Backpropagation Artificial Neural Network For Estimating Reference Crop Evapotranspiration In The Upper West Region

Temperature-Based Feed-Forward Backpropagation Artificial Neural Network For Estimating Reference Crop Evapotranspiration In The Upper West Region Temperature-Based Feed-Forward Backpropagation Artificial Neural Network For Estimating Reference Crop Evapotranspiration In The Upper West Region Ibrahim Denka Kariyama Abstract The potential of modeling

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

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

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

Short-Term Power Production Forecasting in Smart Grid Based on Solar Power Plants

Short-Term Power Production Forecasting in Smart Grid Based on Solar Power Plants International Journal of Engineering and Applied Sciences (IJEAS) Short-Term Power Production Forecasting in Smart Grid Based on Solar Power Plants Qudsia Memon, Nurettin Çetinkaya Abstract Since the world

More information

Application of Artificial Neural Network for Short Term Load Forecasting

Application of Artificial Neural Network for Short Term Load Forecasting aerd Scientific Journal of Impact Factor(SJIF): 3.134 e-issn(o): 2348-4470 p-issn(p): 2348-6406 International Journal of Advance Engineering and Research Development Volume 2,Issue 4, April -2015 Application

More information

Short Term Load Forecasting Using Multi Layer Perceptron

Short Term Load Forecasting Using Multi Layer Perceptron International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Short Term Load Forecasting Using Multi Layer Perceptron S.Hema Chandra 1, B.Tejaswini 2, B.suneetha 3, N.chandi Priya 4, P.Prathima

More information

Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh, India Using Feed-Forward Artificial Neural Network

Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh, India Using Feed-Forward Artificial Neural Network International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 8ǁ August. 2013 ǁ PP.87-93 Forecasting of Rain Fall in Mirzapur District, Uttar Pradesh,

More information

Implementation of Artificial Neural Network for Short Term Load Forecasting

Implementation of Artificial Neural Network for Short Term Load Forecasting Implementation of Artificial Neural Network for Short Term Load Forecasting Anju Bala * * Research Scholar, E.E. Department, D.C.R. University of Sci. & Technology, Murthal, anju8305@gmail.com N. K. Yadav

More information

Department of Electronic Engineering, University of Nigeria, Nsukka 234, Nigeria

Department of Electronic Engineering, University of Nigeria, Nsukka 234, Nigeria Control Science and Engineering Volume, Article ID, pages doi:.// Research Article Empirical Model for Estimating Global Solar Radiation on Horizontal Surfaces for Selected Cities in the Six Geopolitical

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

Page 1. Name:

Page 1. Name: Name: 1) What is the primary reason New York State is warmer in July than in February? A) The altitude of the noon Sun is greater in February. B) The insolation in New York is greater in July. C) The Earth

More information

Development of wind rose diagrams for Kadapa region of Rayalaseema

Development of wind rose diagrams for Kadapa region of Rayalaseema International Journal of ChemTech Research CODEN (USA): IJCRGG ISSN: 0974-4290 Vol.9, No.02 pp 60-64, 2016 Development of wind rose diagrams for Kadapa region of Rayalaseema Anil Kumar Reddy ChammiReddy

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

The Potential of Artificial Neural Network Technique in Daily and Monthly Ambient Air Temperature Prediction

The Potential of Artificial Neural Network Technique in Daily and Monthly Ambient Air Temperature Prediction The Potential of Artificial Neural Network Technique in Daily and Monthly Ambient Air Temperature Prediction Mahboubeh Afzali, Afsaneh Afzali, and Gholamreza Zahedi Abstract Ambient air temperature prediction

More information

Purdue University Meteorological Tool (PUMET)

Purdue University Meteorological Tool (PUMET) Purdue University Meteorological Tool (PUMET) Date: 10/25/2017 Purdue University Meteorological Tool (PUMET) allows users to download and visualize a variety of global meteorological databases, such as

More information

Research Article Time-Series Regression Model for Prediction of Mean Daily Global Solar Radiation in Al-Ain, UAE

Research Article Time-Series Regression Model for Prediction of Mean Daily Global Solar Radiation in Al-Ain, UAE International Scholarly Research Network ISRN Renewable Energy Volume 2012, Article ID 412471, 11 pages doi:10.5402/2012/412471 Research Article Time-Series Regression Model for Prediction of Mean Daily

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

Short Term Load Forecasting Based Artificial Neural Network

Short Term Load Forecasting Based Artificial Neural Network Short Term Load Forecasting Based Artificial Neural Network Dr. Adel M. Dakhil Department of Electrical Engineering Misan University Iraq- Misan Dr.adelmanaa@gmail.com Abstract Present study develops short

More information

Using artificial neural network for solar energy level predicting

Using artificial neural network for solar energy level predicting ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 13, No. 3, 2018, pp.163-167 Using artificial neural network for solar energy level predicting A.G. Mustafaev Dagestan state

More information

Wind Power Forecasting using Artificial Neural Networks

Wind Power Forecasting using Artificial Neural Networks Wind Power Forecasting using Artificial Neural Networks This paper aims at predicting the power output of wind turbines using artificial neural networks,two different algorithms and models were trained

More information

Solar photovoltaic energy production comparison of east, west, south-facing and tracked arrays

Solar photovoltaic energy production comparison of east, west, south-facing and tracked arrays The Canadian Society for Bioengineering The Canadian society for engineering in agricultural, food, environmental, and biological systems. La Société Canadienne de Génie Agroalimentaire et de Bioingénierie

More information

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3

Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr. Harit K. Raval 3 Investigations on Prediction of MRR and Surface Roughness on Electro Discharge Machine Using Regression Analysis and Artificial Neural Network Programming Mr. Harshit K. Dave 1, Dr. Keyur P. Desai 2, Dr.

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

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

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

Weather Forecasting using Soft Computing and Statistical Techniques

Weather Forecasting using Soft Computing and Statistical Techniques Weather Forecasting using Soft Computing and Statistical Techniques 1 Monika Sharma, 2 Lini Mathew, 3 S. Chatterji 1 Senior lecturer, Department of Electrical & Electronics Engineering, RKGIT, Ghaziabad,

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

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm

Keywords- Source coding, Huffman encoding, Artificial neural network, Multilayer perceptron, Backpropagation algorithm Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Huffman Encoding

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