Constrained Cost Optimization Under Uncertainty for an Incompletely-Connected Electric Utility System

Size: px
Start display at page:

Download "Constrained Cost Optimization Under Uncertainty for an Incompletely-Connected Electric Utility System"

Transcription

1 Constrained Cost Optimization Under Uncertainty for an Incompletely-Connected Electric Utility System J. Andrew Howe & Chris Humphries TransAtlantic Petroleum & UK National Grid Presented at the Palisade Risk Conference 2013 Frankfurt, Germany Howe & Humphries Utility Cost Optimization June / 38

2 Presentation Outline Introduction Modeling Power Utilities Our Problem Constrained Optimization Model The LP Formulation The psuedo-lp Formulation Adding in Uncertainty Modeling with Palisade s Evolver, and VBA Optimization Efficiency Model Results What We Now Know Investment Decision Making Concluding Remarks Howe & Humphries Utility Cost Optimization June / 38

3 Introduction Modeling Power Utilities Like any other business, electric utilities have to operate under cost constraints - even public utilities that don t need to make a profit. In fact, they can be more constrained. If your local supermarket runs out of your favorite food, you re unhappy. If your power company runs out of power, it s an entirely different thing. When power prices rise dramatically (California, USA, 1990 s), all hell breaks loose. Furthermore, power utilities are constrained by more than just costs: If a region s winter is especially warm & dry, there will be little runoff for dams the ensuing spring. If the utility relies on hydrological power for cheap baseload, this will raise costs. If a region s populace turns against gas transport pipelines, gas-burning CC / CT peaking units (basically a jet engine mounted on the ground) may have to be left off. The utility may have to purchase more off-network electricity at much higher prices - if even possible. If enough people are swayed by the arguments against nuclear power, clean-burning nuclear generators must be shut down. The utility will then have to burn more coal or gas - at higher costs (and ultimately more pollution). Howe & Humphries Utility Cost Optimization June / 38

4 Introduction next: our problem In addition to usual operating costs, utilities often have further constraints on investments. If a utility s region expands outward dramatically, it can be much cheaper to extend high-voltage lines to the new outlying regions, instead of building new capacity. However, this requires extra wayleaves that landowners may fight. Furthermore, expansion by adding new power plants can face regulatory and environmental challenges, as well as the costs. This bring us to our specific modeling problem. Howe & Humphries Utility Cost Optimization June / 38

5 Introduction Our Problem In this case study, we demonstrate how Palisade and Evolver products can work together to perform cost optimization and inform investment decision modeling for a system of incompletely-connected power grids. The modeled utility system in the UK is composed of four notional power-generating regions. Each region has its own power demand and portfolio of types of power generating plants. Because of the variation in generating assets, the generating cost profile varies dramatically by region. Power transmission lines connect the four regions subject to the constraints that a) some regions are not connected at all, and b) the amount of electricity that is allowed to flow over each boundary is limited. Furthermore, power plant availability and total generating capacity vary stochastically, as a function of many factors. Howe & Humphries Utility Cost Optimization June / 38

6 Introduction next: the LP formulation We mathematically define an optimization problem that allows us to meet the demand of all regions under the transmission constraints while minimizing the total cost. We develop this optimization problem in three stages. It is first defined as a linear programming optimization, then extended to be psuedo-linear, then finally nonlinear. This is then implemented under the framework of uncertain generation capacity so we can make probabilistic statements about the costs and other relevant quantities. The results from the final model can be used to guide and inform investment decisions for demand reduction and capacity / transmission expansion. Howe & Humphries Utility Cost Optimization June / 38

7 Constrained Optimization Model The LP Formulation Power flow boundaries between notional regions North Ireland (N), Scotland (S), England & Wales (E), and Republic of Ireland (R) Howe & Humphries Utility Cost Optimization June / 38

8 Constrained Optimization Model The LP Formulation In formulating our problem, first we define the region-specific variables: Unit Cost per region in /MW: CN, C S, C E, C R ; Generating capacity per region (MW): MN, M S, M E, M R ; Peak power demand per region (MW): DN, D S, D E, D R. Next we define the maximum flow constraints in Megawatts between all pairs of regions (even those not physically connected get a variable): North Ireland Scotland: MNSN, North Ireland England & Wales: MNEN, North Ireland Republic of Ireland: MNRN, Scotland England & Wales: MSES, Scotland Republic of Ireland: MSRS, England & Wales Republic of Ireland: MERE. Howe & Humphries Utility Cost Optimization June / 38

9 Constrained Optimization Model The LP Formulation Finally, we define variables holding the total amount of power generated per region: GN = G NN +G NS +G NE +G NR, GS = G SN +G SS +G SE +G SR, GE = G EN +G ES +G EE +G ER, GR = G RN +G RS +G RE +G RR, The first subscript indicates the generation region and the second indicates the demand region. For example, G SE is the power generated by the Scotland region that flows into England & Wales; G ES is the exact opposite. Our LP optimization problem can then be formulated to minimize the total cost, subject to the inter-region flow constraints, by varying the G variables. This is shown on the next slide. Howe & Humphries Utility Cost Optimization June / 38

10 Constrained Optimization Model The LP Formulation minimize C N G N +C S G S +C E G E +C R G R subject to G 0 G NS,G SN M NSN G NE,G EN M NEN flow limits G NR,G RN M NRN G SE,G ES M SES G SR,G RS M SRS G ER,G RE M ERE { 0 G N M N 0 G S M S generation up to capacity 0 G E M E 0 G R M R G NN +G SN +G EN +G RN = D N G NS +G SS +G ES +G RS = D S demand is met G NE +G SE +G EE +G RE = D E G NR +G SR +G ER +G RR = D R Howe & Humphries Utility Cost Optimization June / 38

11 Constrained Optimization Model next: the psuedo-lp formulation In the first constraint, G indicates all power generation quantities previously mentioned. This constraint forces power generation to be positive The six constraints starting in the first block limit the amount of power that can flow over all possible boundaries. To prevent power flowing between two disjoint regions, the RHS here just needs to be set to 0 (such as North Ireland and England & Wales, M NEN = 0). The next block of four constraints force the total power generated in each region to not exceed the capacity. The last four constraints guarantee all region s power demands are met This works, and can be solved extremely easily with the Solver add-in to Microsoft Excel, but has one major shortcoming. Howe & Humphries Utility Cost Optimization June / 38

12 Constrained Optimization Model The psuedo-lp Formulation The major drawback of this optimization problem is that it will allow power to flow bidirectionally between two adjacent regions. For example, maybe Scotland will generate some power to meet the demand in England & Wales, while England & Wales sends power to Scotland. The resulting minimum cost is the same as if the two flows simply netted out, but the solution requires some manual adjustment to be realistic. To solve this, we instead formulate a psuedo-lp problem by adding six binary constraints Define G NSN = { 1 if G NS > 0 and G SN > 0 0 otherwise The quantities G NEN, G NRN, G SES, G SRS, and G ERE are similarly defined.. Howe & Humphries Utility Cost Optimization June / 38

13 Constrained Optimization Model next: adding in uncertainty We can then optimize the psuedo-lp problem shown here minimize C N G N +C S G S +C E G E +C R G R subject to G 0 G NS,G SN M NSN G NE,G EN M NEN flow limits G NR,G RN M NRN G SE,G ES M SES G SR,G RS M SRS G ER,G RE M ERE { 0 G N M N 0 G S M S generation up to capacity 0 G E M E 0 G R M R G NN +G SN +G EN +G RN = D N G NS +G SS +G ES +G RS = D S demand is met G NE +G SE +G EE +G RE = D E G NR +G SR +G ER +G RR = D R G NSN,G NEN,G NRN,G SES,G SRS,G ERE = 0 Howe & Humphries Utility Cost Optimization June / 38

14 Constrained Optimization Model Adding in Uncertainty But we aren t quite done yet - we must consider the uncertainty in generation capacity and cost. For a power plant, the Nameplate Capacity is the maximum amount of power it can generate safely under optimal conditions. A utility system s Total Nameplate Capacity would be the sum of the Nameplate Capacities for all the plants. The maximum power a plant can generate at any given time will probably be less than its Nameplate Capacity; the same can be said for the total utility system. A utility system s total generating capacity will generally vary from this theoretical maximum for reasons such as: planned outages (for maintenance) and / or unplanned outages (something breaks) if gas prices rise too high, gas-burning combustion turbine units may not be run if lower quality coal is used, a coal-burning plant may not be able to run at full power dam spillways maybe be partially closed during spawning season in spring to increase viability of fish roe Howe & Humphries Utility Cost Optimization June / 38

15 Constrained Optimization Model Adding in Uncertainty But we aren t quite done yet - we must consider the uncertainty in generation capacity and cost. For a power plant, the Nameplate Capacity is the maximum amount of power it can generate safely under optimal conditions. A utility system s Total Nameplate Capacity would be the sum of the Nameplate Capacities for all the plants. The maximum power a plant can generate at any given time will probably be less than its Nameplate Capacity; the same can be said for the total utility system. A utility system s total generating capacity will generally vary from this theoretical maximum for reasons such as: planned outages (for maintenance) and / or unplanned outages (something breaks) if gas prices rise too high, gas-burning combustion turbine units may not be run if lower quality coal is used, a coal-burning plant may not be able to run at full power dam spillways maybe be partially closed during spawning season in spring to increase viability of fish roe (damn fish and dam spillways!) Howe & Humphries Utility Cost Optimization June / 38

16 Constrained Optimization Model Adding in Uncertainty The cost to generate one Megawatt of power from a power plant is largely, but not solely, a function fuel prices. A very generic generating cost hierarchy for some major plant types in the UK would be Hydrological Nuclear < Gas < Coal < Oil < Diesel In other places, such as the US, coal and gas may trade places. If generating capacity from power plants that are lower in the hierarchy is curtailed or completely unavailable, the total cost will be increased. Hence, since generating capacity (M ) will vary from the Nameplate Capacity at any given period, so will unit cost (C ). In this case study, we have several types of power plants, with capacity modeled as shown on the next slide. 1 1 Plant running costs and availability data is for illustrative purposes only, and does not represent information for any particular generating plant. Howe & Humphries Utility Cost Optimization June / 38

17 Constrained Optimization Model Adding in Uncertainty Stochastic modeling of plant capacity; N = Nameplate (MW), U = # plants. Type Cost ( /MW) Capacity Offshore Wind 0.5 Discrete(Uniform) N Onshore Wind 0.3 Discrete(Uniform) N Wave & Tidal 0.7 Binom(n = U,p = 0.20) 30 Hydrological 0.1 Gauss(µ = 0.6, σ = 0.04) N Nuclear 0 Binom(n = U,p = 0.70) 600 France* 0 Binom(n = 4,p = 0.50) 500 Imera/BritNed* 0 Binom(n = 9, p = 0.50) 500 Base Gas 40 Binom(n = U,p = 0.80) 500 Base Coal 50 Binom(n = U,p = 0.80) 500 Biomass 55 Binom(n = U,p = 0.85) 100 Marginal Gas 70 Binom(n = U,p = 0.80) 500 Marginal Coal 70 Binom(n = U,p = 0.80) 500 Pumped Storage 120 Binom(n = U,p = 0.90) 300 Oil 200 Binom(n = U,p = 0.80) 500 OCGT 300 TGauss(µ = 0.95,σ = 0.03) 677 Howe & Humphries Utility Cost Optimization June / 38

18 Constrained Optimization Model Adding in Uncertainty Some plant types have slightly negative costs. These are designed to run either intermittently (Wind) or predictably (Marine / Hydro), and contractual obligations and fixed costs are structured accordingly. Though fuel costs are zero, there are commercial advantages for these plant to always run (hence the negative cost). The two starred sources indicate submerged power cables coming from the European continent into the England & Wales region. Note the cost difference between Base Gas / Coal and Marginal Gas / Coal. Perhaps the marginal units are older or thermally less efficient; hence they should be used less. OCGT is a group of auxillary peaking diesel generators used only when absolutely necessary. Note that the OCGT capacity is modeled using a Truncated Normal distribution. The availability rates vary seasonally; what we used was estimated by SMEs as availability rates for the winter. This table, with the simulated generating capacities, forms a Merit Order. Howe & Humphries Utility Cost Optimization June / 38

19 Constrained Optimization Model Adding in Uncertainty The Merit Order for each of the four generating regions is specific, with the number of each plants varying by region. For example, North Ireland has only 3 gas plants and no coal-burning generators; England & Wales has 66 and 28, respectively. Each time we simulate the complete Merit Order for a region, we can sum the capacities and costs, then compute the average unit cost. For example: Example England & Wales partial Merit Order Type Unit Cost Capacity Total Cost Nuclear 0 6, Base Gas 40 17, , 000 Base Coal 50 5, , 000 Biomass 55 1, , 500 Pumped Storage 120 2, , 000 Total M E = 32,200 1,287,500 Average C E = Howe & Humphries Utility Cost Optimization June / 38

20 Constrained Optimization Model Adding in Uncertainty Hence we come back to our psuedo-linear optimization problem, which we must now call nonlinear. We allow each region s Merit Order to be dynamically generated, in that the optimization routine can turn on / turn off individual plant types in each region independently. Thus, the generating capacity M and unit cost C in each region can be varied. To extend our example from the table on the previous slide, if the 2,100 MW of expensive Pumped Storage are turned off, the generating capacity drops to 30,100 MW and the unit cost to /MW. While this allows expensive power generators to be turned off to minimize the costs, this must be balanced against meeting all demand. Our final nonlinear optimization problem is shown on the next slide, where M d and C d indicate that generating capacities and unit costs are dynamic. Howe & Humphries Utility Cost Optimization June / 38

21 Constrained Optimization Model next: modeling with Palisade s tools minimize CN d G N +CS d G S +CE d G E +CR d G R subject to G 0 G NS,G SN M NSN G NE,G EN M NEN flow limits G NR,G RN M NRN G SE,G ES M SES G SR,G RS M SRS G ER,G RE M ERE { 0 G N MN d 0 G S MS d generation up to capacity 0 G E ME d 0 G R MR d G NN +G SN +G EN +G RN = D N G NS +G SS +G ES +G RS = D S demand is met G NE +G SE +G EE +G RE = D E G NR +G SR +G ER +G RR = D R G NSN,G NEN,G NRN,G SES,G SRS,G ERE = 0 Howe & Humphries Utility Cost Optimization June / 38

22 Modeling with Palisade s Evolver, and VBA We implement all this in a Microsoft Excel spreadsheet model, using Palisade s Decision Tools Suite is used for the stochastic modeling and analysis. Evolver is used for the constrained optimization. Let s see these worksheets. Howe & Humphries Utility Cost Optimization June / 38

23 Modeling with Palisade s Evolver, and VBA We implement all this in a Microsoft Excel spreadsheet model, using Palisade s Decision Tools Suite is used for the stochastic modeling and analysis. Evolver is used for the constrained optimization. Let s see these worksheets. Challenge: Evolver requires static inputs and RiskOptimizer requires static constraints Howe & Humphries Utility Cost Optimization June / 38

24 Modeling with Palisade s Evolver, and VBA We implement all this in a Microsoft Excel spreadsheet model, using Palisade s Decision Tools Suite is used for the stochastic modeling and analysis. Evolver is used for the constrained optimization. Let s see these worksheets. Challenge: Evolver requires static inputs and RiskOptimizer requires static constraints Solution: Create a hybrid solution with VBA to bridge and Evolver Howe & Humphries Utility Cost Optimization June / 38

25 Modeling with Palisade s Tools next: optimization efficiency The modeling algorithm we designed is: i) At the beginning of the simulation, initialize the Evolver model and set convergence criteria ii) Simulate generation capacities for the Merit Order on the generation worksheet iii) Copy Merit Order to model worksheet iv) Execute the Evolver model to optimize the total system cost v) Record results and go back to Step ii) model measures the empirical distributions of several optimized quantities: Regional Generating Capacity (M d ) Total System Generating Capacity ( Md ) Regional Unit Cost (C d ) Total System Cost ( Cd G ) Power Flow Across Boundaries (G ) It also records information about the optimization model: Convergence Failure Total Number Trials & Efficiency Time Required Let s see a short demonstration. Howe & Humphries Utility Cost Optimization June / 38

26 Modeling with Palisade s Tools Optimization Efficiency Evolver has two optimization engines to choose from: the Genetic Algorithm and the OptQuest engine. Manually selecting the GA led to very poor results, so we let Evolver pick OptQuest. Actually, we run Evolver twice, to let it better search the solution space: the first run uses a maximum of 400 trials, while the second goes for a maximum of 600: 1,000 in total. With every trial, Evolver compares the current best to the best from 200 trials previous. If the improvement in Total System Cost is less than 0.001, it stops. Running model for 1,000 simulations takes less than 3 hours. This could be decreased by further tuning of the Evolver parameters. The next two slides show the empirical distributions of optimization efficiency measures. Howe & Humphries Utility Cost Optimization June / 38

27 Modeling with Palisade s Tools Optimization Efficiency Howe & Humphries Utility Cost Optimization June / 38

28 Modeling with Palisade s Tools next: what we now know Howe & Humphries Utility Cost Optimization June / 38

29 Model Results What We Now Know Mean total system generating capacity is 65, 830MW 90% confidence interval (64, 141, 69, 180) Howe & Humphries Utility Cost Optimization June / 38

30 Model Results What We Now Know Mean total system cost is 2,290,786 90% confidence interval (1, 734, 205, 2, 771, 690) Howe & Humphries Utility Cost Optimization June / 38

31 Model Results What We Now Know Mean unit cost (per MW) = Scotland: 8.74, Republic of Ireland: 37.93, England & Wales: 38.89, North Ireland: The next slide has the the empirical distribution of power flows into North Ireland from Scotland. Howe & Humphries Utility Cost Optimization June / 38

32 Model Results next: investment decision making In nearly half the simulations, power flow from Scotland into North Ireland was limited by the constraint. A similar impact of the constraint between Republic of Ireland and North Ireland was not observed. Howe & Humphries Utility Cost Optimization June / 38

33 Model Results Investment Decision Making North Ireland s generating capacity is relatively low; it has an approximately 65% chance of being less than demand. Because of the high cost and this low capacity, North Ireland generates power for other regions infrequently and only in small amounts, so we can focus on the Scotland North Ireland link. We test the scenario where we increase transmission capacity from Scotland to North Ireland to 2, 000MW. Can we lower total system cost by investing in transmissiong capacity to allow more cheaper power to flow into North Ireland? Howe & Humphries Utility Cost Optimization June / 38

34 Model Results Investment Decision Making Howe & Humphries Utility Cost Optimization June / 38

35 Model Results Investment Decision Making In the base model, North Ireland supplied 1,523MW of its own demand. With the transmission constraints relaxed, this became 637MW. Howe & Humphries Utility Cost Optimization June / 38

36 Model Results Investment Decision Making Here we see the impact of relaxing the flow constraint; in nearly 90% of the simulations more power than the original constraint flowed across this boundary. Howe & Humphries Utility Cost Optimization June / 38

37 Model Results Investment Decision Making With transmission constraints relaxed, the mean cost dropped by 2% to 2,245,495. The 5 th percentile decreased by about 4%, and the 95 th by 2%. Howe & Humphries Utility Cost Optimization June / 38

38 Model Results Investment Decision Making UK National Grid has been proactive in contracting for and installing alternative power plants, including Wind, Tidal, and Nuclear. Offshore wind and tidal, specifically, still have much room for growth. What is the effect on total system cost of investing in an approximately 50% increase in offshore wind and tidal power? Increase of Offshore wind and tidal generating capacity (MW). Region Offshore Wind Wave & Tidal North Ireland MW 3 90MW Scotland 3, 185 4, MW MW England & Wales 13,375 20, MW 4 120MW Republic of Ireland MW 4 120MW Total 17,185 25, ,200 Howe & Humphries Utility Cost Optimization June / 38

39 Model Results Investment Decision Making The addition of almost 9,000MW of alternate power decreased the mean total system cost by 7.7% while the variability jumped up by 25%; the 5 th percentile dropped by 20%. Howe & Humphries Utility Cost Optimization June / 38

40 Model Results Investment Decision Making Many utilities have been recently investing in programs to decrease demand - especially peak demand. This includes rebates for energy efficient smart appliances, education programs, interruptibility/curtailage agreements, and the Smart Grid. We assume that if overall peak demand is reduced, all regions will be affected the same, so the relative proportions remain unchanged. What is the effect on total system cost of investing in consumer programs that lead to a modest decrease of 6.25% in peak demand to 60, 000MW? Howe & Humphries Utility Cost Optimization June / 38

41 Decreasing demand by 6.25% dropped the total system cost by 12% to 2,019,410. Variability dropped by 7%, and the 5 th and 95 th percentiles dropped by 14 and 11 percent. Howe & Humphries Utility Cost Optimization June / 38 Model Results next: concluding remarks

42 Concluding Remarks In this case study, we have demonstrates how Palisade and Evolver products can work together to perform cost optimization for a system of incompletely-connected power grids. We began by mathematically defining an optimization problem that allows us to meet the aggregate demand of all regions under the transmission constraints while minimizing the total cost. This was then implemented under the framework of uncertain generation capacity, so the optimization can take into consideration the fact that capacity is a stochastic quantity. The resulting Monte Carlo simulation model allowed us to make probabilistic statements about regional generating capacity and cost, total system generating capacity and cost, and inter-regional power flows. Finally, we demonstrated how this optimization model can be used to guide and inform investment decisions. The results about the impact on power generation costs could be used as inputs to an investment model which would consider the capital, contractual, regulatory, and other costs. Howe & Humphries Utility Cost Optimization June / 38

Preparatory Paper on Focal Areas to Support a Sustainable Energy System in the Electricity Sector

Preparatory Paper on Focal Areas to Support a Sustainable Energy System in the Electricity Sector Preparatory Paper on Focal Areas to Support a Sustainable Energy System in the Electricity Sector C. Agert, Th. Vogt EWE Research Centre NEXT ENERGY, Oldenburg, Germany corresponding author: Carsten.Agert@next-energy.de

More information

Wind Power and District Heating

Wind Power and District Heating 1 Wind Power and District Heating New business opportunity for CHP systems: sale of balancing services Executive summary - Both wind power and Combined Heat and Power (CHP) can reduce the consumption of

More information

Emissions Comparison for a 20 MW Flywheel-based Frequency Regulation Power Plant

Emissions Comparison for a 20 MW Flywheel-based Frequency Regulation Power Plant Emissions Comparison for a 20 MW Flywheel-based Frequency Regulation Power Plant Beacon Power Corporation KEMA Project: BPCC.0003.001 May 18, 2007 Final Report with Updated Data Emissions Comparison for

More information

Power Generation. Lilian Macleod Power Supply Manager National Grid

Power Generation. Lilian Macleod Power Supply Manager National Grid Power Generation Place your chosen image here. The four corners must just cover the arrow tips. For covers, the three pictures should be the same size and in a straight line. This text box and image can

More information

Levelized Cost and Levelized Avoided Cost of New Generation Resources in the Annual Energy Outlook 2015

Levelized Cost and Levelized Avoided Cost of New Generation Resources in the Annual Energy Outlook 2015 June 2015 Levelized Cost and Levelized Avoided Cost of New Generation Resources in the Annual Energy Outlook 2015 This paper presents average values of levelized costs for generating technologies that

More information

GB Electricity Market Summary

GB Electricity Market Summary GB Electricity Market Summary SECOND QUARTER 2014 APR TO JUN Recorded Levels of UK Generation by Fuel (based upon DECC Energy Trends & FUELHH data): GAS: 10.8GW WIND: 2.6GW AUGUST 2014 COAL: 10.1GW BIOMASS:

More information

THE COSTS OF DECARBONISING ELECTRICITY GENERATION

THE COSTS OF DECARBONISING ELECTRICITY GENERATION THE COSTS OF DECARBONISING ELECTRICITY GENERATION This technical annex to Building a low-carbon economy presents further details on the analysis underlying the estimates of the costs of decarbonising the

More information

Multi-Faceted Solution for Managing Flexibility with High Penetration of Renewable Resources

Multi-Faceted Solution for Managing Flexibility with High Penetration of Renewable Resources Multi-Faceted Solution for Managing Flexibility with High Penetration of Renewable Resources FERC Technical Conference Increasing RT & DA Market Efficiency Through Improved Software June 24 26, 2013 Nivad

More information

DOES WIND KILL THE ENERGY ONLY MARKET?

DOES WIND KILL THE ENERGY ONLY MARKET? DOES WIND KILL THE ENERGY ONLY MARKET? Oliver Brown, Stephen Poletti, David Young University of Auckland Economic Paradox Low-carbon power system High cap cost low and very low variable costs eg. Wind,

More information

[Sent to Covered Activities and Resource Mapping working groups on Oct. 21, 2011.]

[Sent to Covered Activities and Resource Mapping working groups on Oct. 21, 2011.] 2040 and 2050 Acreage Needs for Renewable Generation Dave Vidaver, Electricity Analysis Office, California Energy Commission dvidaver@energy.state.ca.gov In order to inform the DRECP process, Energy Commission

More information

Analysis of the EU Renewable Directive by a TIMES-Norway

Analysis of the EU Renewable Directive by a TIMES-Norway Analysis of the EU Renewable Directive by a TIMES-Norway NorRen Summer School Arne Lind Institute for Energy Technology 07.08.2012 Outline The EU Renewable Directive (RES) Definition Targets Implications

More information

Electric Utilities. Introduction to the module

Electric Utilities. Introduction to the module Introduction to the module The electric utilities module is based on a reporting framework produced by the Institutional Investors Group on Climate Change (IIGCC), Ceres, and the Investor Group on Climate

More information

wind power and the UK wind resource

wind power and the UK wind resource wind power and the UK wind resource This report has been prepared by the Environmental Change Institute solely for use by the Department of Trade and Industry by whom it was commissioned. It is not addressed

More information

Electric Utilities. Introduction to the module

Electric Utilities. Introduction to the module Introduction to the module The electric utilities module is based on a reporting framework produced by the Institutional Investors Group on Climate Change (IIGCC), Ceres, and the Investor Group on Climate

More information

Electric Energy Systems

Electric Energy Systems Electric Energy Systems Electric Energy Systems seeks to explore methods at the frontier of understanding of the future electric power and energy systems worldwide. The track will focus on the electric

More information

The Cost of Generating Electricity A COMMENTARY

The Cost of Generating Electricity A COMMENTARY The Cost of Generating Electricity A COMMENTARY on a study carried out by PB Power for The Royal Academy of Engineering THE ROYAL ACADEMY OF ENGINEERING Costs of Generating Electricity Commentary by the

More information

Working Paper No. 374. The Effect of REFIT on Irish Electricity Prices

Working Paper No. 374. The Effect of REFIT on Irish Electricity Prices Working Paper No. 374 www.esri.ie February 2011 The Effect of REFIT on Irish Electricity Prices Conor Devitt and Laura Malaguzzi Valeri Abstract: This paper evaluates the likely effect of REFIT, the Irish

More information

H1 2014 LEVELISED COST OF ELECTRICITY - PV

H1 2014 LEVELISED COST OF ELECTRICITY - PV H1 2014 LEVELISED COST OF ELECTRICITY - PV JENNY CHASE 4 FEBRUARY 2014 LCOE OF PV, FEBRUARY 2014 1 PV EXPERIENCE CURVE, 1976-2013 (2013 $/W) 100 Cost per W (2013 $) 1976 10 1985 2003 2006 1 2012 2013 Q3

More information

Main Street. Economic information. By Jason P. Brown, Economist, and Andres Kodaka, Research Associate

Main Street. Economic information. By Jason P. Brown, Economist, and Andres Kodaka, Research Associate THE Main Street ECONOMIST: ECONOMIST Economic information Agricultural for the and Cornhusker Rural Analysis State S e Issue p t e m b2, e r 214 2 1 Feed de er ra al l RR e es se er rv ve e BBa an nk k

More information

UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION

UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION Coordination between Natural Gas and Electricity Markets Docket No. AD12-12-000 Prepared Statement of Brad Bouillon on behalf of

More information

Electricity Rates Forecasting:

Electricity Rates Forecasting: Electricity Rates Forecasting: Muskrat Falls Will Options: Stabilize Rates for Consumers Legal S92A, Good Faith and Regulatory Proceedings in Quebec Department of Natural Resources October 2012 Department

More information

Energy Productivity & Pricing

Energy Productivity & Pricing Energy Productivity & Pricing Markets for energy, renewable energy and carbon Dr Jenny Riesz February 2014 2 Average electricity retail prices Electricity price rises CSIRO Future Grid (2013) Change and

More information

Progress'with'the'UK'Electricity' Market'Reform'(EMR) :

Progress'with'the'UK'Electricity' Market'Reform'(EMR) : Progress'with'the'UK'Electricity' Market'Reform'(EMR) : Prof.&Michael&Pollitt& Cambridge*Judge*Business*School* & CEEP& Beijing&Institute&of&Technology& 12&May&2015& Outline: Introduction&and&background&

More information

INTRODUCTION TO HARMONIC ASSESSMENT IN POWER SYSTEMS

INTRODUCTION TO HARMONIC ASSESSMENT IN POWER SYSTEMS INTRODUCTION TO HARMONIC ASSESSMENT IN POWER SYSTEMS LIST OF CONTENT 1. INTRODUCTION... 1 2. HARMONIC VOLTAGE ASSESSMENT REQUIREMENT IN THE UK... 2 3. THE ASSESSMENT... 2 3.1. SYSTEM MODELLING...3 3.2.

More information

Electricity Insight NEW ZEALAND S ENERGY OUTLOOK. Preview of key insights: Exploring the uncertainty in future electricity demand and supply

Electricity Insight NEW ZEALAND S ENERGY OUTLOOK. Preview of key insights: Exploring the uncertainty in future electricity demand and supply NEW ZEALAND S ENERGY OUTLOOK Electricity Insight Exploring the uncertainty in future electricity demand and supply Preview of key insights: Lower demand growth and excess supply should put strong downward

More information

Concepts and Experiences with Capacity Mechanisms

Concepts and Experiences with Capacity Mechanisms Concepts and Experiences with Capacity Mechanisms Manuel Baritaud, International Energy Agency Conference Capacity Mechanisms: Experiences in Various European Countries Bundesministerium fur Wirtschaft

More information

Carbon Price Transfer in Norway

Carbon Price Transfer in Norway Public ISDN nr. 978-82-93150-03-9 THEMA Report 2011-1 Carbon Price Transfer in Norway The Effect of the EU-ETS on Norwegian Power Prices Commissioned by Energy Norway, Federation of Norwegian Industries

More information

Electricity Capacity Assessment

Electricity Capacity Assessment Promoting choice and value for all gas and electricity customers Electricity Capacity Assessment Ofgem report to Government Reference: 126/12 Publication date: 5 October 2012 Contact Karen Mayor, Socrates

More information

ESC Project: INMES Integrated model of the energy system

ESC Project: INMES Integrated model of the energy system ESC Project: INMES Integrated model of the energy system Frontiers in Energy Research, March, 2015 Dr. Pedro Crespo Del Granado Energy Science Center, ETH Zürich ESC 19/03/2015 1 Presentation outline 1.

More information

Wind Turbine Power Calculations

Wind Turbine Power Calculations Wind Turbine Power Calculations RWE npower renewables Mechanical and Electrical Engineering Power Industry INTRODUCTION RWE npower is a leading integrated UK energy company and is part of the RWE Group,

More information

Solar Power - A Reality in Maryland

Solar Power - A Reality in Maryland NuclearRegulatoryCommission Exhibit#-JNT000030-00-BD01 Docket#-05200016 Identified:01/26/2012 Admitted:Withdrawn: 01/26/2012 Rejected:Stricken: UNITED STATES OF AMERICA NUCLEAR REGULATORY COMMISSION JNT

More information

Role of Natural Gas in a Sustainable Energy Future

Role of Natural Gas in a Sustainable Energy Future Role of Natural Gas in a Sustainable Energy Future Alexander Medvedev, Deputy Chairman of Gazprom Management Committee, Director General of Gazprom Export 2 nd Ministerial Gas Forum Doha, 30 November 2010

More information

GLOBAL RENEWABLE ENERGY MARKET OUTLOOK 2013

GLOBAL RENEWABLE ENERGY MARKET OUTLOOK 2013 GLOBAL RENEWABLE ENERGY MARKET OUTLOOK 213 FACT PACK GUY TURNER HEAD OF ECONOMICS AND COMMODITIES APRIL 26, 213 GLOBAL RENEWABLE ENERGY MARKET OUTLOOK, 26 APRIL 213 1 INTRODUCTION This year s Global Renewable

More information

Price Suppression and Emissions Reductions with Offshore Wind: An Analysis of the Impact of Increased Capacity in New England

Price Suppression and Emissions Reductions with Offshore Wind: An Analysis of the Impact of Increased Capacity in New England Price Suppression and Emissions Reductions with Offshore Wind: An Analysis of the Impact of Increased Capacity in New England Richard D. Tabors, Ph.D. Lorna Omondi Aleksandr Rudkevich Ph.D. Evgeniy Goldis

More information

ANCILLARY SERVICES SUPPLIED TO THE GRID: THE CASE OF THISVI CCGT POWER PLANT (GREECE)

ANCILLARY SERVICES SUPPLIED TO THE GRID: THE CASE OF THISVI CCGT POWER PLANT (GREECE) Claudio Cavandoli, Alessandro Crippa EDISON S.p.A., Engineering Department ANCILLARY SERVICES SUPPLIED TO THE GRID: THE CASE OF THISVI CCGT POWER PLANT (GREECE) 1 ANCILLARY SERVICES SUPPLIED TO THE GRID:

More information

ALL ISLAND GRID STUDY WORK STREAM 4 ANALYSIS OF IMPACTS AND BENEFITS

ALL ISLAND GRID STUDY WORK STREAM 4 ANALYSIS OF IMPACTS AND BENEFITS ALL ISLAND GRID STUDY WORK STREAM 4 ANALYSIS OF IMPACTS AND BENEFITS January 2008 Executive Summary The All Island Grid Study is the first comprehensive assessment of the ability of the electrical power

More information

UNIT COMMITMENT AND ECONOMIC DISPATCH SOFTWARE TO OPTIMISE THE SHORT-TERM SCHEDULING OF ELECTRICAL POWER GENERATION

UNIT COMMITMENT AND ECONOMIC DISPATCH SOFTWARE TO OPTIMISE THE SHORT-TERM SCHEDULING OF ELECTRICAL POWER GENERATION UNIT COMMITMENT AND ECONOMIC DISPATCH SOFTWARE TO OPTIMISE THE SHORT-TERM SCHEDULING OF ELECTRICAL POWER GENERATION INTRODUCTION Electricity generating companies and power systems have the problem of deciding

More information

Electricity Use and Production Patterns

Electricity Use and Production Patterns This publication explains issues relevant to the production of electricity for the state of Wisconsin. It addresses basic power plant technologies and fuels, how the state s demand for reliable electricity

More information

Offshore Wind: some of the Engineering Challenges Ahead

Offshore Wind: some of the Engineering Challenges Ahead Offshore Wind: some of the Engineering Challenges Ahead David Infield CDT in Wind Energy Systems Institute of Energy and Environment University of Strathclyde International context (from IPCC report) Greenhouse

More information

IEFE Seminar Series, 8/10/2010

IEFE Seminar Series, 8/10/2010 Fulvio Fontini DSE University of Padua, Italy Eric Guerci GREQAM Université Aix-Marseille, France Angelica Gianfreda DSE - University of Verona, Italy 1 Nuclear Power production in Italy: a new topic (?)

More information

From Forecast to Discovery: Applying Business Intelligence to Power Market Simulations

From Forecast to Discovery: Applying Business Intelligence to Power Market Simulations From Forecast to Discovery: Applying Business Intelligence to Power Market Simulations Presented at the Energy Central Webinar May 12, 2015 Copyright 2015 Newton Energy Group LLC Welcome and Introduction

More information

UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION. ) ) Reliability Technical Conference ) Docket No.

UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION. ) ) Reliability Technical Conference ) Docket No. UNITED STATES OF AMERICA BEFORE THE FEDERAL ENERGY REGULATORY COMMISSION Reliability Technical Conference Docket No. AD14-9-000 REMARKS OF BRAD ALBERT GENERAL MANAGER, RESOURCE MANAGEMENT ARIZONA PUBLIC

More information

Alternative RE Approach Technical Support Document

Alternative RE Approach Technical Support Document Alternative RE Approach Technical Support Document 1.1. Introduction Renewable energy (RE) is a cost-effective approach for reducing carbon dioxide (CO 2) emissions from fossil fuel-fired electric generating

More information

The Real Cost of Electrical Energy. Outline of Presentation

The Real Cost of Electrical Energy. Outline of Presentation 2 Outline of Presentation Data Sources Electricity Demand and Supply Cost to Meet Demand Profile Electricity Pricing Cost Impact of Dispatching Generation (Load Following) Simplifying Assumptions Electricity

More information

Value of storage in providing balancing services for electricity generation systems with high wind penetration

Value of storage in providing balancing services for electricity generation systems with high wind penetration Journal of Power Sources 162 (2006) 949 953 Short communication Value of storage in providing balancing services for electricity generation systems with high wind penetration Mary Black, Goran Strbac 1

More information

A Method for Assessing Relative Value of Central Generation and Distributed Energy Resources (DERs) in Distribution Feeders

A Method for Assessing Relative Value of Central Generation and Distributed Energy Resources (DERs) in Distribution Feeders A Method for Assessing Relative Value of Central Generation and Distributed Energy Resources (DERs) in Distribution Feeders Prof. Marija Ilić milic@ece.cmu.edu Staff Technical Conference on Increasing

More information

Solar PV panels fitted to roofs. Solar PV panels produce electricity from energy provided by sunlight. 3.5 MWh per system

Solar PV panels fitted to roofs. Solar PV panels produce electricity from energy provided by sunlight. 3.5 MWh per system Solar PV panels fitted to roofs Yearly cost of production Cost per kwh 12.5p Solar PV panels produce electricity from energy provided by sunlight. 3.5 MWh per system 430 per system Solar energy can be

More information

Hydrogen Storage and a Clean, Responsive Power System

Hydrogen Storage and a Clean, Responsive Power System Hydrogen Storage and a Clean, Responsive Power System Fuel Cell and Hydrogen Conference, Birmingham, 20 th May 2015 Den Gammer 2015 Energy Technologies Institute LLP The information in this document is

More information

joint Resource Optimization and Scheduler

joint Resource Optimization and Scheduler www.siemens.com/spectrum-power joint Resource Optimization and Scheduler All forecasting and planning applications in one component. Answers for infrastructure and cities. joint Resource Optimization and

More information

Section 5 Electricity

Section 5 Electricity Section 5 Electricity Key results show: In 2015 Q3, total electricity generated fell by 0.5 per cent, from 76.4 TWh a year earlier to 75.9 TWh. (Chart 5.1). Renewables share of electricity generation was

More information

Infrastructure in a low-carbon energy system to 2030: Transmission and distribution. Final report. for. The Committee on Climate Change

Infrastructure in a low-carbon energy system to 2030: Transmission and distribution. Final report. for. The Committee on Climate Change Project Name Document Name Infrastructure in a low-carbon energy system to 2030: Transmission and distribution Final report for The Committee on Climate Change Imperial College and Element Energy 22 nd

More information

The Natural Gas-Electric Interface: Summary of Four Natural Gas-Electric Interdependency Assessments WIEB Staff November 30, 2012

The Natural Gas-Electric Interface: Summary of Four Natural Gas-Electric Interdependency Assessments WIEB Staff November 30, 2012 Introduction. The Natural Gas-Electric Interface: Summary of Four Natural Gas-Electric Interdependency Assessments WIEB Staff November 30, 2012 The increased reliance on natural gas as the primary fuel

More information

Power System Operation Procedure: Short Term Projected Assessment of System Adequacy (ST PASA)

Power System Operation Procedure: Short Term Projected Assessment of System Adequacy (ST PASA) ELECTRICITY INDUSTRY ACT ELECTRICITY INDUSTRY (WHOLESALE ELECTRICITY MARKET) REGULATIONS 2004 WHOLESALE ELECTRICITY MARKET RULES Power System Operation Procedure: Short Term Projected Assessment of System

More information

Implications of changing natural gas prices in the United States electricity sector for SO 2. and life cycle GHG emissions: Supplementary Information

Implications of changing natural gas prices in the United States electricity sector for SO 2. and life cycle GHG emissions: Supplementary Information Implications of changing natural gas prices in the United States electricity sector for SO 2, NO X and life cycle GHG emissions: Supplementary Information Aranya Venkatesh, Paulina Jaramillo, W Michael

More information

Renewable Energy on Regional Power Grids Can Help States Meet Federal Carbon Standards

Renewable Energy on Regional Power Grids Can Help States Meet Federal Carbon Standards FACT SHEET Renewable Energy on Regional Power Grids Can Help States Meet Federal Carbon Standards In June 2014, the U.S. Environmental Protection Agency (EPA) used its authority under Section 111(d) of

More information

Guidelines for Monthly Statistics Data Collection

Guidelines for Monthly Statistics Data Collection Guidelines for Monthly Statistics Data Collection Final version Data Expert Group 31 May 2015 1. Table of contents 1. Table of contents... 2 2. Remarks... 3 3. Introduction... 3 4. Geographical perimeter

More information

THE NET BENEFITS OF LOW AND NO-CARBON ELECTRICITY TECHNOLOGIES

THE NET BENEFITS OF LOW AND NO-CARBON ELECTRICITY TECHNOLOGIES GLOBAL ECONOMY & DEVELOPMENT WORKING PAPER 73 MAY 2014 Global Economy and Development at BROOKINGS THE NET BENEFITS OF LOW AND NO-CARBON ELECTRICITY TECHNOLOGIES Charles R. Frank, Jr. Global Economy and

More information

Generating Current Electricity: Complete the following summary table for each way that electrical energy is generated. Pros:

Generating Current Electricity: Complete the following summary table for each way that electrical energy is generated. Pros: P a g e 1 Generating Current Electricity: Complete the following summary table for each way that electrical energy is generated. Generating Electrical Energy Using Moving Water: Hydro-Electric Generation

More information

Methodology for Merit Order Dispatch. Version 1.0

Methodology for Merit Order Dispatch. Version 1.0 Methodology for Merit Order Dispatch Version 1.0 25 th April 2011 TABLE OF CONTENTS 1. OBJECTIVES... 1 2. ROADMAP FOR IMPLEMENTATION... 1 3. DEFINITIONS... 3 4. OPERATIONS PLANNING... 3 4.1. General Considerations...

More information

Statement for the Record

Statement for the Record Statement for the Record Kevin R. Hennessy Director Federal, State and Local Affairs New England Dominion Resources, Inc. Infrastructure Needs for Heat and Power Quadrennial Energy Review Task Force April

More information

HydroPeak - WP3. Assessing capacity mechanisms in the European power system. Stefan Jaehnert, PhD HydroPeak User group meeting, Trondheim, 30.10.

HydroPeak - WP3. Assessing capacity mechanisms in the European power system. Stefan Jaehnert, PhD HydroPeak User group meeting, Trondheim, 30.10. HydroPeak - WP3 Assessing capacity mechanisms in the European power system Stefan Jaehnert, PhD HydroPeak User group meeting, Trondheim, 30.10.2014 Outline Capacity remuneration mechanisms What are these

More information

Draft consolidated baseline and monitoring methodology ACM00XX

Draft consolidated baseline and monitoring methodology ACM00XX Draft consolidated baseline and monitoring methodology ACM00XX Consolidated baseline and monitoring methodology for new grid connected fossil fuel fired power plants using a less GHG intensive technology

More information

Unlocking Electricity Prices:

Unlocking Electricity Prices: Volume 2 A BidURenergy White Paper Unlocking Electricity Prices: A White Paper Exploring Price Determinants by: Mark Bookhagen, CEP pg. 2 Written by Mark Bookhagen, CEP Introduction In order to be classified

More information

12.5: Generating Current Electricity pg. 518

12.5: Generating Current Electricity pg. 518 12.5: Generating Current Electricity pg. 518 Key Concepts: 1. Electrical energy is produced by energy transformations. 2. Electrical energy is produced from renewable and non-renewable resources. 4. Electrical

More information

The Personal Turbine: How small could it go? By: Lukas Skoufa

The Personal Turbine: How small could it go? By: Lukas Skoufa The Personal Turbine: How small could it go? By: Lukas Skoufa Outline of the discussion My interest in this topic Brief comments - electricity industry in the last 100 years Gas turbine technology Microturbines

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION Power systems form the largest man made complex system. It basically consists of generating sources, transmission network and distribution centers. Secure and economic operation

More information

Section 4: Scheduling Philosophy & Tools

Section 4: Scheduling Philosophy & Tools Welcome to the Scheduling Philosophy & Tools section of the PJM Manual for Scheduling Operations. In this section you will find the following information: A description of the PJM OI s scheduling philosophy

More information

ESBI Company Profile. ESB International. Bringing Energy Innovation to the World...

ESBI Company Profile. ESB International. Bringing Energy Innovation to the World... ESBI Company Profile ESB International Bringing Energy Innovation to the World... ESB International ESBI is one of Europe s most progressive and commercially focused electricity consultancy firms with

More information

Agent-Based Micro-Storage Management for the Smart Grid

Agent-Based Micro-Storage Management for the Smart Grid Agent-Based Micro-Storage Management for the Smart Grid Perukrishnen Vytelingum, Thomas D. Voice, Sarvapali D. Ramchurn, Alex Rogers and Nicholas R. Jennings University of Southampton Outline Energy Domain

More information

Capacity planning for fossil fuel and renewable energy resources power plants

Capacity planning for fossil fuel and renewable energy resources power plants Capacity planning for fossil fuel and renewable energy resources power plants S. F. Ghaderi *,Reza Tanha ** Ahmad Karimi *** *,** Research Institute of Energy Management and Planning and Department of

More information

Renewable Power - Denmark 2012

Renewable Power - Denmark 2012 Economics of solar power & the role of large PV power plants Ruggero Schleicher- Tappeser, sustainable strategies Athens, October 8, 2013 www.renewables-made-in-germany.com OVERVIEW Strong drivers for

More information

Low Carbon and Environmental Goods and Services: an industry analysis. Update for 2008/09

Low Carbon and Environmental Goods and Services: an industry analysis. Update for 2008/09 Low Carbon and Environmental Goods and Services: an industry analysis Update for 2008/09 Innovas Solutions Ltd March 2010 In partnership with 1 Copyright Crown copyright, 2010 The views expressed within

More information

SUMMER OUTLOOK REPORT 2015 AND WINTER REVIEW 2014/2015. 27 May 2015

SUMMER OUTLOOK REPORT 2015 AND WINTER REVIEW 2014/2015. 27 May 2015 SUMMER OUTLOOK REPORT 2015 AND WINTER REVIEW 2014/2015 27 May 2015 Content 1. Introduction... 3 2. Executive summary... 4 3. Methodology... 5 3.1. Towards a new ENTSO-E Adequacy Methodology... 5 3.2. Source

More information

Energy [R]evolution vs. IEA World Energy Outlook scenario

Energy [R]evolution vs. IEA World Energy Outlook scenario Energy [R]evolution vs. IEA World Energy Outlook scenario New set of scenarios takes climate crisis into account World Energy Outlook (WEO) 2008 for the first time takes the climate crisis really into

More information

The Energy (including renewables) growth sector is defined by the Standard Industrialisation Classification (SIC) 2007 codes:

The Energy (including renewables) growth sector is defined by the Standard Industrialisation Classification (SIC) 2007 codes: Growth Sector Briefing Energy (including renewables) Office of the Chief Economic Adviser, Scottish Government February 2015 Growth Sector Definition Scotland s Energy (including renewables) sector was

More information

5-Minute Refresher: RENEWABLE ENERGY

5-Minute Refresher: RENEWABLE ENERGY 5-Minute Refresher: RENEWABLE ENERGY Renewable Energy Key Ideas Renewable energy is a source of energy that can be used and replenished naturally in a relatively short period of time. Non renewable energy

More information

FIXED CHARGE: This is a cost that goes towards making the service available, including

FIXED CHARGE: This is a cost that goes towards making the service available, including ELECTRICITY BILL COMPONENTS FIXED CHARGE: This is a cost that goes towards making the service available, including installation and maintenance of poles, power lines and equipment, and 24-hour customer

More information

Energy Systems Engineering 6 November 2015

Energy Systems Engineering 6 November 2015 UCD School of Mechanical and Materials Engineering Information Session for Stage One Engineering Students Energy Systems Engineering 6 November 2015 Dr. James O Donnell, Acting Programme Director, ME (Energy

More information

CHILE LEVELISED COST OF ENERGY

CHILE LEVELISED COST OF ENERGY CHILE LEVELISED COST OF ENERGY PRESENTED TO NRDC TYLER TRINGAS, ENERGY ECONOMICS APRIL 2011 Chile Levelised Cost of Energy, April 2011 1 CONTENTS Introduction Objectives Levelised Cost of Energy Model

More information

Alternative Energy. Terms and Concepts: Relative quantities of potential energy resources, Solar constant, Economies of scale

Alternative Energy. Terms and Concepts: Relative quantities of potential energy resources, Solar constant, Economies of scale Objectives Key Terms and Concepts Introduction Solar Wind Hydroelectric Power Geothermal Sources Biofuels Summary: Economies of Scale Questions for the video if time permits Alternative Energy Objectives:

More information

Busting Myths about Renewable Energy

Busting Myths about Renewable Energy Symposium on Renewable Energy: the Future for Australia, UNSW 15 April 2014 Busting Myths about Renewable Energy Dr Mark Diesendorf Institute of Environmental Studies University of New South Wales Sydney,

More information

ANNEX D ELECTRICITY MARKET REFORM: UPDATE ON THE EMISSIONS PERFORMANCE STANDARD

ANNEX D ELECTRICITY MARKET REFORM: UPDATE ON THE EMISSIONS PERFORMANCE STANDARD ANNEX D ELECTRICITY MARKET REFORM: UPDATE ON THE EMISSIONS PERFORMANCE STANDARD Contents Excutive Summary... 3 Background... 3 Level and Compliance... 4 Administration - Monitoring and Enforcment arrangements...

More information

Annual Electricity and Heat Questionnaire

Annual Electricity and Heat Questionnaire Annual Electricity and Heat Questionnaire IEA Statistics Course Pierre Boileau International Energy Agency OVERVIEW Global trends in electricity production 1973-2009 IEA Annual Electricity and Heat Questionnaire

More information

How To Make Money From Energy Storage

How To Make Money From Energy Storage Business Models for Energy Storage Michael Pollitt With thanks to Francisco Castellano Ruz and Karim Anaya Judge Business School University of Cambridge UKES 2015 University of Birmingham 26 November 2015

More information

Karnataka Electricity Regulatory Commission. Discussion note on

Karnataka Electricity Regulatory Commission. Discussion note on Karnataka Electricity Regulatory Commission Discussion note on Draft KERC (Forecasting, Scheduling, Deviation settlement and related matters for Wind and Solar Generation sources) Regulations, 2015. 1.0.

More information

Study Plan. MASTER IN (Energy Management) (Thesis Track)

Study Plan. MASTER IN (Energy Management) (Thesis Track) Plan 2005 T Study Plan MASTER IN (Energy Management) (Thesis Track) A. General Rules and Conditions: 1. This plan conforms to the regulations of the general frame of the programs of graduate studies. 2.

More information

Barry Posner Exelon PowerTeam Illinois Energy Summit November 4, 2009

Barry Posner Exelon PowerTeam Illinois Energy Summit November 4, 2009 Electricity it Price Drivers Barry Posner Exelon PowerTeam Illinois Energy Summit November 4, 2009 Power Pi Price Di Drivers: GFELT G.F.E.L.T. Transmission Generation Fuels Load Emissions 2 Power Market

More information

Appendix F Alternatives for Estimating Energy Consumption

Appendix F Alternatives for Estimating Energy Consumption Appendix F Alternatives Estimating Energy Consumption This appendix is reprinted from the Annual Energy Review 200. EIA continues to review alternative options accounting energy consumption and related

More information

Computing the Electricity Market Equilibrium: Uses of market equilibrium models

Computing the Electricity Market Equilibrium: Uses of market equilibrium models Computing the Electricity Market Equilibrium: Uses of market equilibrium models Ross Baldick Department of Electrical and Computer Engineering The University of Texas at Austin April 2007 Abstract We discuss

More information

Risk Analysis Overview

Risk Analysis Overview What Is Risk? Uncertainty about a situation can often indicate risk, which is the possibility of loss, damage, or any other undesirable event. Most people desire low risk, which would translate to a high

More information

Design Exercises and Projects in Energy Engineering Course

Design Exercises and Projects in Energy Engineering Course Session XXXX Design Exercises and Projects in Energy Engineering Course Kendrick Aung Department of Mechanical Engineering Lamar University, Beaumont, Texas 77710 Abstract Energy Engineering is a senior

More information

Natural Gas & Energy Efficiency: Keys to Reducing GHG Emissions

Natural Gas & Energy Efficiency: Keys to Reducing GHG Emissions Natural Gas & Energy Efficiency: Keys to Reducing GHG Emissions Janet Gail Besser, Vice President, Regulatory Strategy NARUC 120 th Annual Convention November 17, 2008 New Orleans, Louisiana Overview 1.

More information

Response to direct consultation questions

Response to direct consultation questions Consultation on proposals for the levels of banded support under the Renewables Obligation for the period 2013-17 and the Renewables Obligation (Scotland) Order 2011 Response by RenewableUK RenewableUK

More information

Integrating 300 GW wind power in European power systems: challenges and recommendations. Frans Van Hulle Technical Advisor

Integrating 300 GW wind power in European power systems: challenges and recommendations. Frans Van Hulle Technical Advisor Integrating 300 GW wind power in European power systems: challenges and recommendations Frans Van Hulle Technical Advisor Worldbank, SDN Week, Washington, February 21-22, 2008 Leonard Crettaz What is the

More information

Appendix F. DRECP Energy Development Assumptions and the BLM LUPA

Appendix F. DRECP Energy Development Assumptions and the BLM LUPA Appendix F DRECP Energy Development Assumptions and the BLM LUPA F DRECP Proposed LUPA and Final EIS DRECP ENERGY DEVELOPMENT ASSUMPTIONS AND THE BLM LUPA F.1 Introduction This appendix briefly summarizes

More information

WHEN AN EFFECTIVE EU ENERGY POLICY?

WHEN AN EFFECTIVE EU ENERGY POLICY? WHEN AN EFFECTIVE EU ENERGY POLICY? A. Clerici ABB Italy Honorary Chairman of WEC Italy Chairman of WEC WG The future role of nuclear in Europe 1 INDEX 1. General Comments 2. Vulnerability 3. Transmission

More information

10 Nuclear Power Reactors Figure 10.1

10 Nuclear Power Reactors Figure 10.1 10 Nuclear Power Reactors Figure 10.1 89 10.1 What is a Nuclear Power Station? The purpose of a power station is to generate electricity safely reliably and economically. Figure 10.1 is the schematic of

More information

Competitive Electricity Prices: An Update 1

Competitive Electricity Prices: An Update 1 Competitive Electricity Prices: An Update by J. Alan Beamon Throughout the country, States are moving to make their electricity generation markets more competitive. Although the timing will surely vary,

More information

Integrated Resource Plan

Integrated Resource Plan Integrated Resource Plan March 19, 2004 PREPARED FOR KAUA I ISLAND UTILITY COOPERATIVE LCG Consulting 4962 El Camino Real, Suite 112 Los Altos, CA 94022 650-962-9670 1 IRP 1 ELECTRIC LOAD FORECASTING 1.1

More information

Summary of specified general model for CHP system

Summary of specified general model for CHP system Fakulteta za Elektrotehniko Eva Thorin, Heike Brand, Christoph Weber Summary of specified general model for CHP system OSCOGEN Deliverable D1.4 Contract No. ENK5-CT-2000-00094 Project co-funded by the

More information