IBM Research: Energy and Utility Themes

Size: px
Start display at page:

Download "IBM Research: Energy and Utility Themes"

Transcription

1 IBM Research: Energy and Utility Themes Vehicle to Grid Integration Dr. Carl Binding, Dr. Olle Sundstrom, Dieter Gantenbein, Bernhard Jansen April

2 Overview IBM Research: who we are Motivation: renewable energy in transport and distribution grid The back-ground: EDISON Virtual Power Plant concept Smart charging as optimization problem Tackling grid constraints Results Outlook

3 IBM Research ~3,000 employees Almaden Watson Zurich Haifa China Tokyo Austin I India Brazil IBM Research Lab Melbourne

4 An Evolving Environment 1970's 1980's 1990's 2000's 2010's Corporate funded research agenda Technology transfer Collaborating across IBM Shared agenda Effectiveness Work on client problems Industryfocused research Research in the marketplace Collaborative Partnerships Emerging Services markets Science Globalization Research and Services Centrally funded Joint programs Inter-disciplinary collaboration in the market and across the globe

5 Reimagining how science and technology can have impact Managing human impact on rivers by streaming information Reducing traffic jams by creating them Helping premature infants by sensing complications before they happen Reimagining the energy grid by synchronizing supply Reducing CO2 while boosting business efficiency Mapping beneath the seafloor to help reduce the risk of dry holes Fighting infectious disease by spreading data Improving communication by talking to the Web Creating drinking water by filtering oceans

6 Motivation Integration of natural power-sources into electricity grid Wind-power, photovoltaics Intermittent; require balancing power respectively load-balancing Ideally: we would like to store electrical power! Gasoline powered automobiles are a problem CO 2 emissions Depletion of oil resources Can Electric Vehicles (EV) or Plug-In Hybrids (PHEV) help? No or less pollution and oil consumption Support electricity grid as load-balancing and possibly storage for electrical power But: What are the implications of an EV fleet on existing electricity grids? Can the EV batteries be charged in practical amounts of time? Can we store and release electrical energy using fleets of EVs? GW wind 29,4% : New capacity installed: 200GW natural gas 50,0% coal 5,2% pv 4,4% others 0,8% fuel oil 3,5% nuclear 2,9% large hydro 1,9% biomass 1,7% small hydro 0,1% geothermal 0,0% EU 0,44 0,63 0,84 1,21 1,68 2,50 3,48 4,75 6,45 9,68 12,9 17,3 23,2 28,6 34,4 40,5 48,1 56,5 64,94 WORLD 1,74 1,98 2,32 2,80 3,53 4,82 6,10 7,64 10,15 13,59 17,4 23,9 31,1 39,3 47,6 59,1 74,1 93,8 120,8

7

8 EDISON project (Denmark)

9 Bornholm 400V Grid Details 60KV/10KV sub-station customers 18 60KV/10KV substations 73 km/58 km 60KV overhead/cables 247km/634km 10KV overhead/cables 91 60KV/10KV feeders, 6 per substation KV/400V transformers 60KV transmission line 10KV transmission line 400V distribution grid

10 Virtual Power Plant (VPP) Combine different types of renewable and non-renewable generators and storage devices to be able to appear on the market as one powerplant with a defined hourly output or input. (ecogrid.dk) V2G poses particular challenges: Randomness of consumption/generation Time and location Size of generating/storage capacities KWh Mobility/Roaming Inter-utilities agreements are needed

11 VPP Data Flows VPP TSO/DSO RET GenCo Trip info & charging statistics Load curve boundaries Preferred load curve Production schedule(s), Prices, etc Weather forecast Optimization Preferred load curve Grid (congestion) constraints Preferred load curve Grid (congestion) constraints EV charging schedule Load curve

12 Linear optimization for smart charging (simplified) P b = ηp int (battery efficiency) minimize t s c T p b (overall cost over p b ) subject to A s t s p b >= b s A g p b <= b g A b t s p b <= b b b l <= p b <= b u (trip energy constraints) (generation constraints) (battery constraints) (battery power constraints) m*n elements in decision variables p b for m vehicles, n timeslots.

13 Various target objectives Dumb charging Price optimized Absorb excessive wind power

14 Handling Grid Constraints We consider the grid as a graph composed by transmission lines and transformers Edges: transmission line or transformer max capacity, actual flow (of power) Vertices: grid nodes (PQ, PV) Power flows from generation to consumption (load) Can the scheduled power flow towards loads? Without overloading transmission and transformers Without voltage instability Two approaches: Net-flow/min-cut max-flow: power only Load-flow: power and voltage Limited to tree-shaped distribution grids Power Generator Power Consumer cap, flow Source Power Generator Electrical Grid Power Consumer Target cap, flow Power Generator cap, flow Power Consumer

15 Power Generator Power Generator Demand: 257 KW, Cap: 217 KW Electrical Grid Island 1 Island 2 Demand: 324 KW, Cap: 234 KW Power Generator Power Generator Demand: 217 KW, Cap: 217 KW Electrical Grid Demand: 234 KW, Cap: 234 KW Island 1 Island 2

16 Results from adding grid constraints 6 Power limitations only 3 charging modes Eager/dumb Price-based; not constrained Price-based; constrained Price is based on Pr base + α*(1 P wind,max / P wind, current ) price [cents/kwh] time [h] price-based charging eager charging power [MW] base load grid-aware price-based charging time [h]

17 Limiting grid overload Overload is cut back Squeezed to below 100% utilization Figure shows effect in time-slots with highest grid utilization 4 slots of 15 min Grid constraints are respected! However, price based charging is very bursty. share of grid [-] ~grid-aware price-based charging ~eager charging ~price-based charging loading [-]

18 Results Bornholm (a Danish island) electricity grid simulated. See EDISON project Traffic mix (commuters, taxis, family cars) integrated into simulation. We can evaluate the state of the grid and EVs. Thermal load on transmission lines Wind energy Power load on transformers Optimization of interaction EVs and electrical grid has been implemented We use real-world wind-data & prices Electrical grid partially synthetic Traffic pattern still sketchy Quality of prediction is important We are experimenting with different minimization functions Cool animation available : Impact of managed EVs Typical electrical power consumption & generation curve

19 Outlook Handling of voltage stability Power and length of lines, tree-shaped distribution grid assumed Data availability is an issue! Additional constraints on LP optimization to guarantee max. voltage drop: the nosecurve Planning and control flexibility Planning interval and duration: from 96*15 to n*m Simulate effect of controls during plan execution vis-à-vis true execution Modeling flexibility for power & energy Power varies over time, energy has min/max envelope Aggregation/dis-aggregation of energy storage devices Additional control possibilities Further manageable loads (heat-pumps, boilers, cooling/freezing, etc) Moving towards an MPC paradigm for the electrical power grid? Improved load and EV traffic prediction Need temporal and spatial prediction Analysis of load and traffic traces to validate prediction models Performance is always the computer scientist s issue Sparse matrix packages, Tinney schemas Newton-Raphson instead of Gauss-Seidel for load-flow Distribution, parallelism

20

21 Backup

22 Grid Constraints as Max-Flow Problem Source Ford-Fulkerson/Edmond & Karp is O(n 2 m) With nodes, edges we get 28 secs (Java) or 18 secs (MSFT VC++) on Intel Dual Core 2GHz (TP61) Goldberg and Tarjan (JACM 1988) have O(m 3 ) Down to 8 secs (MSFT VC++) Using Sleator & Tarjan dynamic tree data structure we get O(nm log(n 2 /m)) Expected, theoretical, speed-up of for our problem size! Overhead of dynamic tree structure may be non negligible Another approach: use LP formulation of maxflow ILOG/CPLEX yields < 1 sec! n variables, m constraints Power Generator Power Consumer cap, flow Power Generator Electrical Grid Power Consumer cap, flow Power Generator cap, flow Power Consumer Target

23 Battery characteristics Battery = voltage source + resistance ( state-of-energy) State-of-energy ζ ζ dot = f(ζ,p b ) = P int (ζ,p b )/E int0 Internal battery power P int P int (ζ,p b ) = -η I b (ζ,p b ) V oc (), P b >= 0 = -1/η I b (ζ,p b ) V oc (), P b < 0

24 Charging behavior Wind-power vs. time-of-day: 96 slots, 15 minutes each Price is inversely co-related to wind-power Max. charging when max wind-power == min. price Charging plan for each EV Minute difference between linear vs. quadratic optimization

25 Non linear battery optimization for smart charging P b = f( P int ) P int + α P 2 int (second order Taylor approximation) power loss for externally supplied power P b minimize t s c T p int + t s p T int D(ά)D(c)p int subject to A s p int <= b s A g,j p int + p T intd(ά)d(a g,j )p int <= g j A b p int <= b b j = 1..n p int >= b l q r p int + p T intd(ά)d(q r )p int <= p u,r r = 1..mn m*n elements in decision variable p b for m vehicles, n time-slots.

26 Solution Approach: Simulation ZRL have built a large scale simulation for An electrical grid using real EE formulas! A fleet of electrical vehicles with some kinky behaviour In order to Compute smart-charging plans for EVs Study the impact of EV traffic on the electrical distribution grid Evaluate the battery charging behaviour of EVs Verify if we can integrate EVs as micro power plants (μchp) into the grid using their batteries as storage device Simulation is based on electrical engineering and computer science Electrical power grid and load flow (EE) Optimization theory: linear programming, optimal control methods (EE/OR) Discrete and continuous systems simulation (CS) Power Generator Power Consumer Power Generator Electrical Grid Power Generator Power Consumer Power Consumer

27 10KV/400V feeder: Location, power 10KV transmission line: Thermal load 60KV/10KV sub-station: Location, power Electric Vehicle: State-of-charge, identification, distance travelled 60KV transmission line: Thermal load Wind-turbine(s): Power, wind-speed Ronne Power Station: Power

28 Charging Schedule Computation with Grid Constraints Loop Compute a charging schedule for EVs (based on energy requests, constraints) Check if grid constraints are met If not then add additional charging schedule constraints Else break End loop The loop does eventually converge, but it takes some iterations. Divided between Grid: checking grid constraints, adding charging schedule constraints VPP: computing the charging schedules based on energy requests

29 Grid constraints detection and constraining Computed max-flow through grid Identify saturated edges Results in non-overlapping sub-grids (islands) Max-flow/min-cut theorem implemented Limit the load on the islands Since the requested power cannot be delivered! Additional constraint in charging schedule computation Sum of power requested on island <= power deliverable through saturated edges Non EV loads are not affected. Requirement: Prediction of timely availability of EV for charging Plus location of that availability!

30 Constraint violations A123Systems Saft VL45-E

31 Battery constraint violations Violation of boundaries of battery state-of-energy. Range 20-90%

IBM SmartGrid Vision and Projects

IBM SmartGrid Vision and Projects IBM Research Zurich September 2011 IBM SmartGrid Vision and Projects Eleni Pratsini Head, Department of Mathematical & Computational Sciences IBM Research Zurich SmartGrid for a Smarter Planet SmartGrid

More information

Smart Grids and Integration of Renewable Energies

Smart Grids and Integration of Renewable Energies Chair of Sustainable Electric Networks and Sources of Energy Smart Grids and Integration of Renewable Energies Professor Kai Strunz, TU Berlin Intelligent City Forum, Berlin, 30 May 2011 Overview 1. Historic

More information

Planning Electric-Drive Vehicle Charging Under Constrained Grid Conditions

Planning Electric-Drive Vehicle Charging Under Constrained Grid Conditions RZ 3785 (# Z1008-002) 08/26/2010 Computer Science 6 pages Research Report Planning Electric-Drive Vehicle Charging Under Constrained Grid Conditions O. Sundström, C. Binding IBM Research Zurich 8803 Rüschlikon

More information

Smart Grids and the Change of the Electric System Paradigm

Smart Grids and the Change of the Electric System Paradigm 2010 February 9 Lisbon Campus da FEUP Rua Dr. Roberto Frias, 378 4200-465 Porto Portugal T +351 222 094 000 F +351 222 094 050 jpl@fe.up.pt Smart Grids and the Change of the Electric System Paradigm João

More information

Electric Transportation and Energy Storage

Electric Transportation and Energy Storage Electric Transportation and Energy Storage Eladio M. Knipping, Ph.D. Senior Technical Manager, Environment April 24, 2009 Fate of U.S. Electricity Production Generation Transmission Distribution Residence/

More information

Smart Grids and Mobility

Smart Grids and Mobility International Conference on Technology Policy and Innovation 2009 July 14th Smart Grids and Mobility Campus da FEUP Rua Dr. Roberto Frias, 378 4200-465 Porto Portugal T +351 222 094 000 F +351 222 094

More information

RESERVOIR SOLUTIONS. GE Power. Flexible, modular Energy Storage Solutions unlocking value across the electricity network

RESERVOIR SOLUTIONS. GE Power. Flexible, modular Energy Storage Solutions unlocking value across the electricity network GE Power RESERVOIR SOLUTIONS Flexible, modular Energy Storage Solutions unlocking value across the electricity network TRENDS DISRUPTING THE POWER SECTOR FROM GENERATION TO T&D DECARBONIZATION DIGITIZATION

More information

Island Smart Grid Model in Hawaii Incorporating EVs

Island Smart Grid Model in Hawaii Incorporating EVs Hitachi Review Vol. 63 (214), No. 8 471 Featured Articles Island Smart Grid Model in Hawaii Incorporating EVs Koichi Hiraoka Sunao Masunaga Yutaka Matsunobu Naoya Wajima OVERVIEW: Having set a target of

More information

Model Predictive Control for Electric Vehicle Charging

Model Predictive Control for Electric Vehicle Charging Model Predictive Control for Electric Vehicle Charging Anthony Papavasiliou Department of Industrial Engineering and Operations Research University of California at Berkeley Berkeley, CA 94709 Email: tonypap@berkeley.edu

More information

Impact of Increasing Electric Mobility on a Distribution Grid at the Medium Voltage Level. Julia Vopava

Impact of Increasing Electric Mobility on a Distribution Grid at the Medium Voltage Level. Julia Vopava Impact of Increasing Electric Mobility on a Distribution Grid at the Medium Voltage Level Julia Vopava Agenda Introduction Methodology Cellular Approach Determining load profiles for charging stations

More information

Scientific Support for The Transition To A Low Carbon Economy - Drivers for Low Carbon Economy

Scientific Support for The Transition To A Low Carbon Economy - Drivers for Low Carbon Economy Scientific Support for The Transition To A Low Carbon Economy - Drivers for Low Carbon Economy Energinet.dk Presentation March 6 th 2012 Kim Behnke, Energinet.dk kbe@energinet.dk The energy system shift

More information

EPRI Intelligrid / Smart Grid Demonstration Joint Advisory Meeting March 3, 2010

EPRI Intelligrid / Smart Grid Demonstration Joint Advisory Meeting March 3, 2010 EPRI Intelligrid / Smart Grid Demonstration Joint Advisory Meeting March 3, 2010 Community Energy Storage Presentation & Simulation Results Thomas J. Walker Emeka Okafor 1 Energy Storage Applications in

More information

The future role of storage in a smart and flexible energy system

The future role of storage in a smart and flexible energy system The future role of storage in a smart and flexible energy system Prof Olav B. Fosso Dept. of Electric Power Engineering Norwegian University of Science and Technology (NTNU) Content Changing environment

More information

Test bed 2: Optimal scheduling of distributed energy resources

Test bed 2: Optimal scheduling of distributed energy resources July 2017 Test bed 2: Optimal scheduling of distributed energy resources Zita Vale, Joao Soares and Fernando Lezama zav@isep.ipp.pt 1 Agenda Introduction and main objective Optimal scheduling of distributed

More information

NEDO s Smart Grid Demonstration Projects in the U. S. JUMPSmartmaui Project in Hawaii

NEDO s Smart Grid Demonstration Projects in the U. S. JUMPSmartmaui Project in Hawaii NEDO s Smart Grid Demonstration Projects in the U. S. JUMPSmartmaui Project in Hawaii 1 2 Maui of Hawaii Today High cost of energy is driven by variable oil prices. Hawaii ranks #1 in electric energy costs:

More information

Smart Grid. Prof. Jia Hongjie.

Smart Grid. Prof. Jia Hongjie. Integrating E-mobility(EVs) E with Smart Grid Prof. Jia Hongjie hjjia@tju.edu.cn Key Laboratory of Smart Grid of Ministry of Education, School of Electrical Engineering & Automation Tianjin University,

More information

Smart grid. Social risks, benefits, opportunities. Pankaj Batra Member (Planning), Central Electricity Authority

Smart grid. Social risks, benefits, opportunities. Pankaj Batra Member (Planning), Central Electricity Authority Smart grid. Social risks, benefits, opportunities Pankaj Batra Member (Planning), Central Electricity Authority The need for a smart grid In order to reduce carbon emissions to limit temperature rise,

More information

What s cooking at IBM Research?

What s cooking at IBM Research? Winter 2011 What s cooking at IBM Research? Smarter analytics for example, in everyday life 2 How much do you pay for a liter of petrol? Most people can tell you, but 3 how much is a kilowatt-hour of electricity?

More information

Integrated System Models Graph Trace Analysis Distributed Engineering Workstation

Integrated System Models Graph Trace Analysis Distributed Engineering Workstation Integrated System Models Graph Trace Analysis Distributed Engineering Workstation Robert Broadwater dew@edd-us.com 1 Model Based Intelligence 2 Integrated System Models Merge many existing, models together,

More information

Effects of Smart Grid Technology on the Bulk Power System

Effects of Smart Grid Technology on the Bulk Power System Effects of Smart Grid Technology on the Bulk Power System Rana Mukerji Senior Vice President Market Structures New York Independent System Operator Union College 2013 Environmental Science, Policy & Engineering

More information

Optimal and Modular Configuration of Wind Integrated Hybrid Power Plants for Off-Grid Systems

Optimal and Modular Configuration of Wind Integrated Hybrid Power Plants for Off-Grid Systems Optimal and Modular Configuration of Wind Integrated Hybrid Power Plants for Off-Grid Systems Lennart Petersen, Industrial Ph.D. Fellow Hybrid Solutions Co-Authors: F. Iov (Aalborg University), G. C. Tarnowski,

More information

Robustness and Cost Efficiency through User Flexibility in the Distribution Network

Robustness and Cost Efficiency through User Flexibility in the Distribution Network Washington, April 20, 2015 Robustness and Cost Efficiency through User Flexibility in the Distribution Network Knut Samdal, Research Director SINTEF Energy Research knut.samdal@sintef.no 1 SINTEF is the

More information

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding Background

More information

Renewable Energy Integration: Wind, Solar and Energy Storage

Renewable Energy Integration: Wind, Solar and Energy Storage Renewable Energy Integration: Wind, Solar and Energy Storage ReGen Powertech Archit Khemka Technology Overview: Wind Solar Hybrid with Energy Storage Concepts Co-located System Two largely independent

More information

C PER. Center for Advanced Power Engineering Research C PER

C PER. Center for Advanced Power Engineering Research C PER Center for Advanced Power Engineering Research C PER 2017 Summer Research Planning Workshop Energy Storage Technologies and Application Roadmap Presented By: Johan Enslin Zucker Family Graduate Education

More information

Smart Grid A Reliability Perspective

Smart Grid A Reliability Perspective Khosrow Moslehi, Ranjit Kumar - ABB Network Management, Santa Clara, CA USA Smart Grid A Reliability Perspective IEEE PES Conference on Innovative Smart Grid Technologies, January 19-21, Washington DC

More information

Electricity Technology in a Carbon-Constrained Future

Electricity Technology in a Carbon-Constrained Future Electricity Technology in a Carbon-Constrained Future March 15, 2007 PacifiCorp Climate Working Group Bryan Hannegan Vice President - Environment EPRI Role Basic Research and Development Collaborative

More information

Pedro Nunes. July 2016

Pedro Nunes. July 2016 Integration of PV and electric vehicles in future energy systems Pedro Nunes July 2016 1. background 2 context Sectors of energy and transport are the biggest GHG emitters in the EU (30% and 20%, respectively)

More information

Distributed Storage Systems

Distributed Storage Systems Distributed Storage Systems Presented by: Dr. Dan Weinstock & Guy Lichtenstern 11/12/2017 Milestones of PV Industry 1839 1921 1954 1958 2000 2010 2015 2015 2017 Photovoltaic effect discovered by Edmond

More information

Impact of EnergyCollectives on grid operation

Impact of EnergyCollectives on grid operation Impact of EnergyCollectives on grid operation EnergyCollective public event, June 1st, 2018 Oliver Gehrke Electrical Systems Operation and Management Center for Electric Power and Energy Technical University

More information

The Role of Electricity Storage on the Grid each location requires different requirements

The Role of Electricity Storage on the Grid each location requires different requirements Functional Requirements for Energy on the Utility Grid EPRI Renewable Council Meeting Bill Steeley Senior Project Manager Dan Rastler Program Manager April 5-6, 2011 The Role of Electricity on the Grid

More information

Assessing the Potential Role of Large-Scale PV Generation and Electric Vehicles in Future Low Carbon Electricity Industries

Assessing the Potential Role of Large-Scale PV Generation and Electric Vehicles in Future Low Carbon Electricity Industries Assessing the Potential Role of Large-Scale PV Generation and Electric Vehicles in Future Low Carbon Electricity Industries Peerapat Vithayasrichareon, Graham Mills, Iain MacGill Centre for Energy and

More information

V2G and V2H The smart future of vehicle-to-grid and vehicle-to-home. September 2016

V2G and V2H The smart future of vehicle-to-grid and vehicle-to-home. September 2016 V2G and V2H The smart future of vehicle-to-grid and vehicle-to-home September 2016 V2G is the future. V2H is here. V2G enables the flow of power between an electrical system or power grid and electric-powered

More information

Elektro Ljubljana d. d. Positive energy networking

Elektro Ljubljana d. d. Positive energy networking Elektro Ljubljana d. d. Positive energy networking Ljubljana, Marec 2015 Territorial Organisation of Elektro Ljubljana Size: 6,166km 2 Number of users: 330,971 Electricity distributed to end users in GWh:

More information

IEA technology analysis and roadmap for energy storage. Luis Munuera

IEA technology analysis and roadmap for energy storage. Luis Munuera IEA technology analysis and roadmap for energy storage Luis Munuera IEA s programme of work in energy technology Where do we need to go? Where are we today? How do we get there? Technology roadmaps provide

More information

American Electric Power s Energy Storage Deployments

American Electric Power s Energy Storage Deployments American Electric Power s Energy Storage Deployments 1 2 American Electric Power : Company Profile The Evolution of the Electric Utility System Before Smart Grid: One-way power flow, simple interactions,

More information

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Multi-agent systems and smart grid modeling Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Challenges in electricity grids Fundamental changes in electricity grids: 1. Increasing uncertainty

More information

EVENT, DATE. The Smart Grid. Challenges & Solutions. Fahd Hashiesh, Global Business Development Manager, Power Consulting

EVENT, DATE. The Smart Grid. Challenges & Solutions. Fahd Hashiesh, Global Business Development Manager, Power Consulting EVENT, DATE The Smart Grid Challenges & Solutions Fahd Hashiesh, Global Business Development Manager, Power Consulting The Grid The Current, the Past and the Future Let s define the Smart Grid Environment

More information

Grid Operations and the Increasing Challenges of Balancing Renewable Energy ALBUQUERQUE QUALITY NETWORK

Grid Operations and the Increasing Challenges of Balancing Renewable Energy ALBUQUERQUE QUALITY NETWORK Grid Operations and the Increasing Challenges of Balancing Renewable Energy JANUARY 18 ALBUQUERQUE QUALITY NETWORK JANUARY 18, 2018 AGENDA Overview and History of PNM Grid Operation Challenges Generation

More information

Building Smart Grid with µems CEZ Spring Conference, 16 th -17 th April 2014 Igor Dremelj, VP Smart Grid Solutions EMEA

Building Smart Grid with µems CEZ Spring Conference, 16 th -17 th April 2014 Igor Dremelj, VP Smart Grid Solutions EMEA Building Smart Grid with µems CEZ Spring Conference, 16 th -17 th April 2014 Igor Dremelj, VP Smart Grid Solutions EMEA 1 TOSHIBA Group and its Business segments Company name: TOSHIBA CORPORATION Headquarters

More information

Experience on Realizing Smart Grids. IEEE PES conference, Gothenburg

Experience on Realizing Smart Grids. IEEE PES conference, Gothenburg Experience on Realizing Smart Grids Bazmi Husain 2010-10-12 IEEE PES conference, Gothenburg IEEE PES Conference, Gothenburg, 2010-10-12. Slide 1 On the way to the smarter grid A quietly astounding evolution

More information

Economics of Vehicle to Grid

Economics of Vehicle to Grid Economics of Vehicle to Grid Adam Chase, Director, E4tech Cenex-LCV2016, Millbrook Strategic thinking in sustainable energy 2016 E4tech 1 E4tech perspective: Strategic thinking in energy International

More information

EcoGrid EU Quantitative Results

EcoGrid EU Quantitative Results EcoGrid EU Quantitative Results Presentation at: Panel Session on Demand Response, IEEE PowerTech 2015 Presentation by: Matthias Stifter AIT Austrian Institute of Technology 29 th June 2015 EcoGrid EU

More information

Current State of the Renewable Energy in Kyushu Electric Power and Our Future Plan. Kyushu Electric Power Co. Inc. June 8, 2017

Current State of the Renewable Energy in Kyushu Electric Power and Our Future Plan. Kyushu Electric Power Co. Inc. June 8, 2017 Current State of the Renewable Energy in Kyushu Electric Power and Our Future Plan. Kyushu Electric Power Co. Inc. June 8, 2017 Now in Kyushu Balance of demand and supply on January 1, 2017 (MW) 10,000

More information

Grid modernization: Incorporating smart technologies

Grid modernization: Incorporating smart technologies October 11, 2017 Grid modernization: Incorporating smart technologies Shawn White, Xcel Energy Mark Dyson, Rocky Mountain Institute Greg Adams, Salt River Project Joanne O Neill, CLEAResult What has your

More information

Optimization of Distributed Energy Resources with Energy Storage and Customer Collaboration

Optimization of Distributed Energy Resources with Energy Storage and Customer Collaboration Optimization of Distributed Energy Resources with Energy Storage and Customer Collaboration NOVEMBER 2014 Jon Hawkins Manager, Advanced Technology and Strategy NOVEMBER 2014 PNM SERVICE TERRITORY 2,572

More information

2009 Wind-Diesel Workshop. Microgrid Control System Technology GE Digital Energy, Markham Ontario

2009 Wind-Diesel Workshop. Microgrid Control System Technology GE Digital Energy, Markham Ontario 2009 Wind-Diesel Workshop Microgrid Control System Technology GE Digital Energy, Markham Ontario June 2 nd, 2009 Protection & Control Multilin Communications MDS, Lentronics Power Quality Zenith Controls

More information

Yasuhiro Hayashi. Waseda University, Tokyo, Japan

Yasuhiro Hayashi. Waseda University, Tokyo, Japan 2015 JST NSF DFG RCN Workshop on Distributed Energy Management Systems Development of Methodologies for Cooperative Energy Management System Using Simulation Model and Distribution NW Simulator Yasuhiro

More information

Storage in the energy market

Storage in the energy market Storage in the energy market Richard Green Energy Transitions 216, Trondheim 1 including The long-run impact of energy storage on prices and capacity Richard Green and Iain Staffell Imperial College Business

More information

EV - Smart Grid Integration. March 14, 2012

EV - Smart Grid Integration. March 14, 2012 EV - Smart Grid Integration March 14, 2012 If Thomas Edison were here today 1 Thomas Edison, circa 1910 with his Bailey Electric vehicle. ??? 2 EVs by the Numbers 3 10.6% of new vehicle sales expected

More information

Simulation and Visualization of Power Grid Operations with High Renewable Penetration

Simulation and Visualization of Power Grid Operations with High Renewable Penetration Simulation and Visualization of Power Grid Operations with High Renewable Penetration Thomas J Overbye Fox Family Professor of Elect. & Comp. Eng. University of Illinois at Urbana-Champaign overbye@illinois.edu

More information

Creating a flexible grid Marketplace

Creating a flexible grid Marketplace Creating a flexible grid Marketplace Henrik Bindner Senior Research Scientist, Research Group Leader TwinPV workshop, University of Cyprus, 13-14 December 2016 With strong contribution from: Lars Henrik

More information

successful integration of distributed generation in rural areas

successful integration of distributed generation in rural areas successful integration of distributed generation in rural areas Dr. Oliver Franz / Dr.-Ing. Torsten Hammerschmidt, RWE Deutschland AG, Regulatory Management / Grid Strategy RWE Deutschland 11.11.2013 SEITE

More information

Impact of Distributed Generation and Storage on Zero Net Energy (ZNE)

Impact of Distributed Generation and Storage on Zero Net Energy (ZNE) Impact of Distributed Generation and Storage on Zero Net Energy (ZNE) Omar Siddiqui Senior Technical Executive Emerging Technologies Summit San Francisco, CA October 21, 2014 Together Shaping the Future

More information

Climate change drivers for a single and smart EU grid

Climate change drivers for a single and smart EU grid Climate change drivers for a single and smart EU grid Smart and Secure Transmission Grids to Realise US and EU Renewable Energy Potentials Keith Bell University of Strathclyde, Scotland Expected growth

More information

Planning of PV-hybrid power plants

Planning of PV-hybrid power plants Planning of PV-hybrid power plants Paul Bertheau Reiner Lemoine Institut http://www.export-erneuerbare.de Agenda Reiner Lemoine Institute PV in Germany Planning of PV-hybrid power plants Reiner Lemoine

More information

IEA EGRD. The Role of Storage in Energy System Flexibility. Flexibility Option of the Demand Side. Matthias Stifter (AIT Energy Department, Austria)

IEA EGRD. The Role of Storage in Energy System Flexibility. Flexibility Option of the Demand Side. Matthias Stifter (AIT Energy Department, Austria) IEA EGRD The Role of Storage in Energy System Flexibility Flexibility Option of the Demand Side Matthias Stifter (AIT Energy Department, Austria) Motivation for Demand Response Need for flexiblity of the

More information

DIgSILENT Pacific PowerFactory Technical Seminar

DIgSILENT Pacific PowerFactory Technical Seminar DIgSILENT Pacific PowerFactory Technical Seminar Topic: The Wonders of Optimal Power Flow Presenter: Wayne Ong Venue: Sydney Novotel Central / Brisbane Marriott Hotel Date: 16 th and 30 th November 2017

More information

Implementation of a Wide Area Monitoring System (WAMS) for Austria's Power Grid

Implementation of a Wide Area Monitoring System (WAMS) for Austria's Power Grid Implementation of a Wide Area Monitoring System (WAMS) for Austria's Power Grid Dr. Michael Weixelbraun Austrian Power Grid AG (APG) International Synchrophasor Symposium, March 22-24, 2016 1 Austrian

More information

Renewable Energy Grid Integration and Distributed Generation Specialization Syllabus

Renewable Energy Grid Integration and Distributed Generation Specialization Syllabus Renewable Energy Grid Integration and Distributed Generation Specialization Syllabus Contents: 1. DISTRIBUTED GENERATION 2. GENERATION AND STORING TECHNOLOGIES 3. CONTROL TECHNIQUES AND RENEWABLE ENERGY

More information

Power System Testing. Verification of Aggregated Services

Power System Testing. Verification of Aggregated Services Power System Testing Verification of Aggregated Services Testing and Research Infrastructure for Future Power Grids Pre-Conference Workshop, 7th International Conference on Integration of Renewable and

More information

THE SMART GRID CHARGING EVS

THE SMART GRID CHARGING EVS THE SMART GRID CHARGING EVS GRANT BY THE MINISTRY OF ENERGY Benny Lutati, Vadim Levit, Tal Grinshpoun and Amnon meisels (Smart) Motivation 2 The Smart Grid is here Much work on up-to-date information for

More information

Solutions for Smarter Power Markets

Solutions for Smarter Power Markets Solutions for Smarter Power Markets Eric GOUTARD Alstom Grid 6-8 March 2011 GRID 1 ALSTOM APEx- APAC Regional Meet 2011, 6th -8th March 2011, New Delhi Key Drivers for Smart Grids 1. Maximize CO2 free

More information

ERCOT Overview. Paul Wattles Senior Analyst, Market Design & Development. Solar Energy Industries Association July 11, 2012

ERCOT Overview. Paul Wattles Senior Analyst, Market Design & Development. Solar Energy Industries Association July 11, 2012 ERCOT Overview Paul Wattles Senior Analyst, Market Design & Development Solar Energy Industries Association History of Electric Reliability Council of Texas, Inc. 1941 Utilities band together to aid war

More information

Energy storages in flexible energy systems. Kari Mäki VTT

Energy storages in flexible energy systems. Kari Mäki VTT Energy storages in flexible energy systems Kari Mäki VTT Contents Short status overview Needs for storage units Storage integration in energy systems Ancillary services Aggregator business logics Case

More information

Virtual Power Plants with Electric Vehicles

Virtual Power Plants with Electric Vehicles Virtual Power Plants with Electric Vehicles I. Grau, P. Papadopoulos, S. Skarvelis-Kazakos, L. M. Cipcigan and N. Jenkins Institute of Energy, Cardiff University. Cardiff, CF24 3AA, Wales, UK GrauI@Cardiff.ac.uk

More information

Distribution System Analysis for Smart Grid

Distribution System Analysis for Smart Grid Distribution System Analysis for Smart Grid Roger C. Dugan Sr. Technical Executive, EPRI Webcast Feb 8, 2011 EPRI Power Systems Modeling/Analysis Group Resource group -- systems modeling, simulation, analysis

More information

The Energy Transition and Idea Creation: The energy transition perspective of a global energy operator

The Energy Transition and Idea Creation: The energy transition perspective of a global energy operator The Energy Transition and Idea Creation: The energy transition perspective of a global energy operator Daniele Agostini, Head of Low Carbon and European Energy Policies Enel Holding Rome, March 3 rd, 2018

More information

ECE 740. Optimal Power Flow

ECE 740. Optimal Power Flow ECE 740 Optimal Power Flow 1 ED vs OPF Economic Dispatch (ED) ignores the effect the dispatch has on the loading on transmission lines and on bus voltages. OPF couples the ED calculation with power flow

More information

Breakout Session 1 Report-out presentations

Breakout Session 1 Report-out presentations Breakout Session 1 Report-out presentations www.oe.energy.gov U.S. Department of Energy National 1000 Academy Independence of Engineering Ave., -SW BMED Washington, DC 20585 9/6/2011 1 Technical Topic

More information

Smart Grid and its Role in Reducing Peak Demand and Improving Electricity Delivery

Smart Grid and its Role in Reducing Peak Demand and Improving Electricity Delivery Smart Grid and its Role in Reducing Peak Demand and Improving Electricity Delivery Innovative Smart Grid Technologies Conference IEEE Power & Energy Society 14-16 November 2011, Perth, Australia Keynote

More information

Energy and Mobility Transition in Metropolitan Areas

Energy and Mobility Transition in Metropolitan Areas Energy and Mobility Transition in Metropolitan Areas GOOD GOVERNANCE FOR ENERGY TRANSITION Uruguay, Montevideo, 05/06 October 2016 Energy and Mobility Transition in Metropolitan Areas Agenda I. INTRODUCTION

More information

Time-optimized Power Consumption: Towards a Smart Grid for Rail Infrastructure

Time-optimized Power Consumption: Towards a Smart Grid for Rail Infrastructure Time-optimized Power Consumption: Towards a Smart Grid for Rail Infrastructure Raimund L. Feldmann (Project Cluster Manager, SBB, IT-SCI-PJ-PCM) Budapest, October 18th, 2017 Agenda. 1. SBB: Swiss Federal

More information

Southern California Edison Clean Energy Future

Southern California Edison Clean Energy Future Southern California Edison Clean Energy Future January 13, 2011 Danielle Schofield Business Customer Division Agenda 2011 Rate Changes Direct Access Deregulation Update Energy Efficiency Demand Response

More information

Smart Flexible Energy Solutions for the Future Energy System

Smart Flexible Energy Solutions for the Future Energy System Downloaded from orbit.dtu.dk on: Nov 10, 2018 Smart Flexible Energy Solutions for the Future Energy System Østergaard, Jacob Publication date: 2014 Document Version Peer reviewed version Link back to DTU

More information

Application and Prospect of Smart Grid in China

Application and Prospect of Smart Grid in China Application and Prospect of Smart Grid in China Wang yimin State Grid Corporation of China Washington DC May 31, 2013 1 1.Roadmap 2015-2020 2009-2010 Planning and Pilot 2011-2015 Roll-out Construction

More information

Renewables induce a paradigm shift in power systems, is energy storage the holy grail?

Renewables induce a paradigm shift in power systems, is energy storage the holy grail? THE VALUE OF STORAGE FOR THE ENERGY TRANSITION, EURELECTRIC CONFERENCE, DECEMBER 2017 storage for future power systems Adrian Timbus, Head of Technology and Solutions for Smart Grids and Renewables, ABB

More information

BCIT/BC-Hydro Smart Microgrid Initiative and OASIS

BCIT/BC-Hydro Smart Microgrid Initiative and OASIS BCIT/BC-Hydro Smart Microgrid Initiative and OASIS Partnerships in Smart Grid Solutions and Technology Innovation BCIT Smart Microgrid Applied Research Team (SMART) 1 Smart Microgrid System Renewables

More information

Contents. Prefece. List of Acronyms «xxi. Chapter 1 History of Power Systems 1

Contents. Prefece. List of Acronyms «xxi. Chapter 1 History of Power Systems 1 Contents Prefece xv Author xix List of Acronyms «xxi Chapter 1 History of Power Systems 1 LI Thomas A. Edison (1847-1931) 5 1.2 Nikola Tesla (1856-1943) 7 1.3 Battle of AC versus DC 8 1.4 Today's Power

More information

Renewable energy. and the smart grid. Presentation 3 rd Asian IAEE. 21 February 2012 Kyoto, Japan. Perry Sioshansi Menlo Energy Economics

Renewable energy. and the smart grid. Presentation 3 rd Asian IAEE. 21 February 2012 Kyoto, Japan. Perry Sioshansi Menlo Energy Economics Renewable energy and the smart grid Presentation 3 rd Asian IAEE 21 February 2012 Kyoto, Japan Perry Sioshansi Menlo Energy Economics San Francisco CA www.menloenergy.com Pleasure to be in Kyoto Always

More information

Microgrids Outback Power Technologies

Microgrids Outback Power Technologies Microgrids Outback Power Technologies Microgrids - Definition EPRI defines microgrids as a power system with distributed resources serving one or more customers that can operate as an independent electrical

More information

DISTRIBUTED ENERGY RESOURCE MANAGEMENT SYSTEM. ABB Ability DERMS Operational confidence.

DISTRIBUTED ENERGY RESOURCE MANAGEMENT SYSTEM. ABB Ability DERMS Operational confidence. DISTRIBUTED ENERGY RESOURCE MANAGEMENT SYSTEM ABB Ability DERMS Operational confidence. 2 ABB ABILITY DERMS ABB Ability DERMS Distributed Energy Resource Management System As the number of intermittent

More information

PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION

PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION PLANNING, ELIGIBILITY FOR CONNECTION AND CONNECTION PROCEDURE IN EMBEDDED GENERATION Presentation by Engr. O. C. Akamnnonu Chief Executive Officer, Ikeja Electricity Distribution Company AGENDA WORK THROUGH

More information

Distributed Generation

Distributed Generation Distributed Generation Presented by: Doug Fairchild & Chris Cooper 1 Agenda Hydro One Overview The state of DG in the Province of Ontario Technical Issues Operational Requirements Overview Control Room

More information

A New Era for Solar Sarah Kurtz IEEE SCV-PV Series Oct 10, 2018 Palo Alto, CA

A New Era for Solar Sarah Kurtz IEEE SCV-PV Series Oct 10, 2018 Palo Alto, CA A New Era for Solar Sarah Kurtz IEEE SCV-PV Series Oct 10, 2018 Palo Alto, CA SCHOOL OF ENGINEERING Overview Solar has grown Growth has been faster than expected Positive feedback encourages future growth

More information

Distributed Energy Resources

Distributed Energy Resources Distributed Energy Resources WECC Data Subcommittee Rich Hydzik, Avista (ERSWG/DER Subgroup Lead) June 29, 2018 Why Are We Concerned About DER? Concern about changing generation fleet Large coal fired

More information

Steady Progress Scenario

Steady Progress Scenario Visions of Sustainable Economic Growth: A Transatlantic Dialogue on Energy, Water, and Innovation Washington DC, 11 September 2012 Steady Progress Scenario Bertrand Château PACT, PASHMINA: two inter-related

More information

CMU Electricity Conference, 9th March 2011

CMU Electricity Conference, 9th March 2011 CMU Electricity Conference, 9th March 2011 Operation Challenges in Power Systems with Renewable Energy Sources Vaibhav Donde, PhD with Dr. Xiaoming Feng and Dr. Jiuping Pan ABB US Corporate Research March

More information

Regional Meeting on Sustainable Energy for Asia -Pacific Least Developed Countries Kathmandu, Nepal. Surendra Rajbhandari

Regional Meeting on Sustainable Energy for Asia -Pacific Least Developed Countries Kathmandu, Nepal. Surendra Rajbhandari Regional Meeting on Sustainable Energy for Asia -Pacific Least Developed Countries Kathmandu, Nepal Surendra Rajbhandari 1 Status of Electrification and Access as of July 2016 NEA, state owned electric

More information

Virginia Tech Research Center Arlington, Virginia, USA

Virginia Tech Research Center Arlington, Virginia, USA Energy Efficiency, Renewable Energy, & Smart Grid Research at Virginia Tech Presentation at Tsinghua University Workshop 23 May, 2017 Beijing, China Prof. Saifur Rahman srahman@vt.edu Virginia Tech Advanced

More information

Dynamic Control of Grid Assets

Dynamic Control of Grid Assets Dynamic Control of Grid Assets Panel on Power Electronics in the Smart Grid Prof Deepak Divan Associate Director, Strategic Energy Institute Director, Intelligent Power Infrastructure Consortium School

More information

E-Highway2050 WP3 workshop April 15 th, 2014 Brussels. Battery Storage Technology Assessment Lukas Sigrist, Comillas, Eric Peirano, TECHNOFI

E-Highway2050 WP3 workshop April 15 th, 2014 Brussels. Battery Storage Technology Assessment Lukas Sigrist, Comillas, Eric Peirano, TECHNOFI E-Highway2050 WP3 workshop April 15 th, 2014 Brussels Battery Storage Technology Assessment Lukas Sigrist, Comillas, Eric Peirano, TECHNOFI Content Introduction Methodology Results Concluding remarks WP3

More information

Decentralization and Cooperative Management in Electric Energy System Hideo Ishii, Ph.D.

Decentralization and Cooperative Management in Electric Energy System Hideo Ishii, Ph.D. 2017 IERE-TNB Putraja Workshop :Technologies Shaping the Electric Supply Industry Decentralization and Cooperative Management in Electric Energy System Hideo Ishii, Ph.D. November 22, 2017 Advanced Research

More information

Energiespeicher, Bindeglied zwischen Elektromobilität und Netz

Energiespeicher, Bindeglied zwischen Elektromobilität und Netz Energiespeicher, Bindeglied zwischen Elektromobilität und Netz Karl-Heinz Tönges, MB-E/MS, Vortrag beim XVI. Carrier Meeting, Dresden, Donnerstag den 27. April 2017 ACCUMOTIVE Supplier of Lithium-Ion batteries

More information

Power Systems Overview. Summer Programs

Power Systems Overview. Summer Programs Power Systems Overview Summer Programs Part I Early History Key Developers Early Inventions AC versus DC Modern Power Grid!2 Electricity in History Attractive Force was studied in ancient times! Revealed

More information

Smart Grid Implementation Strategies. Ray Gogel February 2010

Smart Grid Implementation Strategies. Ray Gogel February 2010 Smart Grid Implementation Strategies Ray Gogel February 2010 Agenda Smart Grid What is it? Some Implementation Strategies SmartGridCity 2 Smart Grid? Edison vs. the 21 st Century One Directional Grid vs.

More information

Transforming the US Electric Grid

Transforming the US Electric Grid Driving economic growth, innovation, and workforce development Transforming the US Electric Grid Supply Network Demand Traditional Generation (Coal, Gas, Nuclear, Hydro) Solar Wind Biomass Energy Storage

More information

MAN engines supporting Wind power EAPIC, Nairobi, 2 nd September 2010

MAN engines supporting Wind power EAPIC, Nairobi, 2 nd September 2010 MAN engines supporting Wind power EAPIC, Nairobi, 2 nd September 2010 2010 Susanne S. Bech Managing Director MAN Diesel & Turbo Kenya Ltd. < 1 > Table of contents 1. MAN Diesel & Turbo Update on the strong

More information

The Power Potential Project A guide to participating

The Power Potential Project A guide to participating The Power Potential Project 0 A guide to participating A technical guide to the services for synchronous and non-synchronous DER participants Page 1 of 17 Table of Contents Our vision... 3 1. Introduction...

More information

WE MAKE POWER SYSTEMS WORK

WE MAKE POWER SYSTEMS WORK Bilfinger Mauell GmbH WE MAKE POWER SYSTEMS WORK Bernhard Mecking CMD 2013 Capital Market Days November 29, 2013 Competences Innovation, quality and solidity Since 1957 460 employees worldwide 340 in Germany

More information