Understanding the Drivers of Negative Electricity Price Using Decision Tree

Size: px
Start display at page:

Download "Understanding the Drivers of Negative Electricity Price Using Decision Tree"

Transcription

1 2017 Ninth Annual IEEE Green Technologies Conference Understanding the Drivers of Negative Electricity Price Using Decision Tree José Carlos Reston Filho Ashutosh Tiwari, SMIEEE Chesta Dwivedi IDAAM Educação Superior Houston, TX, USA Houston, TX, USA Manaus, Brazil Abstract This paper proposes a hybrid approach, integrating Decision Trees (DT) and Artificial Neural Networks (ANN) for energy price classification in deregulated electricity market. The proposed model does not aim to predict future values of energy prices, but classify and explain the negative Locational Marginal Price (LMP) that are observed in the grid. The negative LMPs are grouped by the K-means technique and then taken as a target. Starting from a large set of potential variables that influence the price of energy, a feature selection technique is applied to identify the most relevant attributes in pricing. The C5.0 and ANN algorithms are used for classification. The California ISO market is used as a test system to demonstrate the proposed approach. The results show that an ensemble model of C5.0 and ANN produced high accuracy, and can be an interesting tool to explain the occurrence of negative prices. Index Terms-- classification, decision tree, electricity price, feature selection, LMP, multilayer perceptron. I. INTRODUCTION With the increased penetration of renewable energy in the electric grid, the occurrence of negative LMPs in the electric grid has increased. The impact of that is not only limited to individual price nodes, but even the prices at Zonal and Hub level get affected. Thus, it become ever more important to understand what system conditions lead to negative LMPs. This will help power plant operators to better manage the operation of their generating plant. It will also enable the system operator to economically and reliably operate the grid. The future prediction of electric power system operating conditions such as load and related energy prices is an important activity for risk management in energy markets. There are many studies done on the subject in [1]-[4] literature. However, the focus of this paper is to classify power prices and not predict future prices. The most common techniques found in the literature for the energy price feature classification are data mining [5], Support Vector Machines [6], regression and classification trees [7] and neural networks [8]. In this context, this paper proposes a LMP price classification method using decision tree. Predictions are made with respect to whether the LMP is below a threshold level for given system conditions. The decision tree algorithm used is C5.0. These results are compared with artificial neural networks (ANN), another classification technique commonly used. Also, ensemble models combining C5.0 and ANN are analyzed. The main contributions of this paper is to create a model which can be used to determine the occurrence of negative LMP. The model can be used by independent power producers to mitigate the risk of negative prices and curtailment of plant output. The rest of the paper is organized as follows. In Section II, a review of decision tree classification methods is presented. Details of the proposed price classification method are discussed in Section III. Section IV presents the numerical results and the classifications rules obtained. Finally, the conclusions are addressed in Section V. II. CLASSIFICATION ALGORITHMS The classification, prediction, clustering, and feature selection tasks can be performed by a Decision Tree (DT) [9]. Its structure are transparent, intuitive and easy to interpret. Its representation enables users to see the impact of different features on target variables. The DT is constructed by repeated splits of subsets into descendant subsets. In each split an inquiry about the input variables is made, and the answers lead to each descendant subset. The subsets are called nodes. A leaf node is a node without further splits, and has an output value and a rule, which can be expressed in the form of if-then. The DT acts as a classification model applied to existing data. Once DT is applied to new data, with unknown classes, it gives a prediction of the class. In this sense, a DT tree is used in this paper to build a classification model for LMP price classes. Various DT algorithms are based on a greedy top-down recursive partitioning strategy. Those methods uses different variants of impurity measures, like, information gain [10], gain ratio [11], Gini-index [12] and distance-based measures [13], to select an input attribute to be associated with an internal node /17 $ IEEE DOI /GreenTech

2 The most used DT induction algorithms are ID3 (Interactive Dichotomiser 3), C4.5 and CART (classification and regression tree) [10], [11], [12]. The algorithm C5.0 is the current commercial successor of C4.5 and is implemented in this paper. III. PROPOSED METHODOLOY The proposed methodology consists of 5 stages. In the first stage; the dependent and independent variables are selected. Locational Marginal Price (LMP) is considered as the dependent variable. Under the independent variables; system load, power generation (hydro, thermal, nuclear and renewable), and as well as energy imports are considered. Figure 1 presents the five-stage classification process. rules are presented which show the boundary conditions for which the independent variables generate negative LMPs. IV. RESULTS The effectiveness of the proposed methodology is demonstrated by using the California Independent System Operator [14]. All information was taken from CAISO Market data, such as LMP, load, imports and generation data (such as wind, solar, hydro, thermal). The LMP and the independent variables range from 1/1/2013 to 09/30/2016. The LMP location is chosen as Hub SP-15, which is a liquid and major trading hub. Figure 1. 5 stage classification process. In the second stage; LMP prices are grouped into classes by clustering k-means technique. Group formations are tested in different amounts. The configuration that presents better results are grouped into different clusters. Details such as the cluster center, number of samples and cluster percentage on the set of samples are recorded in this stage. In the third stage; feature selection is performed for the independent variables. The aim with this action is to reduce the amount of input vectors of classifiers, eliminating redundant variables and those that are not relevant. In this work, two types of classifiers were applied. The most important predictors were identified using the C5.0 decision tree and ANN. In the fourth stage of this methodology classifiers are modeled. For each of the proposed classifier (C5.0 and ANN) a model is developed to avoid over-training by partitioning the input space in 80% of samples for training and 20% of samples for test. The target price is LMP, and the input space are the selected predictors in the previous step. Finally, in the fifth stage; a hybrid classifier model is created that combines the forces of C5.0 model with ANN. Both for individual models, and for the ensemble model, classifying capabilities are evaluated. At the end, the relevant Figure 2. Histogram of negative LMP. Figure 2, shows the histogram of negative LMP observed over the period of roughly 4 years from 1/1/2013 to 09/30/2016. From the histogram it can be observed that it has a significant left tail. Further, it also shows that there are many hours during which the LMP is in the range of $-25 to $0. In Figure 3, the frequency of negative LMPs occurring at SP-15 Hub can be observed. The occurrence of negative LMPs have increased over the years. Infact, from year 2013 to year 2016, the frequency of occurrence of negative LMP has become little more than double. This definitely means that there is some structural change happening in the CAISO system which is leading to increase in occurrence of negative LMP. The frequency of negative LMPs is generally higher during the months of March-May as shown in Figure 4. On looking more granularly on hourly basis in Figure 5, it can be observed that there s more frequency of negative LMPs between the hours 09hr-14hr. Further it can be observed that frequency has increased over years. 152

3 Figure 5. Frequency of negative LMP by hour for different years. Figure 3. Frequency of negative LMP by year. Year TABLE I. YEARLY SUMMARY OF LMPS AT SP-15 HUB Hub Sum of Negative LMP ($/MW) Average of Negative LMP ($/MWh) Min of Negative LMP ($/MWh) 2013 SP15-3, SP15-6, SP15-15, SP15-6, Figure 4. Frequency of negative LMP by month for different years. TABLE I, shows that statistical summary of negative LMPs at SP-15 hub. It can be observed that not only the frequency of negative LMPs is high, their magnitude is also significant. During the year 2015, the sum of negative LMPs was $/MW(-15,143). This is a significant impact, especially to power plant producers whose revenues get impacted by this. The most negative LMP that was observed in that year for an hour was (-305) $/MWh. These numbers are hard to be overlooked. Therefore, a Decision Tree model is developed to understand system conditions that most likely have the probability of causing negative LMPs. For the investigation for this large dataset, the data mining workbench IBM SPSS Modeler 18 was used. This software was used to develop all the techniques to plan, develop and test the proposed models. At first feature selection process is utilized, which lead to important independent variables. The important variables are solar generation, wind generation, hydro generation, and load. Next, the decision tree model is built by using 80% of the randomly chosen dataset to train the model. Then the remaining 20% of the dataset is used the test the accuracy of the model. To check the accuracy of the model, percentage classification accuracy (PCA) is used. The PCA works as the overall measure of classification error and can be defined in (1). N tot N mis PCA = 100 (1) N tot Where N tot are the total number of samples and N mis are the number of misclassified samples. TABLE II, shows the PCA results arising from the application of equation (1) obtained with the individual models and with the ensemble model. 153

4 PCA (%) TABLE II. PCA RESULTS C5.0 ANN Ensemble Model Training Test Training Test Training Test TABLE III, shows the rules obtained from using decision tree that explains how various system conditions of the input variables lead to negative LMP prices. Rule No Classification Rule TABLE III. CLASSIFICATION RULES If TotalLoad<=25,425 HydroGen>1,523 HydroGen<=1,636 SolarGen>1,544 SolarGen<=5,206 WindGen>2,380 WindGen<=3,541 If TotalLoad<=24,329 HydroGen>829 HydroGen<=1,212 SolarGen<=4,411 WindGen>2,100 WindGen<=2,321 If TotalLoad>22,972 TotalLoad<=23,302 HydroGen>829 SolarGen>585 WindGen>1,678 WindGen<=2,710 Rule No Classification Rule If TotalLoad>23,302 TotalLoad<=25,480 HydroGen>863 HydroGen<=890 SolarGen>585 SolarGen<=4,022 WindGen>1,144 WindGen<=3,653 If TotalLoad>22,066 TotalLoad<=27,353 HydroGen>1,274 HydroGen<=1,636 SolarGen<=6,197 WindGen>2,324 WindGen<=2,380 If TotalLoad<=23,082 HydroGen>2,981 SolarGen>3,305 SolarGen<=5,111 WindGen>1,869 WindGen<=3,181 Solar Load (%) = Solar Generation/Load (2) Wind Load (%) = Wind Generation/Load (3) The higher the Solar Load (%) and Wind Load (%), the more downward pressure on LMP is observed. TABLE IV, shows the solar generation as percentage of load. It can be observed that during months April- May solar load percentage is high and has been increasing over the years. TABLE IV. TOTAL SOLAR % OF LOAD BY MONTH Total Solar Load % by Month Month Jan 1.0% 2.9% 4.0% 4.6% Feb 1.6% 3.7% 6.0% 8.3% Mar 2.0% 5.1% 7.2% 8.6% Apr 2.2% 5.8% 8.5% 10.1% May 2.3% 6.0% 8.3% 11.4% Jun 2.6% 6.3% 7.7% 10.0% Jul 2.3% 5.1% 7.4% 10.1% Aug 2.7% 5.3% 7.2% 9.8% Sep 3.0% 5.2% 6.7% 10.1% Oct 3.1% 5.1% 6.1% NA Nov 2.7% 4.9% 6.4% NA Dec 2.7% 3.2% 5.0% NA TABLE V. TOTAL WIND % OF LOAD BY MONTH Total Wind Load % by Month Month Jan 2.5% 2.9% 1.0% 4.0% Feb 4.4% 5.2% 3.9% 3.4% Mar 5.8% 5.9% 4.5% 7.8% Apr 8.7% 7.4% 7.1% 7.9% May 8.6% 8.7% 9.2% 8.7% Jun 7.8% 9.1% 7.8% 7.9% Figure 6. Total CAISO load by month for different years. Figure 6, shows the CAISO system load by month for different years. It can be observed that there has not been a significant increase in load over the years. Further, the spring season, which is March-May period, can be considered as a low load demand season compared to other seasons. To understand the impact of solar and wind generation on the LMP, it s important to understand how much load is served by solar and wind generation. This can be given by: Jul 5.9% 6.0% 6.4% 7.5% Aug 5.5% 5.6% 6.5% 6.5% Sep 5.4% 4.4% 4.0% 5.0% Oct 3.9% 3.9% 3.4% NA Nov 3.2% 4.0% 3.7% NA Dec 2.3% 3.0% 5.1% NA Similarly, TABLE V, shows the wind generation as percentage of load. It can be observed that during months April-May wind load percentage is high. Thus there is 154

5 significant Load% of solar and wind combined during the April-May period. This explains the cause of high frequency of negative LMPs during these months. TABLE VI, shows solar load % at a more granular hourly level. It can be observed that during the hours of 10hr-14hr is relatively high compared to other hours. This explains the influence of solar generation on lower and negative LMPs during these hours. Further as the solar load percentage has increased over the years, so has the frequency of negative LMP. In TABLE VII, wind load % is shown at an hourly level. It can be observed that during the hours of 2hr-4hr is relatively high compared to other hours. Also, the percentage has increased over the years. This explains the impact of wind generation on negative LMPs in the early morning hours of 3hr-4hr. TABLE VI. TOTAL SOLAR % OF LOAD BY HOUR Total Solar Load % by Hour Time % 0.0% 0.0% 0.0% 2 0.0% 0.0% 0.0% 0.0% 3 0.0% 0.0% 0.0% 0.0% 4 0.0% 0.0% 0.0% 0.0% 5 0.0% 0.0% 0.0% 0.0% 6 0.0% 0.0% 0.0% 0.0% 7 0.1% 0.4% 0.6% 1.3% 8 1.4% 3.2% 4.9% 8.0% 9 3.7% 8.2% 11.9% 16.8% % 11.7% 16.2% 21.4% % 13.2% 17.9% 23.3% % 13.5% 18.2% 23.8% % 13.3% 18.0% 23.6% % 12.7% 17.3% 22.8% % 11.8% 16.1% 21.5% % 9.9% 13.6% 19.1% % 7.0% 9.6% 15.2% % 4.3% 6.1% 10.3% % 1.6% 2.4% 4.5% % 0.2% 0.3% 0.5% % 0.0% 0.0% 0.0% % 0.0% 0.0% 0.0% % 0.0% 0.0% 0.0% % 0.0% 0.0% 0.0% TABLE VII. TOTAL WIND % OF LOAD BY HOUR Total Wind Load % by Hour Time % 7.8% 6.8% 8.7% 2 7.6% 8.0% 7.4% 9.7% 3 7.5% 7.9% 7.3% 9.5% 4 7.2% 7.6% 7.0% 9.2% 5 6.8% 7.1% 6.6% 8.6% 6 6.3% 6.5% 6.0% 7.7% 7 5.5% 5.7% 5.2% 6.7% 8 4.7% 5.0% 4.5% 5.8% 9 4.2% 4.4% 4.0% 5.0% % 3.9% 3.7% 4.5% % 3.7% 3.5% 4.2% % 3.6% 3.5% 4.0% % 3.7% 3.7% 4.2% % 3.9% 3.9% 4.5% % 4.3% 4.2% 5.0% % 4.7% 4.5% 5.6% % 5.1% 4.9% 6.1% % 5.3% 5.2% 6.4% % 5.6% 5.4% 6.8% % 5.8% 5.6% 7.0% % 6.0% 5.8% 7.2% % 6.3% 6.1% 7.6% % 6.8% 6.5% 8.2% % 7.4% 7.0% 8.8% V. CONCLUSIONS Occurrence of negative power prices is a reality now. To understand the drivers of negative LMP, this paper presents a classification model. This immensely helps in establishing a boundary of system conditions that lead to negative prices. To achieve this decision tree algorithm C5.0 and ANN are investigated. In addition, an ensemble model combining C5.0 and ANN is also analyzed. The results show that the ensemble model which combines C5.0 and ANN produced high accuracy, and smaller mean percentage classification error, compared with individual method. However, C5.0 used alone also performs very well. The classification rules automatically extracted from the decision tree are very important to exploratory knowledge discovery. The proposed approach provides a powerful technique for understanding of negative prices and their consequences in the energy marketing process. This methodology can help independent power producers to 155

6 schedule their generators in efficient way. Also they can hedge their generators against the risk of negative prices and curtailment. REFERENCES [1] S.K. Aggarwal, L.M. Saini, A. Kumar, Electricity price forecasting in deregulated markets: a review and evaluation, Inernational Journal of Electrical Power Energy Systems, Vol. 31, pp , [2] H. Zareipour, A. Janjani, H. Leung, A. Motamedi, A. Schellenberg, Classi cation of Future Electricity Market Prices, IEEE Trans. Power System, vol. 26, no. 1, pp , [3] L. Wu, M. Shahidenpour, A hybrid model for day-ahead price forecasting, IEEE Trans. Power System, vol. 25, no. 3, pp , [4] J. C. R. Filho, C. M. Affonso, R. C. L. Oliveira, Energy price prediction multi-step ahead using hybrid model in the Brazilian Market, Electric Power System Research, pp , [5] D. Huang, H. Zareipour, W.D. Rosehart, N. Amjady. Data Mining for Electricity Price Classification and the Application to Demand-Side Management. IEEE Transactions on Smart Grid, vol. 3, no. 2, pp DOI /TSG [6] H. Zareipour, A. Janjani, H. Leung, A. Montamedi, A. Schellenberg. Classification of Future Electricity Market Prices. IEEE Transactions on Power Systems, vol. 26, no. 1, pp DOI /TPWRS [7] C. Gozález, J. Mira-Mc Williams, I. Juárez, Important variable assessment and electricity price forecasting based on regression tree models: classification and regression trees, Bagging and Random Forests. IET Generation, Transmission & Distribution, vol. 9, no. 11, pp DOI /iet-gtd [8] S. Anbazhagan; N. Kumarappan. Binary classification of day-ahead deregulated electricity market prices using neural networks. Power India Conference, 2012 IEEE Fifth, pp DOI /PowerI [9] R. O. Duda, P. E. Hart, D. G. Stork, Pattern Classification, New York: Wiley-Interscience, [10] J. R. Quinlan, Induction of decision trees, Machine Learning, vol. 1, no. 1, pp , [11] J. R. Quinlan, C4.5: programs for machine learning, Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, [12] L. Breiman, J. H. Friedman, R. A. Olshen, C. J. Stone, Classification and Regression Trees (Wadsworth), Chapman & Hall, [13] R. L. De Mantaras, A distance-based attribute selection measure for decision tree induction, Machine Learning, vol. 6, no. 1, pp ,1991. [14] CAISO, [Online]. Available: 156

California Independent System Operator Corporation. California ISO. Import resource adequacy. Department of Market Monitoring

California Independent System Operator Corporation. California ISO. Import resource adequacy. Department of Market Monitoring k California Independent System Operator Corporation California ISO Import resource adequacy September 10, 2018 Department of Market Monitoring Summary This report provides an update of analysis and trends

More information

Using Decision Tree to predict repeat customers

Using Decision Tree to predict repeat customers Using Decision Tree to predict repeat customers Jia En Nicholette Li Jing Rong Lim Abstract We focus on using feature engineering and decision trees to perform classification and feature selection on the

More information

Wind Update. Renewable Energy Integration Lessons Learned. March 28, 2012

Wind Update. Renewable Energy Integration Lessons Learned. March 28, 2012 Wind Update Renewable Energy Integration Lessons Learned March 28, 212 Contents Summary Review of Historical Wind Growth and Output Impact of Wind on Operations Wind Curtailments Dispatchable Intermittent

More information

Predicting and Explaining Price-Spikes in Real-Time Electricity Markets

Predicting and Explaining Price-Spikes in Real-Time Electricity Markets Predicting and Explaining Price-Spikes in Real-Time Electricity Markets Christian Brown #1, Gregory Von Wald #2 # Energy Resources Engineering Department, Stanford University 367 Panama St, Stanford, CA

More information

California ISO. Q Report on Market Issues and Performance. February 10, Prepared by: Department of Market Monitoring

California ISO. Q Report on Market Issues and Performance. February 10, Prepared by: Department of Market Monitoring California Independent System Operator Corporation California ISO Q4 2013 Report on Market Issues and Performance February 10, 2014 Prepared by: Department of Market Monitoring Department of Market Monitoring

More information

Simultaneous Electricity Price and Demand Forecasting in Smart Grids

Simultaneous Electricity Price and Demand Forecasting in Smart Grids Simultaneous Electricity Price and Demand Forecasting in Smart Grids Vahid ASGARI 1,*, Ali Rahmani LARMAI 2 1 Mazandaran Electricity Distribution Company,Sari,Iran Asgari.vahid@yahoo.com, 989352816737

More information

Regional Impact of Renewables

Regional Impact of Renewables Regional Impact of Renewables Mark Rothleder Vice President, Market Quality and Renewable Integration Gas/Electric Partnership Conference Houston, TX February 1, 2018 CAISO 2018 - Public Page 1 CAISO 2018

More information

Capacity and Flexibility Needs under Higher Renewables

Capacity and Flexibility Needs under Higher Renewables Capacity and Flexibility Needs under Higher Renewables Project Deliverable October 1, 2015 Arne Olson, Partner Ana Mileva, Senior Consultant Elaine Hart, Managing Consultant Defining today s planning problem

More information

Section 3 Characteristics of Credits Types of units. Economic Noneconomic Generation.

Section 3 Characteristics of Credits Types of units. Economic Noneconomic Generation. Section 3 Operating Reserve Operating Reserve Day-ahead and real-time operating reserve credits are paid to market participants under specified conditions in order to ensure that resources are not required

More information

Electric Forward Market Report

Electric Forward Market Report Mar-01 Mar-02 Jun-02 Sep-02 Dec-02 Mar-03 Jun-03 Sep-03 Dec-03 Mar-04 Jun-04 Sep-04 Dec-04 Mar-05 May-05 Aug-05 Nov-05 Feb-06 Jun-06 Sep-06 Dec-06 Mar-07 Jun-07 Sep-07 Dec-07 Apr-08 Jun-08 Sep-08 Dec-08

More information

Charles D. Corbin & Gregor P. Henze

Charles D. Corbin & Gregor P. Henze Assessing Impact of Large-Scale Distributed Residential HVAC Control Optimization on Electricity Grid Operation and Renewable Energy Integration May 11, 2015 Charles D. Corbin & Gregor P. Henze Department

More information

Energy Uplift (Operating Reserves)

Energy Uplift (Operating Reserves) Section 4 Energy Uplift Energy Uplift (Operating Reserves) Energy uplift is paid to market participants under specified conditions in order to ensure that resources are not required to operate for the

More information

La regulación del incierto futuro de los sistemas eléctricos

La regulación del incierto futuro de los sistemas eléctricos La regulación del incierto futuro de los sistemas eléctricos Foro XM-2017 El futuro de la energía eléctrica en Colombia 25 de mayo, Cartagena, Colombia Carlos Batlle https://energy.mit.edu/profile/carlos-batlle

More information

KNOWLEDGE ENGINEERING TO AID THE RECRUITMENT PROCESS OF AN INDUSTRY BY IDENTIFYING SUPERIOR SELECTION CRITERIA

KNOWLEDGE ENGINEERING TO AID THE RECRUITMENT PROCESS OF AN INDUSTRY BY IDENTIFYING SUPERIOR SELECTION CRITERIA DOI: 10.21917/ijsc.2011.0022 KNOWLEDGE ENGINEERING TO AID THE RECRUITMENT PROCESS OF AN INDUSTRY BY IDENTIFYING SUPERIOR SELECTION CRITERIA N. Sivaram 1 and K. Ramar 2 1 Department of Computer Science

More information

Self-Schedules Bid Cost Recovery Allocation and Lower Bid Floor

Self-Schedules Bid Cost Recovery Allocation and Lower Bid Floor Summary Self-Schedules Bid Cost Recovery Allocation and Lower Bid Floor Draft Final Proposal Comments by Department of Market Monitoring August 23, 2016 The ISO proposal to lower the energy bid floor from

More information

UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION

UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION UNITED STATES OF AMERICA FEDERAL ENERGY REGULATORY COMMISSION California Independent System ) Docket Nos. ER12-1630 Operator Corporation ) ER14-971 Informational Report of the California Independent System

More information

The Future of Electricity: A Market with Costs of Zero? Marginal

The Future of Electricity: A Market with Costs of Zero? Marginal The Future of Electricity: A Market with Costs of Zero? Marginal Richard Green, IAEE European Conference, 217 1 Supply /MWh Marginal Cost Nuclear CCGT OCGT GW 2 Demand and Supply Prices reflect Marginal

More information

2 Maria Carolina Monard and Gustavo E. A. P. A. Batista

2 Maria Carolina Monard and Gustavo E. A. P. A. Batista Graphical Methods for Classifier Performance Evaluation Maria Carolina Monard and Gustavo E. A. P. A. Batista University of São Paulo USP Institute of Mathematics and Computer Science ICMC Department of

More information

Today. Last time. Lecture 5: Discrimination (cont) Jane Fridlyand. Oct 13, 2005

Today. Last time. Lecture 5: Discrimination (cont) Jane Fridlyand. Oct 13, 2005 Biological question Experimental design Microarray experiment Failed Lecture : Discrimination (cont) Quality Measurement Image analysis Preprocessing Jane Fridlyand Pass Normalization Sample/Condition

More information

California ISO. Q Report on Market Issues and Performance. November 1, Department of Market Monitoring

California ISO. Q Report on Market Issues and Performance. November 1, Department of Market Monitoring California Independent System Operator Corporation California ISO Q3 2018 Report on Market Issues and Performance November 1, 2018 Department of Market Monitoring TABLE OF CONTENTS Executive summary...

More information

A Bulk Energy Storage Resource Case Study with 40% RPS in 2024

A Bulk Energy Storage Resource Case Study with 40% RPS in 2024 A Bulk Energy Storage Resource Case Study with 40% RPS in 2024 Shucheng Liu Principal, Market Development 2015-2016 Transmission Planning Process Stakeholder Meeting February 18, 2016 California ISO Public

More information

The Future of Electricity: A Market with Costs of Zero? Marginal

The Future of Electricity: A Market with Costs of Zero? Marginal The Future of Electricity: A Market with Costs of Zero? Marginal Imperial College Business School Richard Green, IAEE European Conference, 217 1 Running your mouse over the bubble in the top left corner

More information

Market Monitor Report

Market Monitor Report Market Monitor Report MC Webinar February 19, 2019 Joe Bowring PJM Load 2019 www.monitoringanalytics.com 2 180,000 170,000 RT Monthly Average Hourly Load 2017 2018 160,000 150,000 140,000 Demand (MWh)

More information

Presentation for the Local Government Commission and the Community Environmental Council. July 13, 2007

Presentation for the Local Government Commission and the Community Environmental Council. July 13, 2007 Community Choice Aggregation Presentation for the Local Government Commission and the Community Environmental Council July 13, 2007 1 Community Choice Aggregation (CCA) CCA Legislation (AB117) allows cities

More information

ERCOT Public LTRA Probabilistic Reliability Assessment. Final Report

ERCOT Public LTRA Probabilistic Reliability Assessment. Final Report ERCOT Public 2016 LTRA Probabilistic Reliability Assessment Final Report November 21, 2016 Contents Summary... 1 Software Model Description... 3 Demand Modeling... 3 Controllable Capacity Demand Response

More information

Demand Response. Overview. Recommendations

Demand Response. Overview. Recommendations Section 6 Demand Response Demand Response Markets require both a supply side and a demand side to function effectively. The demand side of wholesale electricity markets is underdeveloped. Wholesale power

More information

Wind Generation and Grid Operations: Experience & Perspective

Wind Generation and Grid Operations: Experience & Perspective Wind Generation and Grid Operations: Experience & Perspective Yuri Makarov and David Hawkins California Independent Corporation Folsom, California, USA Participating Intermittent Resources Workshop March

More information

California ISO. Q Report on Market Issues and Performance. July 10, Prepared by: Department of Market Monitoring

California ISO. Q Report on Market Issues and Performance. July 10, Prepared by: Department of Market Monitoring California Independent System Operator Corporation California ISO Q1 2017 Report on Market Issues and Performance July 10, 2017 Prepared by: Department of Market Monitoring TABLE OF CONTENTS Executive

More information

FLEXIBILITY HOW TO CONTRIBUTE TO THE STABILITY OF THE GRID THANKS TO THE FLEXIBILITY OF YOUR PRODUCTION PROCESSES?

FLEXIBILITY HOW TO CONTRIBUTE TO THE STABILITY OF THE GRID THANKS TO THE FLEXIBILITY OF YOUR PRODUCTION PROCESSES? FLEXIBILITY HOW TO CONTRIBUTE TO THE STABILITY OF THE GRID THANKS TO THE FLEXIBILITY OF YOUR PRODUCTION PROCESSES? 1 The energy transition: decentralized power generation Past situation Current situation

More information

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid Greening the Grid Andhra Pradesh Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid State-specific results from Volume II, which includes all of India. The full reports

More information

VTWAC Project: Demand Forecasting

VTWAC Project: Demand Forecasting : Demand Forecasting IEEE PES Green Mountain Chapter Rutland, Vermont, 23 June 2016 Mathieu Sinn, IBM Research Ireland 1 Outline Smarter Energy Research in IBM Background & demo Data sources Analytics

More information

To Study the Adequacy Assessment of Chitradurga distribution substation using MCS

To Study the Adequacy Assessment of Chitradurga distribution substation using MCS To Study the Adequacy Assessment of Chitradurga distribution substation using MCS Shruthi.M 1, S.B.Karajgi 2 PG Scholar, Department of Electrical and Electronics, SDMCET, Dharwad, India 1 Professor, Department

More information

Linear model to forecast sales from past data of Rossmann drug Store

Linear model to forecast sales from past data of Rossmann drug Store Abstract Linear model to forecast sales from past data of Rossmann drug Store Group id: G3 Recent years, the explosive growth in data results in the need to develop new tools to process data into knowledge

More information

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid Greening the Grid Rajasthan Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid State-specific results from Volume II, which includes all of India. The full reports include

More information

Pumped hydro Storage Plants

Pumped hydro Storage Plants Pumped hydro Storage Plants Olivier Teller, Product Director PSP 15 Nov 2012 PSP >130 GW (99% world electricity storage) Market: 6 GW/year Europe: ~1.5GW/year 100 years / illimited cycle numbers ~1000

More information

For Bandon Utilities Commission

For Bandon Utilities Commission For Bandon Utilities Commission July 12, 2017 Profile BPA, a component of the U.S. Department of Energy, is a non-profit and self-funded power marketing administration in the Pacific Northwest. Congress

More information

Virtual Storage. Mark O Malley University College Dublin. Grid + Storage Workshop

Virtual Storage. Mark O Malley University College Dublin. Grid + Storage Workshop Virtual Storage Multi-energy systems Mark O Malley mark.omalley@ucd.ie University College Dublin Grid + Storage Workshop Royal Academy of Engineers, London, March 15 th 2016 Outline Energy System Integration

More information

Draft 2011 Long-term Transmission Plan. Stakeholder Session June 20, 2011

Draft 2011 Long-term Transmission Plan. Stakeholder Session June 20, 2011 Draft 2011 Long-term Transmission Plan Stakeholder Session June 20, 2011 Agenda Highlights of draft 2011 Long-term Transmission Plan Discussion of project costs and rate impact Impact of transmission constraints

More information

Klaus Wewering. ACER Workshop CBA 2.0. Improving the pan-european cost-benefit analysis methodology 10 May 2016

Klaus Wewering. ACER Workshop CBA 2.0. Improving the pan-european cost-benefit analysis methodology 10 May 2016 CBA 2.0 Klaus Wewering ACER Workshop Improving the pan-european cost-benefit analysis methodology 10 May 2016 RES integration (B.4) What is measured? Contribution of the project to the usage of RES generation

More information

Integrating Energy Efficiency and Demand Response

Integrating Energy Efficiency and Demand Response Integrating Energy Efficiency and Demand Response Energy Efficiency and Active Demand Management Colleen M. Snee, Director - Integrated Demand Resources Johnson Controls, Inc. ACEEE Energy Efficiency as

More information

Renewable Integration The California Experience

Renewable Integration The California Experience Renewable Integration The California Experience Mark Rothleder Vice President, Market Quality and Renewable Integration New England Power Pool 2017 NEPOOL Participants Committee Summer Meeting June 28,

More information

REVIEW ON PREDICTION OF CHRONIC KIDNEY DISEASE USING DATA MINING TECHNIQUES

REVIEW ON PREDICTION OF CHRONIC KIDNEY DISEASE USING DATA MINING TECHNIQUES Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Market Inefficiency and Environmental Impacts of Renewable Energy Generation

Market Inefficiency and Environmental Impacts of Renewable Energy Generation Market Inefficiency and Environmental Impacts of Renewable Energy Generation Hyeongyul Roh North Carolina State University hroh@ncsu.edu August 8, 2017 Hyeongyul Roh (NCSU) August 8, 2017 1 / 23 Motivation:

More information

Local Market Power Mitigation Enhancements

Local Market Power Mitigation Enhancements Local Market Power Mitigation Enhancements Issue Paper/Straw Proposal Working Group October 10, 2018 10:00 am 4:00 pm Market Design Policy Purpose of working group: Review flow reversal and economic displacement

More information

Overview Of PJM Demand Response and Energy Efficiency. Issues September 22, Susan Covino, Senior Consultant Market Strategy

Overview Of PJM Demand Response and Energy Efficiency. Issues September 22, Susan Covino, Senior Consultant Market Strategy Overview Of PJM Demand Response and Energy Efficiency MARAMA Workshop on Energy and Air Quality Issues September 22, 2008 Susan Covino, Senior Consultant Market Strategy Energy price incentive changes

More information

Predictive Analytics

Predictive Analytics Predictive Analytics Mani Janakiram, PhD Director, Supply Chain Intelligence & Analytics, Intel Corp. Adjunct Professor of Supply Chain, ASU October 2017 "Prediction is very difficult, especially if it's

More information

FERC/RTO Training Session Institute for Policy Integrity New York University School of Law June 15, 2011

FERC/RTO Training Session Institute for Policy Integrity New York University School of Law June 15, 2011 FERC/RTO Training Session Institute for Policy Integrity New York University School of Law June 15, 2011 N. Jonathan Peress Conservation Law Foundation Clean Energy and Climate Change Program 1 It is change,

More information

The Texas Experience: Implications of 8,000+ MW Wind Generation Resources In ERCOT. David Campbell CEO, Luminant 2009 Summer Seminar August 3, 2009

The Texas Experience: Implications of 8,000+ MW Wind Generation Resources In ERCOT. David Campbell CEO, Luminant 2009 Summer Seminar August 3, 2009 The Texas Experience: Implications of 8,000+ MW Wind Generation Resources In ERCOT David Campbell CEO, Luminant 2009 Summer Seminar August 3, 2009 Growth of Wind Generation in ERCOT MW 12,000 10,000 8,000

More information

Future Market Implementation

Future Market Implementation SPP.org 1 Future Market Implementation Requirements - way forward MWG June 29 th, 2009 SPP.org WebEx Instructions Please submit questions to host. If it is a long question you can type a summary until

More information

Overview of Major US Wind Integration Studies and Experience

Overview of Major US Wind Integration Studies and Experience Overview of Major US Wind Integration Studies and Experience Presented at NCSL Midwest Wind Policy Institute Ann Arbor, MI June 14-15, 2007 J. Charles Smith Executive Director UWIG Outline of Topics Building

More information

The Influence of Demand Resource Response Time in Balancing Wind and Load

The Influence of Demand Resource Response Time in Balancing Wind and Load 2013 46th Hawaii International Conference on System Sciences The Influence of Demand Resource Response Time in Balancing Wind and Load Judith Cardell Smith College jcardell@smith.edu Lindsay Anderson Cornell

More information

Application research on traffic modal choice based on decision tree algorithm Zhenghong Peng 1,a, Xin Luan 2,b

Application research on traffic modal choice based on decision tree algorithm Zhenghong Peng 1,a, Xin Luan 2,b Applied Mechanics and Materials Online: 011-09-08 ISSN: 166-748, Vols. 97-98, pp 843-848 doi:10.408/www.scientific.net/amm.97-98.843 011 Trans Tech Publications, Switzerland Application research on traffic

More information

Ancillary Service Markets

Ancillary Service Markets Section 9 Ancillary Services Ancillary Service Markets The United States Federal Energy Regulatory Commission (FERC) defined six ancillary services in Order No. 888: 1) scheduling, system control and dispatch;

More information

Risk Evaluation of Meridian Substation Transformers

Risk Evaluation of Meridian Substation Transformers BCTC-SPA-R008 August 8, 2005 Risk Evaluation of Meridian Substation Transformers Wenyuan Li System Planning and Performance Assessment BCTC August, 2005 1 Reliability Evaluation of Meridian Substation

More information

California ISO. Q Report on Market Issues and Performance. August 21, Prepared by: Department of Market Monitoring

California ISO. Q Report on Market Issues and Performance. August 21, Prepared by: Department of Market Monitoring California Independent System Operator Corporation California ISO Q2 2013 Report on Market Issues and Performance August 21, 2013 Prepared by: Department of Market Monitoring Table of Contents Executive

More information

Congestion and Marginal Losses

Congestion and Marginal Losses Section 10 Congestion and Marginal Losses Congestion and Marginal Losses The Locational Marginal Price (LMP) is the incremental price of energy at a bus. The LMP at any bus is made up of three components:

More information

CONTENTS. Forward Executive Summary The Council s Resource Adequacy Standard Recent Adequacy Assessments... 9

CONTENTS. Forward Executive Summary The Council s Resource Adequacy Standard Recent Adequacy Assessments... 9 CONTENTS Forward... 4 Executive Summary... 5 The Council s Resource Adequacy Standard... 7 Recent Adequacy Assessments... 9 2021 Resource Adequacy Assessment...10 2022 Resource Adequacy Assessment...11

More information

Final Flexible Capacity Needs Assessment for 2019

Final Flexible Capacity Needs Assessment for 2019 Final Flexible Capacity Needs Assessment for 2019 May 21, 2018 1 Table of Contents 1. Introduction... 3 2. Summary... 3 3. Defining the ISO System-Wide Flexible Capacity Need... 4 4. Forecasting Minute-by-Minute

More information

A classical predictive modeling approach for Task Who rated what? of the KDD CUP 2007

A classical predictive modeling approach for Task Who rated what? of the KDD CUP 2007 A classical predictive modeling approach for Task Who rated what? of the KDD CUP 2007 Jorge Sueiras jorge.sueiras@neo-metrics.com Alfonso Salafranca Jose Luis Florez alfonso.salafranca@neometrics.com jose.luis.florez@neometrics.com

More information

PJM Wind Integration Initiatives

PJM Wind Integration Initiatives PJM Wind Integration Initiatives West Virginia Wind Forum Davis, WV September 25, 2012 Ken Schuyler Renewable Services PJM Interconnection 1 26% of generation in Eastern Interconnection 28% of load in

More information

USES THE BAGGING ALGORITHM OF CLASSIFICATION METHOD WITH WEKA TOOL FOR PREDICTION TECHNIQUE

USES THE BAGGING ALGORITHM OF CLASSIFICATION METHOD WITH WEKA TOOL FOR PREDICTION TECHNIQUE USES THE BAGGING ALGORITHM OF CLASSIFICATION METHOD WITH WEKA TOOL FOR PREDICTION TECHNIQUE 1 POOJA SHRIVASTAVA, 2 MANOJ SHUKLA 1 Computer Science and Engineering, Jayoti Vidyapeeth Women s University,

More information

Data Viewer, Member Voting, Account Manager, DR Hub, Power Meter, and Data Miner Roadmaps

Data Viewer, Member Voting, Account Manager, DR Hub, Power Meter, and Data Miner Roadmaps Data Viewer, Member Voting, Account Manager, DR Hub, Power Meter, and Data Miner Roadmaps As of March 20, 2018 www.pjm.com 2018 Roadmap Data Viewer, Voting, Account Manager, DR Hub and Power Meter, Data

More information

SPM 8.2. Salford Predictive Modeler

SPM 8.2. Salford Predictive Modeler SPM 8.2 Salford Predictive Modeler SPM 8.2 The SPM Salford Predictive Modeler software suite is a highly accurate and ultra-fast platform for developing predictive, descriptive, and analytical models from

More information

Renewable Grid Integration Assessment Overview of Thailand Case study

Renewable Grid Integration Assessment Overview of Thailand Case study Renewable Grid Integration Assessment Overview of Thailand Case study Peerapat Vithayasrichareon, Energy Analyst System Integration of Renewables Grid integration of variable renewable energy, ACEF Asia

More information

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid Greening the Grid Gujarat Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid State-specific results from Volume II, which includes all of India. The full reports include

More information

CHP Managing Commodity Price Risk

CHP Managing Commodity Price Risk An Introduction to Combined Heat and Power CHP 100 1 Acknowledgements 2 Overview! High and Volatile Natural Gas Prices do not preclude a good CHP project! Managing Commodity Price Risk must be Part of

More information

CONTENTS. Forward Executive Summary The Council s Resource Adequacy Standard Recent Adequacy Assessments... 8

CONTENTS. Forward Executive Summary The Council s Resource Adequacy Standard Recent Adequacy Assessments... 8 CONTENTS Forward... 4 Executive Summary... 5 The Council s Resource Adequacy Standard... 7 Recent Adequacy Assessments... 8 2023 Resource Adequacy Assessment...10 Sensitivity Analysis...10 Monthly Analysis...12

More information

Need for incorporating reliability and availability in payback calculations

Need for incorporating reliability and availability in payback calculations of Achievements in Materials and Manufacturing Engineering VOLUME 31 ISSUE 2 December 28 Need for incorporating reliability and availability in payback calculations P.V. Shouri, P.S. Sreejith* School of

More information

Solving Climate: The Need for Zero Carbon On-Demand Power

Solving Climate: The Need for Zero Carbon On-Demand Power Solving Climate: The Need for Zero Carbon On-Demand Power Armond Cohen, Executive Director Clean Air Task Force National Coal Council 2016 Annual Spring Meeting April 20, 2016 STABILIZING CLIMATE MEANS

More information

Energy Market. Highlights

Energy Market. Highlights Section 2 Energy Market Energy Market The PJM Energy Market comprises all types of energy transactions, including the sale or purchase of energy in PJM s Day-Ahead and Real-Time Energy Markets, bilateral

More information

Keegan Moyer Byron Woertz Bradley Nickell. TEPPC RTEP Update October 5 th, 2012 SPSC/CREPC/RPF Meeting

Keegan Moyer Byron Woertz Bradley Nickell. TEPPC RTEP Update October 5 th, 2012 SPSC/CREPC/RPF Meeting Keegan Moyer Byron Woertz Bradley Nickell TEPPC RTEP Update October 5 th, 2012 SPSC/CREPC/RPF Meeting RTEP Update Today s Discussion Regional Transmission Expansion Planning (RTEP) 10-Year Study Results

More information

Solar, Wind and Market Power in the New Zealand Electricity Market (and hydro lake dynamics) Mina Bahrami Gholami and Stephen Poletti

Solar, Wind and Market Power in the New Zealand Electricity Market (and hydro lake dynamics) Mina Bahrami Gholami and Stephen Poletti Solar, Wind and Market Power in the New Zealand Electricity Market (and hydro lake dynamics) Mina Bahrami Gholami and Stephen Poletti University of Auckland Economic Paradox Energy Only Markets. Low-carbon

More information

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid

Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid Greening the Grid Tamil Nadu Pathways to Integrate 175 Gigawatts of Renewable Energy into India s Electric Grid State-specific results from Volume II, which includes all of India. The full reports include

More information

Power Flow Control Through Topology Optimization Software: Applications and Case Studies

Power Flow Control Through Topology Optimization Software: Applications and Case Studies 1 Power Flow Control Through Topology Optimization Software: Applications and Case Studies Pablo A. Ruiz IEEE PES Transmission & Distribution Conference and Expo Denver, CO, April 17, 2018 2 Current Congestion

More information

Newsletter. Roadmap on Electricity Price De-regulation. August 2010

Newsletter. Roadmap on Electricity Price De-regulation. August 2010 August 2010 Newsletter The Commission for Energy Regulation (CER) is the independent body responsible for regulating the natural gas and electricity markets in Ireland. To keep our stakeholders informed,

More information

Consumers Price Elasticity of Demand Modeling With Economic Effects on Electricity Markets Using an Agent-Based Model

Consumers Price Elasticity of Demand Modeling With Economic Effects on Electricity Markets Using an Agent-Based Model 390 IEEE TRANSACTIONS ON SMART GRID, VOL. 4, NO. 1, MARCH 2013 Consumers Price Elasticity of Demand Modeling With Economic Effects on Electricity Markets Using an Agent-Based Model Prakash R. Thimmapuram

More information

MISO PJM Cross-Border Planning

MISO PJM Cross-Border Planning MISO PJM Cross-Border Planning July 24, 2014 MISO-PJM JCM Planning Coordination Issues 2 At a previous JCM meeting, several issues related to planning coordination were raised: Market Efficiency Planning

More information

Estimation of the Capacity Value for Wind Power Generation in India Wind Discussion Forum August 22, 2014 New Delhi

Estimation of the Capacity Value for Wind Power Generation in India Wind Discussion Forum August 22, 2014 New Delhi Estimation of the Capacity Value for Wind Power Generation in India Wind Discussion Forum August 22, 2014 New Delhi 1 Presentation Outline Introduction to the Power System Reliability and Capacity Value

More information

Potential Benefits of Regional Integration: Markets and Institutions

Potential Benefits of Regional Integration: Markets and Institutions 2 Potential Benefits of Regional Integration: Markets and Institutions Zoltán Tihanyi MAVIR ZRt. Electricity Market Integration 2.0 in Central and South East Europe Budapest, 30.05.2017 3 Contents The

More information

APRIL 23, Capacity Value of Wind Assumptions and Planning Reserve Margin

APRIL 23, Capacity Value of Wind Assumptions and Planning Reserve Margin APRIL 23, 2014 Capacity Value of Wind Assumptions and Planning Reserve Margin Executive Summary Effective Load Carrying Capacity (ELCC), or capacity value, of variable generation and required planning

More information

RfG Banding; Operability context. Title slide photo option (Arial 28pt bold) Ben Marshall SMARTer System Performance.

RfG Banding; Operability context. Title slide photo option (Arial 28pt bold) Ben Marshall SMARTer System Performance. RfG Banding; Operability context Title slide photo option (Arial 28pt bold) Ben Marshall SMARTer System Performance. Topics. FES 2014- what this said about minimum demand, and levels of DG & micro SOF

More information

Dr. Rahul Walawalkar Vice President, Emerging Tech & Markets, Customized Energy Solutions Ltd.

Dr. Rahul Walawalkar Vice President, Emerging Tech & Markets, Customized Energy Solutions Ltd. Capturing the value of Smarter Grids Dr. Rahul Walawalkar Vice President, Emerging Tech & Markets, Customized Energy Solutions Customized Energy Solutions Ltd. 1528 Walnut Street, 22 nd Floor Philadelphia,

More information

Executive summary. Value of Smart Power Generation for utilities in Australia. A white paper by Wärtsilä and Roam Consulting

Executive summary. Value of Smart Power Generation for utilities in Australia. A white paper by Wärtsilä and Roam Consulting Value of Smart Power Generation for utilities in Australia A white paper by Wärtsilä and Roam Consulting Executive summary This study analyses the potential of Smart Power Generation () power plants in

More information

Congestion and Marginal Losses

Congestion and Marginal Losses Section 10 Congestion and Marginal Losses Congestion and Marginal Losses The Locational Marginal Price (LMP) is the incremental price of energy at a bus. The LMP at a bus is made up of three components:

More information

Ancillary Service Markets

Ancillary Service Markets Section 9 Ancillary Services Ancillary Service Markets The United States Federal Energy Regulatory Commission (FERC) defined six ancillary services in Order No. 888: 1) scheduling, system control and dispatch;

More information

PORTFOLIO OPTIMIZATION MODEL FOR ELECTRICITY PURCHASE IN LIBERALIZED ENERGY MARKETS

PORTFOLIO OPTIMIZATION MODEL FOR ELECTRICITY PURCHASE IN LIBERALIZED ENERGY MARKETS PORTFOLIO OPTIMIZATION MODEL FOR ELECTRICITY PURCHASE IN LIBERALIZED ENERGY MARKETS Edwin Castro CNEE Guatemala Viena, september 2009 What is the reason to develop this model? In our own electricity market

More information

Renewables Curtailment in China is there light at the end of the tunnel? Liutong Zhang

Renewables Curtailment in China is there light at the end of the tunnel? Liutong Zhang Renewables Curtailment in China is there light at the end of the tunnel? Liutong Zhang Renewable curtailment in China All ready to generate but no place to go RE curtailment in China TWh 100 90 80 70 60

More information

Further Analyses of the Exercise and Cost Impacts of Market Power In California s Wholesale Energy Market

Further Analyses of the Exercise and Cost Impacts of Market Power In California s Wholesale Energy Market Further Analyses of the Exercise and Cost Impacts of Market Power In California s Wholesale Energy Market March 2001 Prepared by Eric Hildebrandt, Ph.D. Department of Market Analysis California Independent

More information

Further Analyses of the Exercise and Cost Impacts of Market Power In California s Wholesale Energy Market

Further Analyses of the Exercise and Cost Impacts of Market Power In California s Wholesale Energy Market Further Analyses of the Exercise and Cost Impacts of Market Power In California s Wholesale Energy Market March 2001 Prepared by Eric Hildebrandt, Ph.D. Department of Market Analysis California Independent

More information

Valuing Energy Storage as a Flexible Resource. Final Phase 1 Report for Consideration in CPUC A

Valuing Energy Storage as a Flexible Resource. Final Phase 1 Report for Consideration in CPUC A Valuing Energy Storage as a Flexible Resource Final Phase 1 Report for Consideration in CPUC A. 14-02-006 June 19, 2014 Valuing Energy Storage as a Flexible Resource Final Phase 1 Report for Consideration

More information

ERCOT in 2018: Challenges & Opportunities

ERCOT in 2018: Challenges & Opportunities ERCOT in 2018: Challenges & Opportunities Bill Magness President & CEO ERCOT Texas-Germany Bilateral Dialogue on Challenges and Opportunities in the Electricity Market February 27, 2108 What is ERCOT?

More information

California ISO 2009 Annual Report on Market Issues and Performance

California ISO 2009 Annual Report on Market Issues and Performance California Independent System Operator Corporation California ISO 2009 Annual Report on Market Issues and Performance Special Revised Executive Summary June 30, 2010 Prepared by: Department of Market Monitoring

More information

California ISO. Structural competitiveness of the energy imbalance market: Arizona Public Service Balancing Area. April 10, 2018

California ISO. Structural competitiveness of the energy imbalance market: Arizona Public Service Balancing Area. April 10, 2018 California Independent System Operator Corporation California ISO Structural competitiveness of the energy imbalance market: Arizona Public Service Balancing Area April 10, 2018 Department of Market Monitoring

More information

Results of California s Renewable Energy Program and Agricultural Biomass to Energy Program (SB704)

Results of California s Renewable Energy Program and Agricultural Biomass to Energy Program (SB704) 2 nd Annual California Biomass Collaborative Forum Results of California s Renewable Energy Program and Agricultural Biomass to Energy Program (SB704) Tony Gonçalves Program Lead Existing Renewable Facilities

More information

Energy Uplift (Operating Reserves)

Energy Uplift (Operating Reserves) Section 4 Energy Uplift Energy Uplift (Operating Reserves) Energy uplift is paid to market participants under specified conditions in order to ensure that resources are not required to operate for the

More information

Stephen Batstone THE NZ ELECTRICITY MARKET: TEETERING ON THE EDGE OF TRANSFORMATION?

Stephen Batstone THE NZ ELECTRICITY MARKET: TEETERING ON THE EDGE OF TRANSFORMATION? Stephen Batstone THE NZ ELECTRICITY MARKET: TEETERING ON THE EDGE OF TRANSFORMATION? RETAIL In a sleepy corner of the South Pacific DIRECT CONNECTS GENERATOR TRANSMISSION DISTRIBUTION CUSTOMER WHOLESALE

More information

Integration of variable renewables: what the market can do to help or hinder. Mark O Malley.

Integration of variable renewables: what the market can do to help or hinder. Mark O Malley. Integration of variable renewables: what the market can do to help or hinder Mark O Malley mark.omalley@ucd.ie Elements of a New Target Model for European Electricity Markets, Paris, July 9 th 2015 Outline

More information

Energy Savings Analysis Generated by a Real Time Energy Management System for Water Distribution

Energy Savings Analysis Generated by a Real Time Energy Management System for Water Distribution Energy Savings Analysis Generated by a Real Time Energy Management System for Water Distribution Sarah Thorstensen Derceto Ltd, Auckland, New Zealand sthorstensen@derceto.com Abstract Washington Suburban

More information

SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM

SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM SOFTWARE DEVELOPMENT PRODUCTIVITY FACTORS IN PC PLATFORM Abbas Heiat, College of Business, Montana State University-Billings, Billings, MT 59101, 406-657-1627, aheiat@msubillings.edu ABSTRACT CRT and ANN

More information

Data collected February 2019 Report published March 2019

Data collected February 2019 Report published March 2019 Dec-17 Jan-18 Feb-18 Mar-18 Apr-18 May-18 Jun-18 Jul-18 Aug-18 Sep-18 Oct-18 Nov-18 Dec-18 Jan-19 Feb-19 GW Data collected February 2019 Report published March 2019 The wholesale market report and the

More information