SlideShare a Scribd company logo
1 of 20
17-19 September 2017 - 49th North American Power Symposium
Hourly Probabilistic Solar Power Forecasts
Energy Production and Infrastructure Center
Department of Electrical and Computer Engineering
University of North Carolina at Charlotte
Mohamed Abuella
Prof. Badrul Chowdhury
September 18, 2017
17-19 September 2017 - 49th North American Power Symposium
2
Presentation Outline
Overview of Solar Power
Forecasting
Hourly Probabilistic
Forecasting of Solar Power
17-19 September 2017 - 49th North American Power Symposium
3
Renewables Generations
(Wind and Solar) are Too
Variable
High Efficiency and
Large Energy Storage
Still not Exist
Reducing
Cost
and Pollution
Why
Forecast?Variable Generations (V.G.) Forecasting
17-19 September 2017 - 49th North American Power Symposium
VG forecasting in US. electric utilities and ISO,
such as CAISO, ERCOT, MISO, ISO-NE, NYISO,…etc.
Botterud, J. Wang, V. Miranda, and R. J. Bessa, “Wind power forecasting in US electricity markets,” The Electricity Journal, vol. 23, no. 3, pp. 71–82, 2010.
Elke Lorenz, “Solar Resource Forecasting” International Solar Energy Society (ISES) Webinar, 2016.
Voyant, C., Notton, G., Kalogirou, S., Nivet, M. L., Paoli, C., Motte, F., & Fouilloy, A. (2017). Machine learning methods for solar radiation forecasting: A
review. Renewable Energy, 105, 569-582.
Forecast Horizons
Post operating reserve
requirements
Clear DA market
using SCUC/SCED
Rebidding
for RAC Post-DA RAC
using SCUC
Prepare and
submit DA bids
Clear RT market using
SCED (every 5min)
Intraday RAC
using SCUC
Prepare and
submit RT bids Post results (RT
energy and
reserves)
Post results (DA
energy and
reserves)
Day Ahead:
Operating Day:
11:00 16:00 17:00
-30min
Operating hour
DA: Day Ahead.
RT: Real Time.
SCUC: Security Constrained Unit
Commitment.
SCED: Security Constrained
Economic Dispatch.
RAC: Reliability Assessment
Commitment.
Wind / Solar
Power
Forecasting
Intra-hour Intra-day Day ahead
Forecasting horizon 15 min to 2 h 1 h to 6 h 1 day to 3 day
Granularity-Time step 30 s to 5 min hourly hourly
Related to
Ramping events,
variability related
to operations
Load following
forecasting
Unit
commitment,
transmission
scheduling, day
ahead markets
Forecasting Models Total Sky Imager and/or time series
Satellite Imagery and/or NWP
Variable Generations (V.G.) Forecasting
Forecast horizons, forecasting models and
the related applications of VG forecasts
4
Where
Forecast?
17-19 September 2017 - 49th North American Power Symposium
Flowchart of the Combined Approach (Physical and
Statistical) of the Solar Power Forecasting
;
Solar Plant and
Terrain
Characteristics
Numerical Weather Prediction
(NWP)
Atmospheric variables
SCADA Data
Spatial Refinement
Local Roughness, topology.
Atmospheric Stability
Solar Power Plant
Modeling
Solar Power Conversion Equation/s
Model Output Statistics (MOS)
Systematic Error Correction
Solar Generation Forecast
Conversion to Power
Downscaling
Regression
Extrapolation
Solar Power Forecasting
5
How
Forecast?
17-19 September 2017 - 49th North American Power Symposium
Flowchart of the Solar Power Forecasting
6
Pre-Processing
 Outlier detection and data
cleansing
 Feature engineering
Weather Data
 Solar irradiance
 Temperature
 Cloud coverage
 Humidity
 ...etc.
PV System Data
 Measured PV power output
 Location and modules type,
orientation, tilt,..etc. Forecasting Models
Persistence model
Statistical models
Artificial intelligence models
Point forecast
Post-Processing
 Ensemble
 Analog ensemble
Probabilistic forecast
Combining the models’ outcomes
by ensemble learning
Hourly Probabilistic Forecasting of Solar Power
17-19 September 2017 - 49th North American Power Symposium
Data Description:
PV solar system is near Canberra, Australia. The panel type is Solarfun SF160-24-1M195,
consisting of 8 panels, its nominal power of (1560W), and panel orientation 38° clockwise from
the north, with panel tilt (of 36°). The historical observed solar power data are normalized to the
rated capacity (i.e., 1560W).
https://crowdanalytix.com/contests/global-energy-forecasting-competition-2014-probabilistic-solar-power-forecasting
http://www.ecmwf.int (European Centre for Medium-Range Weather Forecasts)
Training
Testing
Hourly Probabilistic Forecasting of Solar Power
The weather forecast data and the available
measured solar power data from April 2012 to
May 2014.
No. Month Year
1 April 2012
2 May 2012
3 June 2012
4 July 2012
5 August 2012
6 September 2012
7 October 2012
8 November 2012
9 December 2012
10 January 2013
11 February 2013
12 March 2013
13 April 2013
14 May 2013
15 June 2013
16 July 2013
17 August 2013
18 September 2013
19 October 2013
20 November 2013
21 December 2013
22 January 2014
23 February 2014
24 March 2014
25 April 2014
26 May 2014
Weather Variables
No. Variable Name
1 Cloud Water Content
2 Cloud Ice Content
3 Surface Pressure
4 Relative Humidity
5 Cloud Cover
6 10m-U Wind
7 10m-V Wind
8 2-m Temperature
9 Surface solar radiation down
10 Surface thermal radiation down
11 Top net solar radiation
12 Total precipitation
Weather predictions are produced by the global numerical weather prediction system (ECMWF).
7
17-19 September 2017 - 49th North American Power Symposium
Multiple Linear Regression (MLR) Analysis, Artificial Neural Networks (ANN), and Support
Vector Regression (SVR) are deployed for the short-term solar power forecasting.
Flowchart of the forecasting models
New Input X
Predicted Output Y
Flowchart of solar forecasting model building steps
Building
the Model
Training Validation Testing
Forecasting Models
Parametric and Nonparametric Models
T. Hastie, R. Tibshirani, J. Friedman, and others, The elements of statistical learning, 2nd Edition. Springer-Verlag New York,
2009. 8
17-19 September 2017 - 49th North American Power Symposium
General diagram of combining different models
Model B
Model A
Model C
Model N
Method of
Combining the
Models
Combined Forecasts
Individual
forecasting
models
Combining Various Models
Methods of
Combining The
Models
Random forest (RF) is chosen to be the ensemble learning
method for combining the various models’ outcomes.
Fcomb=WA*MA+ WB*MB + WC*MC ….+ WN*MN
WN is a weight is assigned to the outcome of a model MN
Ensemble Forecasts
T. Hastie, R. Tibshirani, J. Friedman, and others, The elements of statistical learning, 2nd
Edition. Springer-Verlag New York, 2009. 9
17-19 September 2017 - 49th North American Power Symposium
Day Month
1
:
June
: July
:
:
:
:
:
:
: April
30 May
31
00:00
:
23:00
Weather Data
:
:
:
:
: :
:
:
:
:
:
:
: :
: :
:
:
:
:
:
:
PV Power
:
:
(PastObservations)
:
:
:
:
:
:
Forecasts
(Model’s
Outcomes)
at 00:00
Day Month
1
:
June
: July
:
:
:
:
:
:
: April
30 May
31
00:00
:
23:00
Weather Data
:
:
:
:
: :
:
:
:
:
:
:
: :
: :
:
:
:
:
:
:
Models’ Outcomes
:
:
:
:
:
:
: : :
:
:
:
:
:
:
:
:
:
: : :
: : :
Forecasts
PV Power
:
:
(PastObservations)
:
:
:
:
:
:
Combined
Forecasts
(a) (b)
Persistence model and day-ahead Forecasts from MLR, ANN and SVR
Combining by Radom ForestProducing Different Models’ Outcomes
Schematic diagram of producing and ensemble different models’ outcomes
10
Ensemble Forecasts
𝑃𝑒𝑟𝑠𝑖𝑠𝑡𝑒𝑛𝑐𝑒 𝑚𝑜𝑑𝑒𝑙, 𝐹(𝑡 = 𝑃(𝑡 − ℎ𝑜𝑟𝑖𝑧𝑜𝑛
17-19 September 2017 - 49th North American Power Symposium
𝑓𝑅𝐹 =
1
𝐵
𝑏=1
𝐵
𝑇𝑏 𝑥 [Ref. ]
Each tree of the random forest is trained with random samples (random input dataset).
In the forecasting process (test) the trees give different forecasts, which can be then used for
quantifying the uncertainty of the average output and producing the probabilistic forecasts.
The prediction of a given point x of the response
variable is then obtained by averaging the individual
trees outputs:
T. Hastie, R. Tibshirani, J. Friedman, and others, The elements of statistical learning, 2 Edition. Springer-Verlag New
York, 2009.
Note: In fact, tree splitting is not simple as it seems,
since x can comes with dimensions up to 20 dimensions.
Probabilistic Forecasts
Ensemble-based probabilistic forecasts method:
11
17-19 September 2017 - 49th North American Power Symposium
Analog Ensemble (AnEn) method:
S. Alessandrini, L. Delle Monache, S. Sperati, and G. Cervone, “An analog ensemble for short-term probabilistic solar power
forecast,” Appl. Energy, vol. 157, pp. 95–110, 2015.
Probability
Distribution
Observed Solar Power
Given Point ForecastPast Solar Power Forecasts
Probabilistic Forecasts
where 𝐹Given
𝐻𝑟
denotes the given point forecast at an hour Hr, for which the
prediction interval will be estimated, 𝐹Past
𝐻𝑟
the point forecasts at the same hour
of the day.
Notice that all values are normalized in the range [0, 1].
𝐹Given
𝐻𝑟
− 𝐹Past
𝐻𝑟
≤ ε
Schematic diagram of analog ensemble method
ε = 0.1
12
17-19 September 2017 - 49th North American Power Symposium
Persistence probabilistic forecasts method:
Probabilistic Forecasts
Probability
Distribution
Observed Solar Power
Given Point
Forecast
tt-24t-48t-72
Schematic diagram of analog ensemble method
The 10, 20 and 30 recent observed powers are carried out.
It is found that the recent 10 observed solar powers at the given hour with CDF distribution
achieve more accurate persistence probabilistic forecasts.
13
No past forecasts are needed.
17-19 September 2017 - 49th North American Power Symposium
Probabilistic Forecasts
Different distributions of probability
Probability distributions by the cumulative distribution function (CDF)
14
Linear CDF
Max
Min
to derive CDF
Parametric normal-
distributed CDF
Mean
Std. dev.
to derive CDF.
Nonparametric CDF
No mean
neither Std. Dev.
CDF is estimated by
piecewise
nonparametric method
The probabilistic forecasts are estimated by using CDF-1
For example, for a given point forecast at 14:00, June 2nd 2013:
Histogram of the ensemble of RF’s outcomes
17-19 September 2017 - 49th North American Power Symposium
The objective is to determine probabilistic solar forecasts in the form of probabilistic distribution
(in quantiles) in incremental time steps through the forecast horizon.
A Pinball loss function is used to evaluate the accuracy of the probabilistic forecasts. It is a
piecewise linear function which is often used to evaluate the accuracy of quantile forecasts.
J. M. Morales, A. J. Conejo, H. Madsen, P. Pinson, and M. Zugno, Integrating renewables in electricity markets - Operational problems, vol. 205.
Boston, MA: Springer US, 2014.
where Pbq(F, P) is the pinball loss function to the probabilistic forecasts for each hour; 𝐹 is the forecasted value at the
certain q quantile of the probabilistic solar power forecasts, and P is the observed value of the solar power. The quantile q has
discrete values 𝑞 ∈ [0.01, 0.99].For instance, q = 0.9 means that there is a 90% probability that the observed solar power will
be less than the value of the 90th quantile.
Probabilistic Forecasts
Evaluation of probabilistic forecasts:
𝑃𝑏 𝑞(𝐹, 𝑃 =
𝑞 𝐹 − 𝑃 , 𝑖𝑓 𝑃 ≤ 𝐹
1 − 𝑞 𝑃 − 𝐹 , 𝑖𝑓 𝑃 > 𝐹
15
17-19 September 2017 - 49th North American Power Symposium
Graphs of the probabilistic forecasts of the three methods for three days
Results and Evaluation
The lower Pinball (Pb) is, the more
accurate probabilistic forecasts are.
Pinball loss function (Pb):
𝑃𝑏 𝑞(𝐹, 𝑃 =
𝑞 𝐹 − 𝑃 , 𝑖𝑓 𝑃 ≤ 𝐹
1 − 𝑞 𝑃 − 𝐹 , 𝑖𝑓 𝑃 > 𝐹
16
17-19 September 2017 - 49th North American Power Symposium
Monthly Pinball of the probabilistic forecasts of the three methods
Results and Evaluation
Month
Pinball (Pb)
Improvement of
Ensemble Over
Persistence
Analog
Ensemble
Ensemble Persistence
Analog
Ensemble
June 0.0166 0.0097 0.0095 42% 2%
July 0.0176 0.0122 0.0124 29% -2%
August 0.0182 0.0111 0.0117 36% -5%
September 0.0173 0.0116 0.0115 34% 1%
October 0.0149 0.0096 0.0096 36% 0%
November 0.0191 0.0104 0.0106 45% -2%
December 0.0162 0.0090 0.0089 45% 1%
January 0.0179 0.0083 0.0080 55% 4%
February 0.0215 0.0104 0.0098 54% 6%
March 0.0208 0.0128 0.0131 37% -2%
April 0.0194 0.0103 0.0099 49% 3%
May 0.0137 0.0086 0.0080 42% 7%
Average Pb. 0.0178 0.0103 0.0102 42% 1%
Pinball loss function (Pb):
The lower Pinball (Pb) is, the more
accurate probabilistic forecasts are.𝑃𝑏 𝑞(𝐹, 𝑃 =
𝑞 𝐹 − 𝑃 , 𝑖𝑓 𝑃 ≤ 𝐹
1 − 𝑞 𝑃 − 𝐹 , 𝑖𝑓 𝑃 > 𝐹
17
17-19 September 2017 - 49th North American Power Symposium
Results and Evaluation
-8%
-6%
-4%
-2%
0%
2%
4%
6%
8%
Improvement
The Improvements of Ensemble over Analog Ensemble
0.0000
0.0050
0.0100
0.0150
0.0200
0.0250
Pinball
Probabilistic Forecasts
Persistence Analog Ensemble Ensemble
18
17-19 September 2017 - 49th North American Power Symposium
Conclusions
 The probabilistic forecasting are quantifying the uncertainty associated with point forecasts.
 Combining the forecasts of various models leads to accurate point and probabilistic forecasts.
 Throughout the complete year, the ensemble based-probabilistic forecasts are more accurate.
than the analog ensemble and persistence probabilistic forecasts.
 The random forest is a powerful ensemble learning method.
 The CDF with the assumption of a normal distribution is better than the linear distribution to
produce the probabilistic forecasts.
 The nonparametric estimation of CDF without the normality assumption yields a small
improvement (Pb=0.0100 vs. Pb=0.0102 with a normality assumption of CDF).
 With additional historical data, the forecasting performance could be improved.
19
17-19 September 2017 - 49th North American Power Symposium
Thanks for Your Listening
Any Question?
http://epic.uncc.edu/
Mohamed Abuella
mabuella@uncc.edu
Energy Production and Infrastructure Center
University of North Carolina at Charlotte

More Related Content

What's hot

Estimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonEstimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonIAEME Publication
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
 
Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...
Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...
Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...journalBEEI
 
Determination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt universityDetermination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt universitymehmet şahin
 
an analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distributionan analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distributionWorking as a Lecturer
 
CFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingCFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingJean-Claude Meteodyn
 
VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...
VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...
VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...Fatma ÇINAR
 
A WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSION
A WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSIONA WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSION
A WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSIONcsandit
 
Estimation of solar energy
Estimation of solar energyEstimation of solar energy
Estimation of solar energySonuKumarBairwa
 
Applied Mathematics project final report
Applied Mathematics project final reportApplied Mathematics project final report
Applied Mathematics project final reportKang Feng
 
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...IJERA Editor
 
Forecasting precipitation using sarima model
Forecasting precipitation using sarima modelForecasting precipitation using sarima model
Forecasting precipitation using sarima modelAlexander Decker
 
Empirical model for the estimation of global solar
Empirical model for the estimation of global solarEmpirical model for the estimation of global solar
Empirical model for the estimation of global solareSAT Publishing House
 
Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor For Real Data Set ...
Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor  For Real Data Set ...Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor  For Real Data Set ...
Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor For Real Data Set ...IJMER
 
Solar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelSolar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelDr. Amarjeet Singh
 
WPPE_ES_2011_Jie
WPPE_ES_2011_JieWPPE_ES_2011_Jie
WPPE_ES_2011_JieMDO_Lab
 

What's hot (20)

Ijcet 06 07_003
Ijcet 06 07_003Ijcet 06 07_003
Ijcet 06 07_003
 
Presentation1
Presentation1Presentation1
Presentation1
 
Estimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoonEstimation of precipitation during the period of south west monsoon
Estimation of precipitation during the period of south west monsoon
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...
Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...
Comparison of Solar Radiation Intensity Forecasting Using ANFIS and Multiple ...
 
Determination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt universityDetermination of wind energy potential of campus area of siirt university
Determination of wind energy potential of campus area of siirt university
 
an analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distributionan analysis of wind energy potential using weibull distribution
an analysis of wind energy potential using weibull distribution
 
CFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingCFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecasting
 
VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...
VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...
VISUAL ANALYSIS OF ELECTRICITY DEMAND: ENERGY DASHBOARD GRAPHICS Graphical Da...
 
A WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSION
A WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSIONA WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSION
A WIND POWER PREDICTION METHOD BASED ON BAYESIAN FUSION
 
Estimation of solar energy
Estimation of solar energyEstimation of solar energy
Estimation of solar energy
 
Applied Mathematics project final report
Applied Mathematics project final reportApplied Mathematics project final report
Applied Mathematics project final report
 
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
Photovoltaic Modules Performance Loss Evaluation for Nsukka, South East Niger...
 
Forecasting precipitation using sarima model
Forecasting precipitation using sarima modelForecasting precipitation using sarima model
Forecasting precipitation using sarima model
 
Empirical model for the estimation of global solar
Empirical model for the estimation of global solarEmpirical model for the estimation of global solar
Empirical model for the estimation of global solar
 
Lecture 3 data-driven models
Lecture 3 data-driven modelsLecture 3 data-driven models
Lecture 3 data-driven models
 
MPI 794 (week-1 & 2)
MPI 794 (week-1 & 2)MPI 794 (week-1 & 2)
MPI 794 (week-1 & 2)
 
Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor For Real Data Set ...
Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor  For Real Data Set ...Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor  For Real Data Set ...
Improved Kalman Filtered Neuro-Fuzzy Wind Speed Predictor For Real Data Set ...
 
Solar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural ModelSolar Irradiance Prediction using Neural Model
Solar Irradiance Prediction using Neural Model
 
WPPE_ES_2011_Jie
WPPE_ES_2011_JieWPPE_ES_2011_Jie
WPPE_ES_2011_Jie
 

Similar to Hourly probabilistic solar power forecasts

A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
A Post-processing Approach for Solar Power Combined Forecasts of Ramp EventsA Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
A Post-processing Approach for Solar Power Combined Forecasts of Ramp EventsMohamed Abuella
 
Short Presentation: Mohamed abuella's Research Highlights
Short Presentation: Mohamed abuella's Research HighlightsShort Presentation: Mohamed abuella's Research Highlights
Short Presentation: Mohamed abuella's Research HighlightsMohamed Abuella
 
Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...
Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...
Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...ijtsrd
 
Comparative Study of Selective Locations (Different region) for Power Generat...
Comparative Study of Selective Locations (Different region) for Power Generat...Comparative Study of Selective Locations (Different region) for Power Generat...
Comparative Study of Selective Locations (Different region) for Power Generat...ijceronline
 
Angstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, Nigeria
Angstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, NigeriaAngstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, Nigeria
Angstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, NigeriaAssociate Professor in VSB Coimbatore
 
Solar output power forecast using an ensemble framework with neural predictor...
Solar output power forecast using an ensemble framework with neural predictor...Solar output power forecast using an ensemble framework with neural predictor...
Solar output power forecast using an ensemble framework with neural predictor...Muhammad Qamar Raza
 
20200401_Krasnopolsky.pptx
20200401_Krasnopolsky.pptx20200401_Krasnopolsky.pptx
20200401_Krasnopolsky.pptxssuser6ae9a61
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksIJECEIAES
 
INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...
INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...
INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...Roberto Valer
 
Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...
Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...
Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...AhsunIqbal2
 
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)IrSOLaV Pomares
 
PV Solar Power Forecasting
PV Solar Power ForecastingPV Solar Power Forecasting
PV Solar Power ForecastingMohamed Abuella
 

Similar to Hourly probabilistic solar power forecasts (20)

A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
A Post-processing Approach for Solar Power Combined Forecasts of Ramp EventsA Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
A Post-processing Approach for Solar Power Combined Forecasts of Ramp Events
 
Short Presentation: Mohamed abuella's Research Highlights
Short Presentation: Mohamed abuella's Research HighlightsShort Presentation: Mohamed abuella's Research Highlights
Short Presentation: Mohamed abuella's Research Highlights
 
Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...
Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...
Predictive Analysis of Global Solar Radiation in Awka Using Statistical Error...
 
Comparative Study of Selective Locations (Different region) for Power Generat...
Comparative Study of Selective Locations (Different region) for Power Generat...Comparative Study of Selective Locations (Different region) for Power Generat...
Comparative Study of Selective Locations (Different region) for Power Generat...
 
Angstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, Nigeria
Angstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, NigeriaAngstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, Nigeria
Angstrom-Prescott Model for Predicting Global Solar Radiation in Mubi, Nigeria
 
Solar output power forecast using an ensemble framework with neural predictor...
Solar output power forecast using an ensemble framework with neural predictor...Solar output power forecast using an ensemble framework with neural predictor...
Solar output power forecast using an ensemble framework with neural predictor...
 
20200401_Krasnopolsky.pptx
20200401_Krasnopolsky.pptx20200401_Krasnopolsky.pptx
20200401_Krasnopolsky.pptx
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
2202.11214.pdf
2202.11214.pdf2202.11214.pdf
2202.11214.pdf
 
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural NetworksSolar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
Solar Photovoltaic Power Forecasting in Jordan using Artificial Neural Networks
 
INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...
INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...
INTRODUCING NREL’S BEST PRACTICES HANDBOOK FOR COLLECTION AND USE OF SOLAR RE...
 
Aee036
Aee036Aee036
Aee036
 
Short-term solar forecasting based on sky images
Short-term solar forecasting based on sky imagesShort-term solar forecasting based on sky images
Short-term solar forecasting based on sky images
 
F04414145
F04414145F04414145
F04414145
 
Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...
Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...
Dynamic_Feature_Selection_for_Solar_Irradiance_Forecasting_Based_on_Deep_Rein...
 
CliffStat.ppt
CliffStat.pptCliffStat.ppt
CliffStat.ppt
 
D04722440
D04722440D04722440
D04722440
 
05 2017 05-04-clear sky models g-kimball
05 2017 05-04-clear sky models g-kimball05 2017 05-04-clear sky models g-kimball
05 2017 05-04-clear sky models g-kimball
 
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
Forecasting commercial services from IrSOLaV - Luis Martin (IRSOLAV)
 
PV Solar Power Forecasting
PV Solar Power ForecastingPV Solar Power Forecasting
PV Solar Power Forecasting
 

More from Mohamed Abuella

Mohamed Abuella_Presentation_2023.pdf
Mohamed Abuella_Presentation_2023.pdfMohamed Abuella_Presentation_2023.pdf
Mohamed Abuella_Presentation_2023.pdfMohamed Abuella
 
Mohamed Abuella_Presentation_2023.pptx
Mohamed Abuella_Presentation_2023.pptxMohamed Abuella_Presentation_2023.pptx
Mohamed Abuella_Presentation_2023.pptxMohamed Abuella
 
Vessel Path Identification in Short-Sea Shipping
Vessel Path Identification in Short-Sea ShippingVessel Path Identification in Short-Sea Shipping
Vessel Path Identification in Short-Sea ShippingMohamed Abuella
 
Data Analytics for Improving Energy Efficiency in Short-Sea Shipping
Data Analytics for Improving Energy Efficiency in Short-Sea ShippingData Analytics for Improving Energy Efficiency in Short-Sea Shipping
Data Analytics for Improving Energy Efficiency in Short-Sea ShippingMohamed Abuella
 
Wind energy analysis for some locations in libya
Wind energy analysis for some locations in libyaWind energy analysis for some locations in libya
Wind energy analysis for some locations in libyaMohamed Abuella
 
Planning and Analysis for Solar Energy in Libya
Planning and Analysis for Solar Energy in LibyaPlanning and Analysis for Solar Energy in Libya
Planning and Analysis for Solar Energy in LibyaMohamed Abuella
 
Adjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecastsAdjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecastsMohamed Abuella
 
Wind solar energy_modeling_analysis
Wind solar energy_modeling_analysisWind solar energy_modeling_analysis
Wind solar energy_modeling_analysisMohamed Abuella
 
Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...
Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...
Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...Mohamed Abuella
 
Mohamed abuella's cloud of key skills & interests
Mohamed abuella's cloud of key skills & interestsMohamed abuella's cloud of key skills & interests
Mohamed abuella's cloud of key skills & interestsMohamed Abuella
 
ISES infographic of Renewables in the Grid
ISES infographic of Renewables in the GridISES infographic of Renewables in the Grid
ISES infographic of Renewables in the GridMohamed Abuella
 
Qualifying combined solar power forecasts in ramp events' perspective
Qualifying combined solar power forecasts in ramp events' perspectiveQualifying combined solar power forecasts in ramp events' perspective
Qualifying combined solar power forecasts in ramp events' perspectiveMohamed Abuella
 
Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...
Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...
Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...Mohamed Abuella
 
Study the Effects of Renewable Resources on Electric Grid Frequency
Study the Effects of Renewable Resources on Electric Grid FrequencyStudy the Effects of Renewable Resources on Electric Grid Frequency
Study the Effects of Renewable Resources on Electric Grid FrequencyMohamed Abuella
 
Study of using particle swarm for optimal power flow
Study of using particle swarm for optimal power flowStudy of using particle swarm for optimal power flow
Study of using particle swarm for optimal power flowMohamed Abuella
 

More from Mohamed Abuella (16)

Mohamed Abuella_Presentation_2023.pdf
Mohamed Abuella_Presentation_2023.pdfMohamed Abuella_Presentation_2023.pdf
Mohamed Abuella_Presentation_2023.pdf
 
Mohamed Abuella_Presentation_2023.pptx
Mohamed Abuella_Presentation_2023.pptxMohamed Abuella_Presentation_2023.pptx
Mohamed Abuella_Presentation_2023.pptx
 
Vessel Path Identification in Short-Sea Shipping
Vessel Path Identification in Short-Sea ShippingVessel Path Identification in Short-Sea Shipping
Vessel Path Identification in Short-Sea Shipping
 
Data Analytics for Improving Energy Efficiency in Short-Sea Shipping
Data Analytics for Improving Energy Efficiency in Short-Sea ShippingData Analytics for Improving Energy Efficiency in Short-Sea Shipping
Data Analytics for Improving Energy Efficiency in Short-Sea Shipping
 
Wind energy analysis for some locations in libya
Wind energy analysis for some locations in libyaWind energy analysis for some locations in libya
Wind energy analysis for some locations in libya
 
Planning and Analysis for Solar Energy in Libya
Planning and Analysis for Solar Energy in LibyaPlanning and Analysis for Solar Energy in Libya
Planning and Analysis for Solar Energy in Libya
 
Adjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecastsAdjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecasts
 
Wind solar energy_modeling_analysis
Wind solar energy_modeling_analysisWind solar energy_modeling_analysis
Wind solar energy_modeling_analysis
 
Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...
Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...
Study of NEPLAN Software for Load Flow and Short Faults Analysis تصميم شبكة ت...
 
Mohamed abuella's cloud of key skills & interests
Mohamed abuella's cloud of key skills & interestsMohamed abuella's cloud of key skills & interests
Mohamed abuella's cloud of key skills & interests
 
ISES infographic of Renewables in the Grid
ISES infographic of Renewables in the GridISES infographic of Renewables in the Grid
ISES infographic of Renewables in the Grid
 
Qualifying combined solar power forecasts in ramp events' perspective
Qualifying combined solar power forecasts in ramp events' perspectiveQualifying combined solar power forecasts in ramp events' perspective
Qualifying combined solar power forecasts in ramp events' perspective
 
Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...
Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...
Forecasting Solar Power Ramp Events Using Machine Learning Classification Tec...
 
Study the Effects of Renewable Resources on Electric Grid Frequency
Study the Effects of Renewable Resources on Electric Grid FrequencyStudy the Effects of Renewable Resources on Electric Grid Frequency
Study the Effects of Renewable Resources on Electric Grid Frequency
 
Study of using particle swarm for optimal power flow
Study of using particle swarm for optimal power flowStudy of using particle swarm for optimal power flow
Study of using particle swarm for optimal power flow
 
Smart Grid
Smart GridSmart Grid
Smart Grid
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Hourly probabilistic solar power forecasts

  • 1. 17-19 September 2017 - 49th North American Power Symposium Hourly Probabilistic Solar Power Forecasts Energy Production and Infrastructure Center Department of Electrical and Computer Engineering University of North Carolina at Charlotte Mohamed Abuella Prof. Badrul Chowdhury September 18, 2017
  • 2. 17-19 September 2017 - 49th North American Power Symposium 2 Presentation Outline Overview of Solar Power Forecasting Hourly Probabilistic Forecasting of Solar Power
  • 3. 17-19 September 2017 - 49th North American Power Symposium 3 Renewables Generations (Wind and Solar) are Too Variable High Efficiency and Large Energy Storage Still not Exist Reducing Cost and Pollution Why Forecast?Variable Generations (V.G.) Forecasting
  • 4. 17-19 September 2017 - 49th North American Power Symposium VG forecasting in US. electric utilities and ISO, such as CAISO, ERCOT, MISO, ISO-NE, NYISO,…etc. Botterud, J. Wang, V. Miranda, and R. J. Bessa, “Wind power forecasting in US electricity markets,” The Electricity Journal, vol. 23, no. 3, pp. 71–82, 2010. Elke Lorenz, “Solar Resource Forecasting” International Solar Energy Society (ISES) Webinar, 2016. Voyant, C., Notton, G., Kalogirou, S., Nivet, M. L., Paoli, C., Motte, F., & Fouilloy, A. (2017). Machine learning methods for solar radiation forecasting: A review. Renewable Energy, 105, 569-582. Forecast Horizons Post operating reserve requirements Clear DA market using SCUC/SCED Rebidding for RAC Post-DA RAC using SCUC Prepare and submit DA bids Clear RT market using SCED (every 5min) Intraday RAC using SCUC Prepare and submit RT bids Post results (RT energy and reserves) Post results (DA energy and reserves) Day Ahead: Operating Day: 11:00 16:00 17:00 -30min Operating hour DA: Day Ahead. RT: Real Time. SCUC: Security Constrained Unit Commitment. SCED: Security Constrained Economic Dispatch. RAC: Reliability Assessment Commitment. Wind / Solar Power Forecasting Intra-hour Intra-day Day ahead Forecasting horizon 15 min to 2 h 1 h to 6 h 1 day to 3 day Granularity-Time step 30 s to 5 min hourly hourly Related to Ramping events, variability related to operations Load following forecasting Unit commitment, transmission scheduling, day ahead markets Forecasting Models Total Sky Imager and/or time series Satellite Imagery and/or NWP Variable Generations (V.G.) Forecasting Forecast horizons, forecasting models and the related applications of VG forecasts 4 Where Forecast?
  • 5. 17-19 September 2017 - 49th North American Power Symposium Flowchart of the Combined Approach (Physical and Statistical) of the Solar Power Forecasting ; Solar Plant and Terrain Characteristics Numerical Weather Prediction (NWP) Atmospheric variables SCADA Data Spatial Refinement Local Roughness, topology. Atmospheric Stability Solar Power Plant Modeling Solar Power Conversion Equation/s Model Output Statistics (MOS) Systematic Error Correction Solar Generation Forecast Conversion to Power Downscaling Regression Extrapolation Solar Power Forecasting 5 How Forecast?
  • 6. 17-19 September 2017 - 49th North American Power Symposium Flowchart of the Solar Power Forecasting 6 Pre-Processing  Outlier detection and data cleansing  Feature engineering Weather Data  Solar irradiance  Temperature  Cloud coverage  Humidity  ...etc. PV System Data  Measured PV power output  Location and modules type, orientation, tilt,..etc. Forecasting Models Persistence model Statistical models Artificial intelligence models Point forecast Post-Processing  Ensemble  Analog ensemble Probabilistic forecast Combining the models’ outcomes by ensemble learning Hourly Probabilistic Forecasting of Solar Power
  • 7. 17-19 September 2017 - 49th North American Power Symposium Data Description: PV solar system is near Canberra, Australia. The panel type is Solarfun SF160-24-1M195, consisting of 8 panels, its nominal power of (1560W), and panel orientation 38° clockwise from the north, with panel tilt (of 36°). The historical observed solar power data are normalized to the rated capacity (i.e., 1560W). https://crowdanalytix.com/contests/global-energy-forecasting-competition-2014-probabilistic-solar-power-forecasting http://www.ecmwf.int (European Centre for Medium-Range Weather Forecasts) Training Testing Hourly Probabilistic Forecasting of Solar Power The weather forecast data and the available measured solar power data from April 2012 to May 2014. No. Month Year 1 April 2012 2 May 2012 3 June 2012 4 July 2012 5 August 2012 6 September 2012 7 October 2012 8 November 2012 9 December 2012 10 January 2013 11 February 2013 12 March 2013 13 April 2013 14 May 2013 15 June 2013 16 July 2013 17 August 2013 18 September 2013 19 October 2013 20 November 2013 21 December 2013 22 January 2014 23 February 2014 24 March 2014 25 April 2014 26 May 2014 Weather Variables No. Variable Name 1 Cloud Water Content 2 Cloud Ice Content 3 Surface Pressure 4 Relative Humidity 5 Cloud Cover 6 10m-U Wind 7 10m-V Wind 8 2-m Temperature 9 Surface solar radiation down 10 Surface thermal radiation down 11 Top net solar radiation 12 Total precipitation Weather predictions are produced by the global numerical weather prediction system (ECMWF). 7
  • 8. 17-19 September 2017 - 49th North American Power Symposium Multiple Linear Regression (MLR) Analysis, Artificial Neural Networks (ANN), and Support Vector Regression (SVR) are deployed for the short-term solar power forecasting. Flowchart of the forecasting models New Input X Predicted Output Y Flowchart of solar forecasting model building steps Building the Model Training Validation Testing Forecasting Models Parametric and Nonparametric Models T. Hastie, R. Tibshirani, J. Friedman, and others, The elements of statistical learning, 2nd Edition. Springer-Verlag New York, 2009. 8
  • 9. 17-19 September 2017 - 49th North American Power Symposium General diagram of combining different models Model B Model A Model C Model N Method of Combining the Models Combined Forecasts Individual forecasting models Combining Various Models Methods of Combining The Models Random forest (RF) is chosen to be the ensemble learning method for combining the various models’ outcomes. Fcomb=WA*MA+ WB*MB + WC*MC ….+ WN*MN WN is a weight is assigned to the outcome of a model MN Ensemble Forecasts T. Hastie, R. Tibshirani, J. Friedman, and others, The elements of statistical learning, 2nd Edition. Springer-Verlag New York, 2009. 9
  • 10. 17-19 September 2017 - 49th North American Power Symposium Day Month 1 : June : July : : : : : : : April 30 May 31 00:00 : 23:00 Weather Data : : : : : : : : : : : : : : : : : : : : : : PV Power : : (PastObservations) : : : : : : Forecasts (Model’s Outcomes) at 00:00 Day Month 1 : June : July : : : : : : : April 30 May 31 00:00 : 23:00 Weather Data : : : : : : : : : : : : : : : : : : : : : : Models’ Outcomes : : : : : : : : : : : : : : : : : : : : : : : : Forecasts PV Power : : (PastObservations) : : : : : : Combined Forecasts (a) (b) Persistence model and day-ahead Forecasts from MLR, ANN and SVR Combining by Radom ForestProducing Different Models’ Outcomes Schematic diagram of producing and ensemble different models’ outcomes 10 Ensemble Forecasts 𝑃𝑒𝑟𝑠𝑖𝑠𝑡𝑒𝑛𝑐𝑒 𝑚𝑜𝑑𝑒𝑙, 𝐹(𝑡 = 𝑃(𝑡 − ℎ𝑜𝑟𝑖𝑧𝑜𝑛
  • 11. 17-19 September 2017 - 49th North American Power Symposium 𝑓𝑅𝐹 = 1 𝐵 𝑏=1 𝐵 𝑇𝑏 𝑥 [Ref. ] Each tree of the random forest is trained with random samples (random input dataset). In the forecasting process (test) the trees give different forecasts, which can be then used for quantifying the uncertainty of the average output and producing the probabilistic forecasts. The prediction of a given point x of the response variable is then obtained by averaging the individual trees outputs: T. Hastie, R. Tibshirani, J. Friedman, and others, The elements of statistical learning, 2 Edition. Springer-Verlag New York, 2009. Note: In fact, tree splitting is not simple as it seems, since x can comes with dimensions up to 20 dimensions. Probabilistic Forecasts Ensemble-based probabilistic forecasts method: 11
  • 12. 17-19 September 2017 - 49th North American Power Symposium Analog Ensemble (AnEn) method: S. Alessandrini, L. Delle Monache, S. Sperati, and G. Cervone, “An analog ensemble for short-term probabilistic solar power forecast,” Appl. Energy, vol. 157, pp. 95–110, 2015. Probability Distribution Observed Solar Power Given Point ForecastPast Solar Power Forecasts Probabilistic Forecasts where 𝐹Given 𝐻𝑟 denotes the given point forecast at an hour Hr, for which the prediction interval will be estimated, 𝐹Past 𝐻𝑟 the point forecasts at the same hour of the day. Notice that all values are normalized in the range [0, 1]. 𝐹Given 𝐻𝑟 − 𝐹Past 𝐻𝑟 ≤ ε Schematic diagram of analog ensemble method ε = 0.1 12
  • 13. 17-19 September 2017 - 49th North American Power Symposium Persistence probabilistic forecasts method: Probabilistic Forecasts Probability Distribution Observed Solar Power Given Point Forecast tt-24t-48t-72 Schematic diagram of analog ensemble method The 10, 20 and 30 recent observed powers are carried out. It is found that the recent 10 observed solar powers at the given hour with CDF distribution achieve more accurate persistence probabilistic forecasts. 13 No past forecasts are needed.
  • 14. 17-19 September 2017 - 49th North American Power Symposium Probabilistic Forecasts Different distributions of probability Probability distributions by the cumulative distribution function (CDF) 14 Linear CDF Max Min to derive CDF Parametric normal- distributed CDF Mean Std. dev. to derive CDF. Nonparametric CDF No mean neither Std. Dev. CDF is estimated by piecewise nonparametric method The probabilistic forecasts are estimated by using CDF-1 For example, for a given point forecast at 14:00, June 2nd 2013: Histogram of the ensemble of RF’s outcomes
  • 15. 17-19 September 2017 - 49th North American Power Symposium The objective is to determine probabilistic solar forecasts in the form of probabilistic distribution (in quantiles) in incremental time steps through the forecast horizon. A Pinball loss function is used to evaluate the accuracy of the probabilistic forecasts. It is a piecewise linear function which is often used to evaluate the accuracy of quantile forecasts. J. M. Morales, A. J. Conejo, H. Madsen, P. Pinson, and M. Zugno, Integrating renewables in electricity markets - Operational problems, vol. 205. Boston, MA: Springer US, 2014. where Pbq(F, P) is the pinball loss function to the probabilistic forecasts for each hour; 𝐹 is the forecasted value at the certain q quantile of the probabilistic solar power forecasts, and P is the observed value of the solar power. The quantile q has discrete values 𝑞 ∈ [0.01, 0.99].For instance, q = 0.9 means that there is a 90% probability that the observed solar power will be less than the value of the 90th quantile. Probabilistic Forecasts Evaluation of probabilistic forecasts: 𝑃𝑏 𝑞(𝐹, 𝑃 = 𝑞 𝐹 − 𝑃 , 𝑖𝑓 𝑃 ≤ 𝐹 1 − 𝑞 𝑃 − 𝐹 , 𝑖𝑓 𝑃 > 𝐹 15
  • 16. 17-19 September 2017 - 49th North American Power Symposium Graphs of the probabilistic forecasts of the three methods for three days Results and Evaluation The lower Pinball (Pb) is, the more accurate probabilistic forecasts are. Pinball loss function (Pb): 𝑃𝑏 𝑞(𝐹, 𝑃 = 𝑞 𝐹 − 𝑃 , 𝑖𝑓 𝑃 ≤ 𝐹 1 − 𝑞 𝑃 − 𝐹 , 𝑖𝑓 𝑃 > 𝐹 16
  • 17. 17-19 September 2017 - 49th North American Power Symposium Monthly Pinball of the probabilistic forecasts of the three methods Results and Evaluation Month Pinball (Pb) Improvement of Ensemble Over Persistence Analog Ensemble Ensemble Persistence Analog Ensemble June 0.0166 0.0097 0.0095 42% 2% July 0.0176 0.0122 0.0124 29% -2% August 0.0182 0.0111 0.0117 36% -5% September 0.0173 0.0116 0.0115 34% 1% October 0.0149 0.0096 0.0096 36% 0% November 0.0191 0.0104 0.0106 45% -2% December 0.0162 0.0090 0.0089 45% 1% January 0.0179 0.0083 0.0080 55% 4% February 0.0215 0.0104 0.0098 54% 6% March 0.0208 0.0128 0.0131 37% -2% April 0.0194 0.0103 0.0099 49% 3% May 0.0137 0.0086 0.0080 42% 7% Average Pb. 0.0178 0.0103 0.0102 42% 1% Pinball loss function (Pb): The lower Pinball (Pb) is, the more accurate probabilistic forecasts are.𝑃𝑏 𝑞(𝐹, 𝑃 = 𝑞 𝐹 − 𝑃 , 𝑖𝑓 𝑃 ≤ 𝐹 1 − 𝑞 𝑃 − 𝐹 , 𝑖𝑓 𝑃 > 𝐹 17
  • 18. 17-19 September 2017 - 49th North American Power Symposium Results and Evaluation -8% -6% -4% -2% 0% 2% 4% 6% 8% Improvement The Improvements of Ensemble over Analog Ensemble 0.0000 0.0050 0.0100 0.0150 0.0200 0.0250 Pinball Probabilistic Forecasts Persistence Analog Ensemble Ensemble 18
  • 19. 17-19 September 2017 - 49th North American Power Symposium Conclusions  The probabilistic forecasting are quantifying the uncertainty associated with point forecasts.  Combining the forecasts of various models leads to accurate point and probabilistic forecasts.  Throughout the complete year, the ensemble based-probabilistic forecasts are more accurate. than the analog ensemble and persistence probabilistic forecasts.  The random forest is a powerful ensemble learning method.  The CDF with the assumption of a normal distribution is better than the linear distribution to produce the probabilistic forecasts.  The nonparametric estimation of CDF without the normality assumption yields a small improvement (Pb=0.0100 vs. Pb=0.0102 with a normality assumption of CDF).  With additional historical data, the forecasting performance could be improved. 19
  • 20. 17-19 September 2017 - 49th North American Power Symposium Thanks for Your Listening Any Question? http://epic.uncc.edu/ Mohamed Abuella mabuella@uncc.edu Energy Production and Infrastructure Center University of North Carolina at Charlotte