CHAPTER 6 CONCLUSION AND FUTURE SCOPE

Size: px
Start display at page:

Download "CHAPTER 6 CONCLUSION AND FUTURE SCOPE"

Transcription

1 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 146 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 6.1 SUMMARY The first chapter of the thesis highlighted the need of accurate wind forecasting models in order to transform a wind farm into a wind power plant. A detailed review of the forecasting models developed till now for wind speed, power curve and wind power was presented in the second chapter. The challenges that are yet to be addressed in the area of wind power forecasting were identified and three major objectives for this research work were defined. Linear and non-linear models have been developed for forecasting of wind speed and power. For all the non-linear models developed in this research work, the performance of seven or eight data mining algorithms was tested for prediction. The best performing three and four algorithms have been considered for tabulation and comparison. In this research work, the best performing models or algorithms are ascertained based on the MAE and RMSE error metrics, when compared to the other models or algorithms chosen. Development of Wind Speed Forecasting Models The first objective of the research work was to develop accurate multistep wind speed forecasting models, for different time horizons, incorporating the impacts of meteorological variables and annual trends. This has been carried out and the methodology and results are presented in Chapter 3. Two different models

2 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 147 were developed for wind speed forecasting: Models for hourly forecasting and 10-min ahead forecasting. Performance of Hourly Forecasting Wind Speed Models The hourly forecasting model is realized using meteorological data and time-series data. The meteorological data included atmospheric parameters like wind direction, air temperature, relative humidity, solar radiation and atmospheric pressure. The model was developed on one year hourly data of Sulur region and tested for the next year s data. The time series wind speed data was used to develop NAR models with and without exogenous variables. Four different data mining algorithms were used to develop the meteorological model, namely Bagging, RBFNetwork, MLP and M5P. Among the models based on meteorological data, model developed using bagging algorithm performed the better in terms of MAE and RMSE (MAE = , RMSE=4.7165). Among the models developed using time-series data, NARX1 model solved by M5P algorithm registers the better performance (MAE = , RMSE=3.2207), which is followed by the NARX1 model solved by bagging algorithm (MAE = ; RMSE =3.2338). On comparison, it can be observed that the multivariate time-series model developed with temperature, wind direction and relative humidity as exogenous variables outperform all models. Bagging and M5P algorithm perform better when operating on large datasets. Panov and Dzeroski (2007) state that the greatest strength of Bagging algorithm is that it uses random subsamples of the training data and hence larger the dataset, better is the accuracy. The M5P algorithm uses a decision tree algorithm to build a tree and hence has the benefit of randomizing the algorithm for learning base-level classifiers. The M5P combines a conventional decision tree with linear

3 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 148 regression functions at the nodes. Hence M5P generates models that are compact and relatively comprehensible. Performance of 10-min Ahead Wind Speed Forecasting Models Wind speed forecasting models for 10-min ahead forecasting were developed using linear and nonlinear ARMAX models. The exogenous variables used include wind direction, wind speed at different heights, solar radiation, temperature and wind speed in the same place in the previous two years. The models have been developed on two different datasets. The non-linear models were developed based on three data mining algorithms SMOreg, bagging and M5R. The performance was determined based on multi-step prediction for the next six consecutive steps. For dataset 2, according to both MAE and RMSE measure, SMOreg algorithm based ARMAX1 (2,3,2) model performs better and is followed by SMOreg algorithm based ARMAX3 (5,1,1). The standard deviation values of the MAE and RMSE over the six consecutive time steps for the first model are and against and of the second model. ARMAX models based on wind direction as the only exogenous variable perform better than all the other ARMAX models. For dataset 3, according to MAE measure, M5R algorithm based ARMA2 (2,2) performs better followed by M5R algorithm based ARMAX4 (2,1,2). The standard deviation values of the MAE over the six consecutive time steps for the first model is against of the second model. According to the RMSE measure, SMOreg algorithm based ARMAX4 (2,1,2) performs better and is closely followed by M5R algorithm based ARMA2 (2,2). The standard deviation values of the RMSE over the six consecutive time steps for the first model is 0.61 against of the second model.

4 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 149 The SMOreg algorithm performed extremely well for 10-min Ahead forecasting. The SVM has been a useful tool for solving pattern recognition and regression problems. Smola and Scholkopf (1998) proposed SMO, an iterative algorithm for solving regression problem using SVM. Shevade et al (2000) pointed out an important source of inefficiency in SMO algorithm proposed by Smola and Scholkopf and suggested further improvements by using two threshold parameters. These modifications made SMOreg better and faster. Weka implements the modified algorithm and hence gives better results. SMOreg performs better especially when the number of input data is lesser and when the variation in the input parameters is less. Development of Wind Turbine Power Curve Models The second objective to develop a wind turbine power curve model with least error has been done in Chapter 4. The parametric and non-parametric models were identified and validated for five different datasets, one statistically generated and the remaining four real-time datasets. The parametric models were developed based on four and five parameter logistic expression whose parameters were solved using GA, EP, PSO and DE. A model based on the conventional linearized segmental model was also developed for comparison. The nonparametric models were developed using neural networks, fuzzy c-means clustering and data mining algorithms. The algorithms were ranked based on the error measures and the average rank for the five datasets was calculated. The five parameter logistic expression based wind turbine model developed using DE gave better results for both the error measures. When the RMSE measure alone was considered, NN was ranked 2, and the power curve model developed using five parameter logistic function with the parameters solved using PSO was ranked 3. If the MAE measure is considered, the linearized segmented model is ranked 2 and NN is ranked 3. When the statistically generated dataset was ignored, it was

5 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 150 observed that the parametric models totally outperformed all the non-parametric models. In general, when independent datasets are considered five parameter logistic function solved by PSO or DE can give comparable results. According to Kachitvichyanukul (2012), in DE, the mechanism to generate new solutions is based of floating point arithmetic, similar to PSO. Though the exploration ability of DE might be comparable to PSO, the diversification of DE is better because the best solution in the population does not exert any influence on other solutions in the population. Since the mutant vector is not from the original population, the crossover operation in DE is always between a solution from the population and a newly generated one. PSO and DE share the advantages of having a dense continuous search space and high ability to reach good solution without local search. The influence of population size on solution time is linear in both PSO and DE. PSO has the disadvantage of having a higher tendency for premature convergence and the possibility of average fitness getting worse. Both these possibilities are ruled out in DE. Development of Wind Power Forecasting Models The third objective to develop an accurate multi-step wind power forecasting model has been realized in Chapter 5. The performance of the combined model of wind power prediction is compared with the direct prediction model. Performance of Direct Models The Direct prediction model was developed using the time-series wind power data with and without exogenous variables. Two different non-linear AR direct prediction models were developed: NAR and NARX4. Four different

6 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 151 data mining algorithms were used namely SMOreg, MLP, Bagging and M5R. The models developed using SMOreg gave excellent results for one-step prediction for both the models (NAR MAE=8.043; RMSE= and NARX4 MAE = ; RMSE = ). According to MAE measure, the NARX model developed using wind speed as exogenous variable performed better than the NAR model and the RMSE value of NAR was better than NARX model. Performance of Combined Models The Combined Model was developed based on the wind speed prediction model and wind turbine power curve that have least error metrics. The wind speed prediction models were developed using time-series wind speed data with and without exogenous variables. The wind direction and the wind speeds in the previous two years were used as the exogenous variables. The performance of these models for multi-step prediction was also ascertained. The wind turbine power curve model was developed using four and five parametric logistic expression and the parameters solved using PSO and DE. Non-parametric models for wind turbine power curve were developed based on four different data mining algorithms namely MLP, bagging, M5R and M5P. The wind speed predicted by the prediction model with least error metrics was given as input to the wind turbine power curve model. The performance of the Direct and Combined models was tested for multistep prediction. Though the performance of the combined prediction model was not better than the direct model for one-step prediction, it outperformed the direct model in the multi-step prediction. The combination of non-linear autoregressive wind speed model without any external variables (NAR1) developed using M5R algorithm and wind turbine power curve model developed using four parameter logistic expression solved by DE algorithm registers lowest mean and standard deviation when the RMSE is considered. Though the mean of its MAE errors are

7 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 152 higher than the other models, its standard deviation is the lowest. The standard deviation values of the MAE and RMSE over the six consecutive time steps for the Combined Model (NAR1(M5R)+DE(4P)) are and against and of the Direct Model (NAR2(SMOreg)). Wind Resource Assessment of Sulur, a town near Coimbatore, Tamil Nadu, India has been carried out as an application of the developed Combined Model for wind power forecasting. Wind speed data of one year was used to predict the wind speed of the next year. The predicted wind speed was extrapolated to three different heights 50m, 80m and 100m. The wind turbine power was calculated based on a model power curve (Dataset 4). The annual energy produced was estimated for the next year at three different heights. 6.2 FUTURE SCOPE OF WORK The future scope of this work is presented below: Hybrid Models for Wind Farm Power Forecasting Recent research on wind power forecasting has involved the combination of the physical and statistical modeling. Models for Wind Power Ramp Forecasting The variability in wind power can present a substantial challenge to the grid, when the penetration of wind power is high. The ramp event is a very critical issue and is characterized by a sudden large change (increment or decrement) in wind power. Accurate models for ramp event detection and forecasting is important for maintaining the stability of electrical grid.

8 CHAPTER 6 CONCLUSION AND FUTURE SCOPE 153 Estimation of Forecast Uncertainty Uncertainty analysis of the wind forecasts made plays a key role in grid integration and other power system operations. Use of Wind Power Forecasting in Power System Operations. Accurate models for wind power forecasting aids in several power system operations like operating reserve requirements, unit commitment, dispatch formulations etc. Wind Power Trading Under Uncertainty in Electricity Markets Accurate models for wind power forecasting can transform a wind farm into a wind power plant. It will help the wind farm operators to trade the electricity for higher revenues, competitively with the other conventional sources. Peik- Herfeh et al (2013) developed a decision making model of a virtual power plant under uncertainties for bidding in a day-ahead market using point estimate method. Condition Monitoring of Wind Farms Good performing forecasting models for wind power and wind turbine power curve models can also be used as performance indicator for the health of a wind turbine. Wind Forecasting and Offshore Wind Farms Due to limited land area in several regions, many countries are already into offshore wind farms. These offshore wind farms have opened up huge prospects of research in operation, maintenance, control of wind farms and wind resource assessment to identify potential sites etc.

CHAPTER 5 DEVELOPMENT OF WIND POWER FORECASTING MODELS

CHAPTER 5 DEVELOPMENT OF WIND POWER FORECASTING MODELS CHAPTER 5 DEVELOPMENT OF WIND POWER FORECASTING MODELS 122 CHAPTER 5 DEVELOPMENT OF WIND POWER FORECASTING MODELS The models proposed for wind farm power prediction have been dealt with in this chapter.

More information

CHAPTER 3 DEVELOPMENT OF WIND SPEED FORECASTING MODELS

CHAPTER 3 DEVELOPMENT OF WIND SPEED FORECASTING MODELS CHAPTER 3 DEVELOPMENT OF WIND SPEED FORECASTING MODELS 60 CHAPTER 3 DEVELOPMENT OF WIND SPEED FORECASTING MODELS Wind speed forecasting models aim at giving accurate wind speed forecasts at different horizons

More information

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356

Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai. IJRASET 2013: All Rights are Reserved 356 Forecasting Of Short Term Wind Power Using ARIMA Method Prashant Pant 1, Achal Garg 2 1,2 Engineer, Keppel Offshore and Marine Engineering India Pvt. Ltd, Mumbai Abstract- Wind power, i.e., electrical

More information

Solar Nowcasting with Cluster-based Detrending

Solar Nowcasting with Cluster-based Detrending Solar Nowcasting with Cluster-based Detrending Antonio Sanfilippo, Luis Pomares, Daniel Perez-Astudillo, Nassma Mohandes, Dunia Bachour ICEM 2017 Oral Presentation 26-29June 2017, Bari, Italy Overview

More information

ANN based techniques for prediction of wind speed of 67 sites of India

ANN based techniques for prediction of wind speed of 67 sites of India ANN based techniques for prediction of wind speed of 67 sites of India Paper presentation in Conference on Large Scale Grid Integration of Renewable Energy in India Authors: Parul Arora Prof. B.K Panigrahi

More information

Short term wind forecasting using artificial neural networks

Short term wind forecasting using artificial neural networks Discovery Science, Volume 2, Number 6, December 2012 RESEARCH COMPUTER SCIENCE ISSN 2278 5485 EISSN 2278 5477 Science Short term wind forecasting using artificial neural networks Er.Gurpreet Singh 1, Er.Manpreet

More information

Current best practice of uncertainty forecast for wind energy

Current best practice of uncertainty forecast for wind energy Current best practice of uncertainty forecast for wind energy Dr. Matthias Lange Stochastic Methods for Management and Valuation of Energy Storage in the Future German Energy System 17 March 2016 Overview

More information

Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast

Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast Importance of Numerical Weather Prediction in Variable Renewable Energy Forecast Dr. Abhijit Basu (Integrated Research & Action for Development) Arideep Halder (Thinkthrough Consulting Pvt. Ltd.) September

More information

Systems Operations. PRAMOD JAIN, Ph.D. Consultant, USAID Power the Future. Astana, September, /6/2018

Systems Operations. PRAMOD JAIN, Ph.D. Consultant, USAID Power the Future. Astana, September, /6/2018 Systems Operations PRAMOD JAIN, Ph.D. Consultant, USAID Power the Future Astana, September, 26 2018 7/6/2018 Economics of Grid Integration of Variable Power FOOTER GOES HERE 2 Net Load = Load Wind Production

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

Integrated Electricity Demand and Price Forecasting

Integrated Electricity Demand and Price Forecasting Integrated Electricity Demand and Price Forecasting Create and Evaluate Forecasting Models The many interrelated factors which influence demand for electricity cannot be directly modeled by closed-form

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

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

Solar irradiance forecasting for Chulalongkorn University location using time series models

Solar irradiance forecasting for Chulalongkorn University location using time series models Senior Project Proposal 2102499 Year 2016 Solar irradiance forecasting for Chulalongkorn University location using time series models Vichaya Layanun ID 5630550721 Advisor: Assist. Prof. Jitkomut Songsiri

More information

Dr SN Singh, Professor Department of Electrical Engineering. Indian Institute of Technology Kanpur

Dr SN Singh, Professor Department of Electrical Engineering. Indian Institute of Technology Kanpur Short Term Load dforecasting Dr SN Singh, Professor Department of Electrical Engineering Indian Institute of Technology Kanpur Email: snsingh@iitk.ac.in Basic Definition of Forecasting Forecasting is a

More information

Forecasting of Renewable Power Generations

Forecasting of Renewable Power Generations Forecasting of Renewable Power Generations By Dr. S.N. Singh, Professor Department of Electrical Engineering Indian Institute of Technology Kanpur-2816, INDIA. Email: snsingh@iitk.ac.in 4-12-215 Side 1

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

WIND POWER generation is rapidly expanding into a

WIND POWER generation is rapidly expanding into a IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 24, NO. 1, MARCH 2009 125 Short-Term Prediction of Wind Farm Power: A Data Mining Approach Andrew Kusiak, Member, IEEE, Haiyang Zheng, and Zhe Song, Student

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

Wind Power Forecasting Using Non-Linear ARMAX Models and Neural Networks

Wind Power Forecasting Using Non-Linear ARMAX Models and Neural Networks Wind Power Forecasting Using Non-Linear ARMAX Models and Neural Networks Frede Aakmann Tøgersen & Kim Emil Andersen Wind & Site Competence Centre Technology R & D Vestas Wind Systems A/S Agenda Introducing

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

Pattern Matching and Neural Networks based Hybrid Forecasting System

Pattern Matching and Neural Networks based Hybrid Forecasting System Pattern Matching and Neural Networks based Hybrid Forecasting System Sameer Singh and Jonathan Fieldsend PA Research, Department of Computer Science, University of Exeter, Exeter, UK Abstract In this paper

More information

CS 229: Final Paper Wind Prediction: Physical model improvement through support vector regression Daniel Bejarano

CS 229: Final Paper Wind Prediction: Physical model improvement through support vector regression Daniel Bejarano CS 229: Final Paper Wind Prediction: Physical model improvement through support vector regression Daniel Bejarano (dbejarano@stanford.edu), Adriano Quiroga (aquiroga@stanford.edu) December 2013, Stanford

More information

RBF Neural Network Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting

RBF Neural Network Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting Sensors & ransducers 03 by IFSA http://www.sensorsportal.com RBF eural etwork Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting Dongxiao iu,

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

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

Hierarchical models for the rainfall forecast DATA MINING APPROACH

Hierarchical models for the rainfall forecast DATA MINING APPROACH Hierarchical models for the rainfall forecast DATA MINING APPROACH Thanh-Nghi Do dtnghi@cit.ctu.edu.vn June - 2014 Introduction Problem large scale GCM small scale models Aim Statistical downscaling local

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

Modelling Wind Farm Data and the Short Term Prediction of Wind Speeds

Modelling Wind Farm Data and the Short Term Prediction of Wind Speeds Modelling Wind Farm Data and the Short Term Prediction of Wind Speeds An Investigation into Wind Speed Data Sets Erin Mitchell Lancaster University 6th April 2011 Outline 1 Data Considerations Overview

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 Applied Mechanics School of Engineering University of California Merced Merced, California 95343

More information

Nonparametric forecasting of the French load curve

Nonparametric forecasting of the French load curve An overview RTE & UPMC-ISUP ISNPS 214, Cadix June 15, 214 Table of contents 1 Introduction 2 MAVE modeling 3 IBR modeling 4 Sparse modeling Electrical context Generation must be strictly equal to consumption

More information

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction

Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction Evolutionary Functional Link Interval Type-2 Fuzzy Neural System for Exchange Rate Prediction 3. Introduction Currency exchange rate is an important element in international finance. It is one of the chaotic,

More information

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load

Short-Term Load Forecasting Using ARIMA Model For Karnataka State Electrical Load International Journal of Engineering Research and Development e-issn: 2278-67X, p-issn: 2278-8X, www.ijerd.com Volume 13, Issue 7 (July 217), PP.75-79 Short-Term Load Forecasting Using ARIMA Model For

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

Forecasting Solar Irradiance from Time Series with Exogenous Information

Forecasting Solar Irradiance from Time Series with Exogenous Information Forecasting Solar Irradiance from Time Series with Exogenous Information Kousuke Ariga, Kaiyu Zheng University of Washington {koar8470, kaiyuzh}@cswashingtonedu Abstract Solar irradiance forecast is the

More information

Analysis of Data Mining Techniques for Weather Prediction

Analysis of Data Mining Techniques for Weather Prediction ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Indian Journal of Science and Technology, Vol 9(38), DOI: 10.17485/ijst/2016/v9i38/101962, October 2016 Analysis of Data Mining Techniques for Weather

More information

PowerPredict Wind Power Forecasting September 2011

PowerPredict Wind Power Forecasting September 2011 PowerPredict Wind Power Forecasting September 2011 For further information please contact: Dr Geoff Dutton, Energy Research Unit, STFC Rutherford Appleton Laboratory, Didcot, Oxon OX11 0QX E-mail: geoff.dutton@stfc.ac.uk

More information

SOLAR ENERGY FORECASTING A PATHWAY FOR SUCCESSFUL RENEWABLE ENERGY INTEGRATION. (An ANN Based Model using NARX Model for forecasting of GHI)

SOLAR ENERGY FORECASTING A PATHWAY FOR SUCCESSFUL RENEWABLE ENERGY INTEGRATION. (An ANN Based Model using NARX Model for forecasting of GHI) IPS 2018 SOLAR ENERGY FORECASTING A PATHWAY FOR SUCCESSFUL RENEWABLE ENERGY INTEGRATION ABSTRACT (An ANN Based Model using NARX Model for forecasting of GHI) Manish Kumar Tikariha, DGM(Operations), NTPC

More information

Multi-Model Ensemble for day ahead PV power forecasting improvement

Multi-Model Ensemble for day ahead PV power forecasting improvement Multi-Model Ensemble for day ahead PV power forecasting improvement Cristina Cornaro a,b, Marco Pierro a,e, Francesco Bucci a, Matteo De Felice d, Enrico Maggioni c, David Moser e,alessandro Perotto c,

More information

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING

HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING HYBRID PREDICTION MODEL FOR SHORT TERM WIND SPEED FORECASTING M. C. Lavanya and S. Lakshmi Department of Electronics and Communication, Sathyabama University, Chennai, India E-Mail: mclavanyabe@gmail.com

More information

U S I N G D ATA M I N I N G T O P R E D I C T FOREST FIRES IN AN ARIZONA FOREST

U S I N G D ATA M I N I N G T O P R E D I C T FOREST FIRES IN AN ARIZONA FOREST Sanjeev Pandey CSC 600, Data Mining 5/15/2013 Table of Contents 1. Introduction 2. Study Area and Data Set 3. Data Mining Approaches 4. Results 5. Conclusions U S I N G D ATA M I N I N G T O P R E D I

More information

Influence of knn-based Load Forecasting Errors on Optimal Energy Production

Influence of knn-based Load Forecasting Errors on Optimal Energy Production Influence of knn-based Load Forecasting Errors on Optimal Energy Production Alicia Troncoso Lora 1, José C. Riquelme 1, José Luís Martínez Ramos 2, Jesús M. Riquelme Santos 2, and Antonio Gómez Expósito

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

WIND POWER FORECASTING: A SURVEY

WIND POWER FORECASTING: A SURVEY WIND POWER FORECASTING: A SURVEY Sukhdev Singh, Dr.Naresh Kumar DCRUST MURTHAL,Email-sukhdev710@gmail.com(9896400682) Abstract: A number of wind power prediction techniques are available in order to forecast

More information

Predicting the Electricity Demand Response via Data-driven Inverse Optimization

Predicting the Electricity Demand Response via Data-driven Inverse Optimization Predicting the Electricity Demand Response via Data-driven Inverse Optimization Workshop on Demand Response and Energy Storage Modeling Zagreb, Croatia Juan M. Morales 1 1 Department of Applied Mathematics,

More information

Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian Electricity Market

Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian Electricity Market Energies 2015, 8, 10464-10486; doi:10.3390/en80910464 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Explanatory Information Analysis for Day-Ahead Price Forecasting in the Iberian

More information

Integration of WindSim s Forecasting Module into an Existing Multi-Asset Forecasting Framework

Integration of WindSim s Forecasting Module into an Existing Multi-Asset Forecasting Framework Chad Ringley Manager of Atmospheric Modeling Integration of WindSim s Forecasting Module into an Existing Multi-Asset Forecasting Framework 26 JUNE 2014 2014 WINDSIM USER S MEETING TONSBERG, NORWAY SAFE

More information

Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements

Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements Day-Ahead Solar Forecasting Based on Multi-level Solar Measurements Mohana Alanazi, Mohsen Mahoor, Amin Khodaei Department of Electrical and Computer Engineering University of Denver Denver, USA mohana.alanazi@du.edu,

More information

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010

FORECASTING: A REVIEW OF STATUS AND CHALLENGES. Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 SHORT-TERM TERM WIND POWER FORECASTING: A REVIEW OF STATUS AND CHALLENGES Eric Grimit and Kristin Larson 3TIER, Inc. Pacific Northwest Weather Workshop March 5-6, 2010 Integrating Renewable Energy» Variable

More information

Wind Assessment & Forecasting

Wind Assessment & Forecasting Wind Assessment & Forecasting GCEP Energy Workshop Stanford University April 26, 2004 Mark Ahlstrom CEO, WindLogics Inc. mark@windlogics.com WindLogics Background Founders from supercomputing industry

More information

Probabilistic maximum-value wind prediction for offshore environments

Probabilistic maximum-value wind prediction for offshore environments WIND ENERGY Wind Energ. 0000; 00:1 16 RESEARCH ARTICLE Probabilistic maximum-value wind prediction for offshore environments Andrea Staid 1, Pierre Pinson 2, Seth D. Guikema 1 1 Department of Geography

More information

International Journal of Scientific Research and Reviews

International Journal of Scientific Research and Reviews Research article Available online www.ijsrr.org ISSN: 2279 0543 International Journal of Scientific Research and Reviews Prediction of Compressive Strength of Concrete using Artificial Neural Network ABSTRACT

More information

Predicting the Wind MASTER SERIES

Predicting the Wind MASTER SERIES Predicting the Wind MASTER SERIES by Bernhard Ernst, Brett Oakleaf, Mark L. Ahlstrom, Matthias Lange, Corinna Moehrlen, Bernhard Lange, Ulrich Focken, and Kurt Rohrig 78 IEEE power & energy magazine 1540-7977/07/$25.00

More information

NAM weather forecasting model. RUC weather forecasting model 4/19/2011. Outline. Short and Long Term Wind Farm Power Prediction

NAM weather forecasting model. RUC weather forecasting model 4/19/2011. Outline. Short and Long Term Wind Farm Power Prediction Short and Long Term Wind Farm Power Prediction Andrew Kusiak Intelligent Systems Laboratory 2139 Seamans Center The University of Iowa Iowa City, Iowa 52242 1527 andrew kusiak@uiowa.edu Tel: 319 335 5934

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

Recent US Wind Integration Experience

Recent US Wind Integration Experience Wind Energy and Grid Integration Recent US Wind Integration Experience J. Charles Smith Nexgen Energy LLC Utility Wind Integration Group January 24-25, 2006 Madrid, Spain Outline of Topics Building and

More information

Spatially-Explicit Prediction of Wholesale Electricity Prices

Spatially-Explicit Prediction of Wholesale Electricity Prices Spatially-Explicit Prediction of Wholesale Electricity Prices J. Wesley Burnett and Xueting Zhao Intern l Assoc for Energy Economics, NYC 2014 West Virginia University Wednesday, June 18, 2014 Outline

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

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers

Predictive Analytics on Accident Data Using Rule Based and Discriminative Classifiers Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 3 (2017) pp. 461-469 Research India Publications http://www.ripublication.com Predictive Analytics on Accident Data Using

More information

Energy produc-on forecas-ng based on renewable sources of energy

Energy produc-on forecas-ng based on renewable sources of energy Energy produc-on forecas-ng based on renewable sources of energy S. Leva Politecnico di Milano, Dipar1mento di Energia Via La Masa 34, 20156 Milano, Italy sonia.leva@polimi.it, www.solartech.polimi.it

More information

Electricity Demand Forecasting using Multi-Task Learning

Electricity Demand Forecasting using Multi-Task Learning Electricity Demand Forecasting using Multi-Task Learning Jean-Baptiste Fiot, Francesco Dinuzzo Dublin Machine Learning Meetup - July 2017 1 / 32 Outline 1 Introduction 2 Problem Formulation 3 Kernels 4

More information

CHAPTER 7 CONCLUSION AND FUTURE WORK

CHAPTER 7 CONCLUSION AND FUTURE WORK 159 CHAPTER 7 CONCLUSION AND FUTURE WORK 7.1 INTRODUCTION Nonlinear time series analysis is an important area of research in all fields of science and engineering. It is an important component of operations

More information

LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR

LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR LOAD FORECASTING APPLICATIONS for THE ENERGY SECTOR Boris Bizjak, Univerza v Mariboru, FERI 26.2.2016 1 A) Short-term load forecasting at industrial plant Ravne: Load forecasting using linear regression,

More information

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering

More information

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems

A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems A Hybrid Method of CART and Artificial Neural Network for Short-term term Load Forecasting in Power Systems Hiroyuki Mori Dept. of Electrical & Electronics Engineering Meiji University Tama-ku, Kawasaki

More information

EUROPEAN EXPERIENCE: Large-scale cross-country forecasting with the help of Ensemble Forecasts

EUROPEAN EXPERIENCE: Large-scale cross-country forecasting with the help of Ensemble Forecasts WEPROG Weather & wind Energy PROGnoses EUROPEAN EXPERIENCE: Large-scale cross-country forecasting with the help of Ensemble Forecasts Session 6: Integrating forecasting into market operation, the EMS and

More information

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS James Hall JHTech PO Box 877 Divide, CO 80814 Email: jameshall@jhtech.com Jeffrey Hall JHTech

More information

Modelling wind power in unit commitment models

Modelling wind power in unit commitment models Modelling wind power in unit commitment models Grid integration session IEA Wind Task 25 Methodologies to estimate wind power impacts to power systems Juha Kiviluoma, Hannele Holttinen, VTT Technical Research

More information

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model 2nd International Forum on Electrical Engineering and Automation (IFEEA 2) Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model YANG Hongying, a, JIN Shuanglong,

More information

SYSTEM OPERATIONS. Dr. Frank A. Monforte

SYSTEM OPERATIONS. Dr. Frank A. Monforte SYSTEM OPERATIONS FORECASTING Dr. Frank A. Monforte Itron s Forecasting Brown Bag Seminar September 13, 2011 PLEASE REMEMBER» In order to help this session run smoothly, your phones are muted.» To make

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

International Studies about the Grid Integration of Wind Generation

International Studies about the Grid Integration of Wind Generation International Studies about the Grid Integration of Wind Generation Dr.-Ing. Markus Pöller/DIgSILENT GmbH Internation Studies About Grid Integration of Wind Generation Grid Integration of Wind Generationin

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

OFFSHORE INTEGRATION STUDY. Analysis, benchmark and mitigation of storm and ramping risks from offshore wind power in Belgium 05/02/2018

OFFSHORE INTEGRATION STUDY. Analysis, benchmark and mitigation of storm and ramping risks from offshore wind power in Belgium 05/02/2018 OFFSHORE INTEGRATION STUDY Analysis, benchmark and mitigation of storm and ramping risks from offshore wind power in Belgium 05/02/2018 This study has been developed in close collaboration with 1 TABLE

More information

Solar irradiance forecasting for Chulalongkorn University location using time series models

Solar irradiance forecasting for Chulalongkorn University location using time series models Senior Project Proposal 2102490 Year 2016 Solar irradiance forecasting for Chulalongkorn University location using time series models Vichaya Layanun ID 5630550721 Advisor: Assist. Prof. Jitkomut Songsiri

More information

UniResearch Ltd, University of Bergen, Bergen, Norway WinSim Ltd., Tonsberg, Norway {catherine,

UniResearch Ltd, University of Bergen, Bergen, Norway WinSim Ltd., Tonsberg, Norway {catherine, Improving an accuracy of ANN-based mesoscalemicroscale coupling model by data categorization: with application to wind forecast for offshore and complex terrain onshore wind farms. Alla Sapronova 1*, Catherine

More information

Prediction of Particulate Matter Concentrations Using Artificial Neural Network

Prediction of Particulate Matter Concentrations Using Artificial Neural Network Resources and Environment 2012, 2(2): 30-36 DOI: 10.5923/j.re.20120202.05 Prediction of Particulate Matter Concentrations Using Artificial Neural Network Surendra Roy National Institute of Rock Mechanics,

More information

CustomWeather Statistical Forecasting (MOS)

CustomWeather Statistical Forecasting (MOS) CustomWeather Statistical Forecasting (MOS) Improve ROI with Breakthrough High-Resolution Forecasting Technology Geoff Flint Founder & CEO CustomWeather, Inc. INTRODUCTION Economists believe that 70% of

More information

Kalman Filter and SVR Combinations in Forecasting US Unemployment

Kalman Filter and SVR Combinations in Forecasting US Unemployment Kalman Filter and SVR Combinations in Forecasting US Unemployment Georgios Sermpinis 1, Charalampos Stasinakis 1, and Andreas Karathanasopoulos 2 1 University of Glasgow Business School georgios.sermpinis@glasgow.ac.uk,

More information

SEASONAL MODELING OF HOURLY SOLAR IRRADIATION SERIES

SEASONAL MODELING OF HOURLY SOLAR IRRADIATION SERIES SEASONAL MODELING OF HOURLY SOLAR IRRADIATION SERIES M. PAULESCU 1, N. POP 2, N. STEFU 1, E. PAULESCU 1, R. BOATA 3, D. CALINOIU 2 1 West University of Timisoara, Physics Department, V. Parvan 4, 300223

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

Statistical Forecasting for Offshore Wind Helicopter Operations

Statistical Forecasting for Offshore Wind Helicopter Operations Statistical Forecasting for Offshore Wind Helicopter Operations José Antonio Domínguez- Navarro University of Zaragoza Spain jadona@unizar.es Iain Dinwoodie Institute for Energy & Environment University

More information

Tom Durrant Frank Woodcock. Diana Greenslade

Tom Durrant Frank Woodcock. Diana Greenslade Tom Durrant Frank Woodcock Centre for Australian Weather and Climate Research Bureau of Meteorology Melbourne, VIC Australia Motivation/Application techniques have been found to be very useful in operational

More information

Speedwell High Resolution WRF Forecasts. Application

Speedwell High Resolution WRF Forecasts. Application Speedwell High Resolution WRF Forecasts Speedwell weather are providers of high quality weather data and forecasts for many markets. Historically we have provided forecasts which use a statistical bias

More information

810 A Comparison of Turbine-based and Farm-based Methods for Converting Wind to Power

810 A Comparison of Turbine-based and Farm-based Methods for Converting Wind to Power 810 A Comparison of Turbine-based and Farm-based Methods for Converting Wind to Power Julia M. Pearson 1, G. Wiener, B. Lambi, and W. Myers National Center for Atmospheric Research Research Applications

More information

Stochastic Hydrology. a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs

Stochastic Hydrology. a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs Stochastic Hydrology a) Data Mining for Evolution of Association Rules for Droughts and Floods in India using Climate Inputs An accurate prediction of extreme rainfall events can significantly aid in policy

More information

Using an Artificial Neural Network to Predict Parameters for Frost Deposition on Iowa Bridgeways

Using an Artificial Neural Network to Predict Parameters for Frost Deposition on Iowa Bridgeways Using an Artificial Neural Network to Predict Parameters for Frost Deposition on Iowa Bridgeways Bradley R. Temeyer and William A. Gallus Jr. Graduate Student of Atmospheric Science 31 Agronomy Hall Ames,

More information

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES

MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES MODELLING ENERGY DEMAND FORECASTING USING NEURAL NETWORKS WITH UNIVARIATE TIME SERIES S. Cankurt 1, M. Yasin 2 1&2 Ishik University Erbil, Iraq 1 s.cankurt@ishik.edu.iq, 2 m.yasin@ishik.edu.iq doi:10.23918/iec2018.26

More information

Kernel-Based Retrieval of Atmospheric Profiles from IASI Data

Kernel-Based Retrieval of Atmospheric Profiles from IASI Data Kernel-Based Retrieval of Atmospheric Profiles from IASI Data Gustavo Camps-Valls, Valero Laparra, Jordi Muñoz-Marí, Luis Gómez-Chova, Xavier Calbet Image Processing Laboratory (IPL), Universitat de València.

More information

A new method for short-term load forecasting based on chaotic time series and neural network

A new method for short-term load forecasting based on chaotic time series and neural network A new method for short-term load forecasting based on chaotic time series and neural network Sajjad Kouhi*, Navid Taghizadegan Electrical Engineering Department, Azarbaijan Shahid Madani University, Tabriz,

More information

WIND energy has become a mature technology and has

WIND energy has become a mature technology and has 1 Short-term wind power prediction based on models Mario J. Durán, Daniel Cros and Jesus Riquelme Electrical Engineering Department Universidad de Sevilla Abstract The wind power penetration increase and

More information

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal

SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal Volume-03 Issue-07 July-2018 ISSN: 2455-3085 (Online) www.rrjournals.com [UGC Listed Journal] SARIMA-ELM Hybrid Model for Forecasting Tourist in Nepal *1 Kadek Jemmy Waciko & 2 Ismail B *1 Research Scholar,

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

This paper presents the

This paper presents the ISESCO JOURNAL of Science and Technology Volume 8 - Number 14 - November 2012 (2-8) A Novel Ensemble Neural Network based Short-term Wind Power Generation Forecasting in a Microgrid Aymen Chaouachi and

More information

Short and medium term solar irradiance and power forecasting given high penetration and a tropical environment

Short and medium term solar irradiance and power forecasting given high penetration and a tropical environment Short and medium term solar irradiance and power forecasting given high penetration and a tropical environment Wilfred WALSH, Zhao LU, Vishal SHARMA, Aloysius ARYAPUTERA 3 rd International Conference:

More information

Forecasting Data Streams: Next Generation Flow Field Forecasting

Forecasting Data Streams: Next Generation Flow Field Forecasting Forecasting Data Streams: Next Generation Flow Field Forecasting Kyle Caudle South Dakota School of Mines & Technology (SDSMT) kyle.caudle@sdsmt.edu Joint work with Michael Frey (Bucknell University) and

More information

Probabilistic Energy Forecasting

Probabilistic Energy Forecasting Probabilistic Energy Forecasting Moritz Schmid Seminar Energieinformatik WS 2015/16 ^ KIT The Research University in the Helmholtz Association www.kit.edu Agenda Forecasting challenges Renewable energy

More information

Retrieval of Cloud Top Pressure

Retrieval of Cloud Top Pressure Master Thesis in Statistics and Data Mining Retrieval of Cloud Top Pressure Claudia Adok Division of Statistics and Machine Learning Department of Computer and Information Science Linköping University

More information

Gated Ensemble Learning Method for Demand-Side Electricity Load Forecasting

Gated Ensemble Learning Method for Demand-Side Electricity Load Forecasting Gated Ensemble Learning Method for Demand-Side Electricity Load Forecasting Eric M. Burger, Scott J. Moura Energy, Control, and Applications Lab, University of California, Berkeley Abstract The forecasting

More information

Anemos.Rulez: Extreme Event Prediction and Alarming to Support Stability of Energy Grids

Anemos.Rulez: Extreme Event Prediction and Alarming to Support Stability of Energy Grids Anemos.Rulez: Extreme Event Prediction and Alarming to Support Stability of Energy Grids Hans-Peter (Igor) Waldl, Philipp Brandt Overspeed GmbH & Co. KG, Marie-Curie-Straße 1, 26129 Oldenburg, Germany,

More information