Modelling framework for power systems. Juha Kiviluoma Erkka Rinne Niina Helistö Miguel Azevedo
|
|
|
- Gabriella Joseph
- 10 years ago
- Views:
Transcription
1 S VISIONS SCIENCE TECHNOLOGY RESEARCH HIGHLIGHT 196 Modelling framework for power systems Juha Kiviluoma Erkka Rinne Niina Helistö Miguel Azevedo
2 VTT TECHNOLOGY 196 Modelling framework for power systems Juha Kiviluoma, Erkka Rinne, Niina Helistö and Miguel Azevedo VTT Technical Research Centre of Finland
3 ISBN (URL: VTT Technology 196 ISSN-L ISSN X (Online) Copyright VTT 2014 JULKAISIJA UTGIVARE PUBLISHER VTT PL 1000 (Tekniikantie 4 A, Espoo) VTT Puh , faksi VTT PB 1000 (Teknikvägen 4 A, Esbo) FI VTT Tfn , telefax VTT Technical Research Centre of Finland P.O. Box 1000 (Tekniikantie 4 A, Espoo) FI VTT, Finland Tel , fax
4 Contents 1. Introduction Balmorel WILMAR JMM PSS E Sceleton GUI and API Scenarios and configurations Model data Outputting Results Data exchange between models
5 1. Introduction Over the past years VTT has developed a platform that combines different energy system models under the same user interface and database. The platform is called Sceleton. The purpose of the platform is to enable accurate modelling of future energy systems with large amounts of variable generation mainly from wind power and PV. A single model cannot achieve this, since variable generation will impact several very different time resolutions. These require specific models. The platform currently connects three models: Balmorel, WILMAR and PSS/E (Figure 1). Balmorel is used for generation planning. It takes variability into account by forcing chronological constraints related to e.g. hydro power reservoirs. WILMAR is a unit commitment and dispatch model, which can take stochastic inputs for wind power, PV, and load forecasts. It has a 36 hour horizon and typically rolls through the whole year. PSS/E is a power system simulator, which can be used for static or dynamic power system stability studies. The operation of the models can be interlinked. Balmorel sends investment decisions to WILMAR, which then analyses operational costs in more detail. WILMAR in turn sends nodal electricity demand as well as unit dispatch to PSS/E, which can then be used for analysing the power flows and the stability during and after disturbances. Relevant constraints can then be fed back to the upper level model for iteration. Sceleton uses a single database to hold input data to all models. This ensures consistency between model inputs and reduces overhead on database maintenance, since there are overlapping inputs. The results of different models can be plotted directly from Sceleton or exported to clipboard for use in other programs like Excel or Matlab. Sceleton contains scenario and case configuration selection and can be set to run multiple different model runs in conjunction. It automatically maintains result folders for different model runs. 4
6 Figure 1. Diagram of the modelling platform. This report briefly describes the different models and then outlies the basic functionalities of Sceleton. Sceleton is made to be modular in order to incorporate new models. Hence, the report describes the Scelton API. Energy system models tend to have model specific configuration, input and output formats and therefore there will always be some work to incorporate new models in the framework. In addition, any interactions between different models need to be coded. 5
7 2. Balmorel Balmorel is a generation planning model that optimizes investments in power and heat generation as well as in transmission interconnections. It considers temporal chronology and can therefore make reasonable investments also when considering high shares of variable generation. Balmorel is a model developed by Hans Ravn of RAM-lose edb. It is written in GAMS (General Algebraic Modeling System) language. While GAMS needs a license, Balmorel itself is open source and available at Balmorel is a regional model where each country can be divided into several zones representing different price zones or regions. The regions can be further divided into areas representing different district heating grids. Several years can be simulated consequently. One year is divided into seasons (typically weeks) and a season is divided into time segments (typically hours). It is possible to use either all or only some of the seasons and time segments in the simulation. The model minimizes the total investment and operational costs of the system taking into account: The balance of supply and demand of electricity and heat Reserve power demand Possible investments in new generation and transmission capacity Power plant and transmission line capacity restrictions, efficiencies CHP generation is within limits Hydro reservoirs and other storages are within limits The model input includes: Sets for geographical regions, time segments, generation technologies, fuels and flexible demands Parameters for power and heat demand, wind power variation, solar power variation, water inflow and hydro reservoir characteristics, reserve power demand, power exchange with third countries, generation technology data, fuel characteristics and prices, flexible demand quantities and prices, transmission capacities and losses, and taxes There are only few modifications made to the Balmorel. The main thing is to replace the input files with code that reads input from the Sceleton database. 6
8 3. WILMAR JMM WILMAR Joint Market Model (JMM) optimizes the unit commitment and economic dispatch of power plants in the time scale of 36 hours. It can be used to plan how power systems should be operated when there is high share of variable and uncertain power generation. It is one of the first models capable of stochastic unit commitment decisions i.e. it can take several forecasts and optimize in regards to their uncertainty. WILMAR JMM was first developed in an EU project WILMAR ( ), where VTT was one of the participants. It bears resemblance to Balmorel and is also written in GAMS. The original version of JMM is available at Since then several institutes have developed JMM further and consequently there exists several different advanced versions of JMM. WILMAR JMM is a zonal model where each country can be divided into several zones representing different power price zones or regions. The regions can be further divided into areas representing different district heating grids. JMM is an hourly model, where the day-ahead market is cleared at noon each day. Subsequently intra-day market is cleared every three hours as new forecasts arrive. WILMAR JMM minimizes total operational costs of the power system while constrained to maintain balance between generation and demand of electricity and heat, respect reserve requirements, meet balancing needs that arise due to forecast errors, respect power plant efficiencies, ramping constraints and start-up characteristics, transmission limits between regions as well as dynamic equations related to hydro reservoirs and other storages. WILMAR JMM takes similar input data as Balmorel: Time series of Wind power production and power demand (predicted and realized values), also stochastic tree Time series of solar power production, heat demand, water inflow (or water values), reserve power demand, power exchange with third countries (realized values) Generation technology data (capacity restrictions, efficiencies, lead times, costs, etc.), fuel characteristics and prices, flexible demand quantities and prices, transmission capacities and losses, emission and other taxes 7
9 Compared to the original version, VTT s version of JMM includes also stochastic load, outage scheduler, module for plug-in electric vehicles, unit start-ups, piecewise linear power plant efficiency also for aggregated units, water value model, more refined frequency reserve structure, variable generation in all reserves, possibility for 60-hour horizon, and MATLAB-based primary frequency response model. 8
10 4. PSS E PSS E (Power System Simulator for Engineering) is a set of programs by SIE- MENS PTI that can be used for analyzing and simulating power transmission systems. PSS E has capability for power flow and short circuit analysis, equivalent network construction and dynamic simulations. PSS E needs a license. Power flow calculation is performed for steady-state situations. Power flow calculation refers to the following procedure: given the electrical parameters of the grid components, the switching state of the grid, the power demand in each grid node and the power production in each grid node, calculate the voltage in each node and the power flow on each branch. In its complete version, power flow problem is non-linear and requires iterative solution methods. The input that PSS E requires for power flow calculation is a steady-state grid model. The grid model should include the topology of the grid and basic data about the lines, transformers and other grid components, including the electrical parameters and the status of the component. In addition, grid loads and generator outputs as well as grid voltage controls should be defined in the grid model. Grid model constructed at VTT is visible in Figure 2. Power flow calculation can be used, e.g., to determine whether a certain unit dispatch and electricity demand situation would lead to overloading of transmission lines or unsuitably high or low voltages. Dynamic simulation refers to analyzing the behavior of the power system in time domain. Dynamic simulation begins with determining the initial steady-state situation by the means of power flow calculation. After the initial state is determined, a disturbance (e.g., disconnection of a line) or other change (e.g., a change in load levels) is simulated and PSS E calculates how voltages, power injections and power flows change in time. The simulation may end in a new steady-state situation or a power system collapse, depending on how severe the disturbance is for the initial state. The time frame for the dynamic phenomena that can be simulated using PSS E ranges from approximately tens of milliseconds to tens of seconds. In dynamic simulations more data is required than in power flow calculation, especially on turbine generators and their components. 9
11 Figure 2. Baltic Sea region grid model. 10
12 5. Sceleton GUI and API Sceleton has been developed to connect power system models operating at different time scales (currently Balmorel, WILMAR and PSS/E). It is also made to facilitate the process of running multiple scenarios and to create graphics from the results of these scenarios. 5.1 Scenarios and configurations Sceleton has a two level structure for making different simulation runs. Scenarios contain variations in the input data and configuration chooses the settings under which the model is run. The interface is used to select the combination of scenarios and configurations to be simulated. Scenarios are defined in the database and can be modified along with the actual data using any database interfacing application. Configuration file is read and modified by the Sceleton interface. Sceleton also stores different configurations for later use. Depending on what combination of scenarios and configurations are selected, Sceleton copies input data to the model and modifies the model configuration file before starting each scenario/configuration run. 11
13 Figure 3. Sceleton interface for selecting scenarios, configurations and models to be used in the next runs. 5.2 Model data Data for all the model tools are kept in a single centralized database. The database is backed up daily. Model input data is created using database queries one query for each parameter. Queries are written in SQL language and stored as text files bearing the model parameter name. Sceleton runs the stored queries and stores results in a format that is readable by the model tool. While both Balmorel and WILMAR JMM currently use a collection of text files (comma separated files, csv) for data input, Balmorel uses more efficient GAMS data exchange (GDX) files as its output format. GDX is a platform independent binary data format, and uses less disk space for same amount of data than a corresponding text file. Future development includes moving completely into GDX format, which speeds up model runs and simplifies the handling of multiple model cases (only one file per model case for input and output). 12
14 5.3 Outputting Results Sceleton s Results window allows the plotting and copying of the simulation results for Balmorel and WILMAR JMM. It is relatively straightforward to add new plotting options based on the data outputted by the models. However, results for Balmorel are read directly from the outputted GDX file while for WILMAR the data is read from csv text files. Once JMM has been developed further, it should also output a GDX file, reducing the complexity of Sceleton and increasing its flexibility. There is a feature to copy all of the plotted data to the clipboard in a csv format, making it easy for more detailed analysis in e.g. MS Excel. Figure 4. Sceleton s results window for Balmorel simulations. Currently there are three main types of results being analyzed: Generation: a time series of the heat/electricity generation of the new/old units. They are line plots Costs: various costs such as capacity investments, operational, fixed O&M costs, etc. These can be separated by regions and/or have either the unit type or the regions in the bottom axis. They are clustered stacked bar plots. Storages: a time series with either the loading or the content of the various electricity and heat storages. They are line plots. Sceleton has been developed in a way that multiple scenarios and configurations are allowed to be compared with each other. It is also possible to split/aggregate the data in regions per user command. Some examples can be seen below: 13
15 Figure 5. Example of output of capacity investments (in MW) for multiple scenarios, regions and technologies. Figure 6. Example of output of electric production for new units for multiple regions. The results for the WILMAR JMM are processed similar to Balmorel. The JMM outputs more detailed results and as a consequence there are more options for plotting. 14
16 Figure 7. Sceleton s results window for WILMAR JMM simulations. The results have been grouped in 7 different categories: Costs: such as operational costs (cumulative and hourly), water s shadow-cost, total operational costs, etc. Prices: intra-day, day-ahead, primary and secondry reserves prices. Incomes: estimated incomes for the produced from various sources, such as generation and reserves. Production: MWh/h values of production for generation, heat, start-up, etc. Net-Production: Production values in MWh/h, but considering the consumptions happening in the system, such as the powering up of electric boilers or pumping of hydro reservoirs. 15
17 Storages: storage related values such as the content of heat and hydro storages. Reserves: allocation of different type of reserves, able to be separated by regions and/or fuel type. There are more options for customizing the plots in the WILMAR side. For instance, the window depicted in Figure 8 allows user-chosen grouping of fuels, countries, etc. The same functionality will also be added for Balmorel results, as it simplifies the process greatly and outputs simpler data for reporting purposes. Figure 8. Window for selecting combination plots. 5.4 Data exchange between models Sceleton has functions to read and write the input and output files of the aforementioned models. It can also convert output from Balmorel to WILMAR (power plant and transmission interconnection investments and their technical characteristics) and from WILMAR to PSS/E (dispatch of power plants and location of loads). The files are either text files with model particular formats or GAMS language binary GDX files. It is possible to add new models to the loop by defining functions that can access particular input and output formats. When running models in conjunction, Sceleton waits for the execution of one model before proceeding to the next. Iterative optimization between models is currently under development. 16
18 Further reading Balmorel Energy System model, Available at: ) (Accessed Power Transmission System Planning (Accessed ) WILMAR Wind Power Integration in Liberalised Electricity Markets (Accessed )
19 Series title and number VTT Technology 196 Title Author(s) Abstract Modelling framework for power systems Juha Kiviluoma, Erkka Rinne, Niina Helistö & Miguel Azevedo The report summarizes the models and modelling framework (Sceleton) partially developed at VTT for analysing power systems with high share of variable generation. The framework covers regional geographic scale and time domains including investments, unit commitment, dispatch and power flows. Currently three models are included in the Sceleton framework: Balmorel, WILMAR JMM, and The operation of the models can be interlinked. Input data is contained in a single database. Sceleton organizes running multiple scenarios as well as plotting and storing results from the models. ISBN, ISSN Date November 2014 Language ISBN (URL: ISSN-L ISSN X (Online) English Pages 18 p. Name of the project Commissioned by Keywords Publisher SGEM (TEKES/CLEEN) generation planning, unit commitment, economic dispatch, power flow, wind power, smart grid, smart resources VTT Technical Research Centre of Finland P.O. Box 1000, FI VTT, Finland, Tel
20 Modelling framework for power systems ISBN (URL: ISSN-L ISSN X (Online)
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
Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3
Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3 Basics of Power systems Network topology Transmission and Distribution Load and Resource Balance Economic Dispatch Steady State System
PSS SINCAL - Overview -
PSS SINCAL - Overview - PTI Day Buenos Aires, October 19/20, 2010 Dr. Michael Schwan,, Siemens PTI (Germany) www.siemens.com/energy/power-technologies PSS SINCAL Overview Page 3 Network Calculation Software
System Optimizer Solution for resource planning, capacity expansion, and emissions compliance for portfolio optimization
System Optimizer Solution for resource planning, capacity expansion, and emissions compliance for portfolio optimization System Optimizer is the portfolio management solution to prepare resource plans,
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
USBR PLEXOS Demo November 8, 2012
PLEXOS for Power Systems Electricity Market Simulation USBR PLEXOS Demo November 8, 2012 Who We Are PLEXOS Solutions is founded in 2005 Acquired by Energy Exemplar in 2011 Goal People To solve the challenge
A vision of sustainable energy future: A multi-energy concept of smart energy systems Central European Student and Young Professionals Congress
A vision of sustainable energy future: A multi-energy concept of smart energy systems Central European Student and Young Professionals Congress Tomislav Capuder, PhD Faculty of Electrical Engineering and
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
PSS E. High-Performance Transmission Planning Application for the Power Industry. Answers for energy.
PSS E High-Performance Transmission Planning Application for the Power Industry Answers for energy. PSS E architecture power flow, short circuit and dynamic simulation Siemens Power Technologies International
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
Study to Determine the Limit of Integrating Intermittent Renewable (wind and solar) Resources onto Pakistan's National Grid
Pakistan Study to Determine the Limit of Integrating Intermittent Renewable (wind and solar) Resources onto Pakistan's National Grid Final Report: Executive Summary - November 2015 for USAID Energy Policy
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...
Modelling of Smart Low-Carbon Energy Systems. Imperial College London
Modelling of Smart Low-Carbon Energy Systems Imperial College London Goran Strbac, Marko Aunedi, Dimitrios Papadaskalopoulos, Meysam Qadrdan, Rodrigo Moreno, Danny Pudjianto, Predrag Djapic, Ioannis Konstantelos,
Control Development and Modeling for Flexible DC Grids in Modelica
Control Development and Modeling for Flexible DC Grids in Modelica Andreas Olenmark 1 Jens Sloth 2 Anna Johnsson 3 Carl Wilhelmsson 3 Jörgen Svensson 4 1 One Nordic AB, Sweden, [email protected].
Power Generation Industry Economic Dispatch Optimization (EDO)
An Industry White Paper Executive Summary The power industry faces an unprecedented challenge. At a time of unstable fuel costs, historic environmental challenges, and industry structural changes, the
Medium voltage products. Technical guide Smart grids
Medium voltage products Technical guide Smart grids Contents 2 1. Introduction 8 2 The different components and functions of a smart grid 8 2.1 Integration of distributed renewable energy sources 9 2.2
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
Deep Dive on Microgrid Technologies
March 2015 Deep Dive on Microgrid Technologies 2 3 7 7 share: In the wake of Superstorm Sandy, a microgrid kept the lights on for more than for the more than 60,000 residents of Co-Op City in the northeastern
SIMULATING HYBRID ENERGY GRIDS IN SMART CITIES FOCUS ON ELECTRIC ENERGY SYSTEMS
Sawsan Henein AIT Austrian Institute of Technology Electric Energy Systems Research Group SIMULATING HYBRID ENERGY GRIDS IN SMART CITIES FOCUS ON ELECTRIC ENERGY SYSTEMS Sustainable Places 2015 Savona,
Smart solutions for fleets of all types & sizes of power generation. Marcus König, E F IE SGS / September 2013
Smart solutions for fleets of all types & sizes of power generation Marcus König, E F IE SGS / September 2013 Instrumentation, Controls & Electrical The Siemens structure: Four Sectors close to the customer
Design and Operation of Power Systems with Large Amounts of Wind Power, first results of IEA collaboration
Design and Operation of Power Systems with Large Amounts of Wind Power, first results of IEA collaboration H. Holttinen, P. Meibom, A. Orths, F. Van Hulle, C. Ensslin, L. Hofmann, J. McCann, J. Pierik,
ECCO International, Inc. 268 Bush Street, Suite 3633 San Francisco, CA 94104
PROMAX SHORT-TERM ENERGY & TRANSMISSION MARKET SIMULATION SOFTWARE PACKAGE ECCO International, Inc. 268 Bush Street, Suite 3633 San Francisco, CA 94104 ECCO International, Inc. Copyright 2009 EXECUTIVE
Grid codes for renewable energy integration
Rabat 2015-06-02 Grid codes for renewable energy integration Harald G Svendsen SINTEF Energy Research Norway [email protected] Work Package leader for grid integration activities in the EuroSunMed
Impacts of large-scale solar and wind power production on the balance of the Swedish power system
Impacts of large-scale solar and wind power production on the balance of the Swedish power system Joakim Widén 1,*, Magnus Åberg 1, Dag Henning 2 1 Department of Engineering Sciences, Uppsala University,
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
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: [email protected]
FULL ELECTRICAL LNG PLANTS: HIGHEST AVAILABILITY AND ENERGY EFFICIENCY THROUGH OVERALL SYSTEM DESIGN
FULL ELECTRICAL LN PLANTS: HIHEST AVAILABILITY AND ENERY EFFICIENCY THROUH OVERALL SYSTEM DESIN Dr. Edwin Lerch Siemens A Infrastructure and Cities Sector, IC S SE PTI, ermany Phone: 49-9131-7-34052 Fax:
Demand Response Management System ABB Smart Grid solution for demand response programs, distributed energy management and commercial operations
Demand Response Management System ABB Smart Grid solution for demand response programs, distributed energy management and commercial operations Utility Smart Grid programs seek to increase operational
LAB1 INTRODUCTION TO PSS/E EE 461 Power Systems Colorado State University
LAB1 INTRODUCTION TO PSS/E EE 461 Power Systems Colorado State University PURPOSE: The purpose of this lab is to introduce PSS/E. This lab will introduce the following aspects of PSS/E: Introduction to
ACCELERATING GREEN ENERGY TOWARDS 2020. The Danish Energy Agreement of March 2012
ACCELERATING GREEN ENERGY TOWARDS The Danish Energy Agreement of March 2012 The most ambitious energy plan of the world In March 2012 a historic new Energy Agreement was reached in Denmark. The Agreement
CERTS Microgrid Research and Lessons Learned
CERTS Microgrid Research and Lessons Learned Advanced Grid Technologies Workshop Microgrid Controls and Management Systems July 9, 2015 Bob Lasseter University of Wisconsin Madison Power System of the
General Validation Test Program for Wind Power Plants Connected to the Hydro-Québec Transmission System
General Validation Test Program for Wind Power Plants Connected to the Hydro-Québec Transmission System Direction Planification des actifs et expertise de transport February 2011 TABLE OF CONTENTS 1. CONDUCTING
White Paper. Convergence of Information and Operation Technologies (IT & OT) to Build a Successful Smart Grid
White Paper Convergence of Information and Operation Technologies (IT & OT) to Build a Successful Smart Grid Contents Executive Summary... 3 Integration of IT and OT... 4 Smarter Grid using Integrated
itesla Project Innovative Tools for Electrical System Security within Large Areas
itesla Project Innovative Tools for Electrical System Security within Large Areas Samir ISSAD RTE France [email protected] PSCC 2014 Panel Session 22/08/2014 Advanced data-driven modeling techniques
Energy Demand Forecasting Industry Practices and Challenges
Industry Practices and Challenges Mathieu Sinn (IBM Research) 12 June 2014 ACM e-energy Cambridge, UK 2010 2014 IBM IBM Corporation Corporation Outline Overview: Smarter Energy Research at IBM Industry
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
Energy Scenario Analyses with the Balmorel model
Energy Scenario Analyses with the Balmorel model Copenhagen, 25-29 January 2010 Balmorel_course_detailed_programme 1 Required tools In order to participate in the course you must bring a computer with
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:
Overview brochure. Energy Storage Keeping smart grids in balance
Overview brochure Energy Storage Keeping smart grids in balance Reliable power, where and when it s needed Energy storage is not a new concept in itself. It has been an integral component of electricity
AC COUPLED HYBRID SYSTEMS AND MINI GRIDS
, Michael; Hermes, Matthias SMA Technologie AG Hannoversche Str. 1-5 34266 Niestetal GERMANY E-mail: [email protected] E-mail: [email protected] 1. INTRODUCTION Distributed supply based on renewable
Different types of electricity markets modelled using PLEXOS Integrated Energy Model The UK Balancing Market example
Different types of electricity markets modelled using PLEXOS Integrated Energy Model The UK Balancing Market example Peny Panagiotakopoulou, Senior Power Systems Consultant, Energy Exemplar Europe Overview
Energy Storage for Renewable Integration
ESMAP-SAR-EAP Renewable Energy Training Program 2014 Energy Storage for Renewable Integration 24 th Apr 2014 Jerry Randall DNV GL Renewables Advisory, Bangkok 1 DNV GL 2013 SAFER, SMARTER, GREENER DNV
Realization of control center HMIs by using IEC 61850 and CIM data bases for communication and data handling
Realization of control center HMIs by using IEC 61850 and CIM data bases for communication and data handling A. Naumann, Otto-von-Guericke-University, Magdeburg V. Kostenko, Delphin-Informatika, Moscow
Synchronized real time data: a new foundation for the Electric Power Grid.
Synchronized real time data: a new foundation for the Electric Power Grid. Pat Kennedy and Chuck Wells Conjecture: Synchronized GPS based data time stamping, high data sampling rates, phasor measurements
GENe Software Suite. GENe-at-a-glance. GE Energy Digital Energy
GE Energy Digital Energy GENe Software Suite Today s utilities have complex requirements that need sophisticated solutions. GE Energy s GENe provides these solutions. Using the latest advances in technology,
Energy Management Systems (EMS)
Energy Management Systems (EMS) Introduction Abstract This talk deals with the role of an Energy Management System (EMS) in the overall Smart Grid. Why an EMS is needed will be discussed and its importance
The South African Grid Code
The South African Grid Code The Scheduling and Dispatch Rules Draft Revision 7.15T Comments to this document can be forwarded to: Attention: Mr. Nhlanhla Lucky Ngidi National Energy Regulator of South
Ancillary Services and Flexible Generation
Ancillary Services and Flexible Generation Contents Ancillary Services Overview Types of Ancillary Services Market Impact Benefits of Medium Speed Solution Contact Information What are Ancillary Services?
SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID
SOFTWARE FOR THE OPTIMAL ALLOCATION OF EV CHARGERS INTO THE POWER DISTRIBUTION GRID Amparo MOCHOLÍ MUNERA, Carlos BLASCO LLOPIS, Irene AGUADO CORTEZÓN, Vicente FUSTER ROIG Instituto Tecnológico de la Energía
Generation Expansion Planning under Wide-Scale RES Energy Penetration
CENTRE FOR RENEWABLE ENERGY SOURCES AND SAVING Generation Expansion Planning under Wide-Scale RES Energy Penetration K. Tigas, J. Mantzaris, G. Giannakidis, C. Nakos, N. Sakellaridis Energy Systems Analysis
Modern Power Systems for Smart Energy Society
Modern Power Systems for Smart Energy Society Zhe CHEN Professor, PhD Email: [email protected] Website: http://homes.et.aau.dk/zch http://www.et.aau.dk 1 Contents Energy background in Denmark Challenges to
Electric Power Systems An Overview. Y. Baghzouz Professor of Electrical Engineering University of Nevada, Las Vegas
Electric Power Systems An Overview Y. Baghzouz Professor of Electrical Engineering University of Nevada, Las Vegas Overview Power Generation Conventional power generation Power generation from renewables
Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application
Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology
Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato
MPC of Combined Cycle Power Plants Torna al programma Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato C. Aurora, P. Colombo, F. Pretolani - CESI
Investigations of a Long-Distance 1000 MW Heat Transport System with APROS Simulation Software
th International Conference on Structural Mechanics in Reactor Technology (SMiRT ) Espoo, Finland, August 9-4, 9 SMiRT -Division 3, Paper 56 Investigations of a Long-Distance MW Heat Transport System with
APPLICATION OF DATA MINING TECHNIQUES FOR BUILDING SIMULATION PERFORMANCE PREDICTION ANALYSIS. email [email protected]
Eighth International IBPSA Conference Eindhoven, Netherlands August -4, 2003 APPLICATION OF DATA MINING TECHNIQUES FOR BUILDING SIMULATION PERFORMANCE PREDICTION Christoph Morbitzer, Paul Strachan 2 and
SMART GRIDS PLUS INITIATIVE
Demand Response for residential customers -business opportunity for utilities ERA-NET SMART GRIDS PLUS INITIATIVE Sami Sailo, There Corporation Energy markets in Finland Supplier A Supplier B Settlement
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.
Totally Integrated Power SIESTORAGE. The modular energy storage system for a reliable power supply. www.siemens.com/siestorage
Totally Integrated Power SIESTORAGE The modular energy storage system for a reliable power supply www.siemens.com/siestorage Totally Integrated Power (TIP) We bring power to the point. Our products, systems,
Development of a Conceptual Reference Model for Micro Energy Grid
Development of a Conceptual Reference Model for Micro Energy Grid 1 Taein Hwang, 2 Shinyuk Kang, 3 Ilwoo Lee 1, First Author, Corresponding author Electronics and Telecommunications Research Institute,
VESI JA ENERGIA VIENTITUOTTEENA. Fortum Miko Olkkonen Senior Executing Manager, Hydro Projects Fortum Power & Heat Oy
VESI JA ENERGIA VIENTITUOTTEENA Fortum Senior Executing Manager, Hydro Projects Fortum Power & Heat Oy Fortum s strategy relies strongly in Hydro Mission Fortum s purpose is to create energy that improves
UNCERTAINTY IN THE ELECTRIC POWER INDUSTRY Methods and Models for Decision Support
UNCERTAINTY IN THE ELECTRIC POWER INDUSTRY Methods and Models for Decision Support CHRISTOPH WEBER University of Stuttgart, Institute for Energy Economics and Rational of Use of Energy fyj. Springer Contents
22nd European Photovoltaic Solar Energy Conference Milan, Italy, September 2007
CLASSIFICATION OF ENERGY MANAGEMENT SYSTEMS FOR RENEWABLE ENERGY HYBRID SYSTEMS K. Bromberger, K. Brinkmann Department of Automation and Energy Systems Technology, University of Applied Sciences Trier
Siemens Hybrid Power Solutions. Cost and emission reduction by integrating renewables into diesel plants
Siemens Hybrid Power Solutions Cost and emission reduction by integrating renewables into diesel plants Instrumentation, Controls & Electrical Complete, optimized solutions that minimize your risk One-stop
GHG Accounting Guidance Note Manufacture of Renewable Energy Climate Related Products
GHG Accounting Guidance Note Manufacture of Renewable Energy Climate Related Products IFC CLIMATE BUSINESS GROUP SEPTEMBER 2011 Introduction The following is an overview guidance for IFC investment staff
Wide Area Monitoring Current Continental Europe TSOs Applications Overview
Wide Area Monitoring Current Continental Europe TSOs Applications Overview Version 5 System Protection & Dynamics Working Group 20th September 2015 1. Content 1. Content... 2 2. Introduction... 3 3. Main
COMPARISON OF ELECTRICITY GENERATION COSTS
Tarjanne Risto, Kivistö Aija COMPARISON OF ELECTRICITY GENERATION COSTS LAPPEENRANNAN TEKNILLINEN YLIOPISTO LAPPEENRANTA UNIVERSITY OF TECHNOLOGY TEKNILLINEN TIEDEKUNTA ENERGIA- JA YMPÄRISTÖTEKNIIKAN OSASTO
Demand Response Market Overview. Glossary of Demand Response Services
Demand Response Market Overview Glossary of Demand Response Services Open Energi has partnered with Tarmac to provide Demand Response What s inside... Market Overview Balancing Electricity Supply and Demand
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.
Toward standards for dynamics in future electric energy systems The basis for plug and play industry paradigm
Toward standards for dynamics in future electric energy systems The basis for plug and play industry paradigm Marija Ilić [email protected] Electric Energy Systems Group (EESG) http://www.eesg.ece.cmu.edu/,
Bright Green Island creates growth and development on Bornholm.
Bright Green Bornholm November 2014 Bright Green Island creates growth and development on Bornholm. But it demands continuous development of knowledge and competencies Mrs. Maja Felicia Bendtsen, Oestkraft
COMPLIANCE REVIEW OF 2006/07 ASSET MANAGEMENT PLAN. Top Energy Limited
PB ASSOCIATES COMPLIANCE REVIEW OF 2006/07 ASSET MANAGEMENT PLAN Prepared for PB Associates Quality System: Document Identifier : 153162 Top Energy Final Report Revision : 2 Report Status : Final Date
Transmission Planning Study (Year 2022) for Cherokee 4 Replacement Alternatives. Final Report
Transmission Planning Study (Year 2022) for Cherokee 4 Replacement Alternatives (Required per CPUC Decision No. C10-1328) Final Report (Submitted with Public Service s 2011 ERP) Executive Summary The objective
2012 San Francisco Colloquium
2012 San Francisco Colloquium http : //www.cigre.org HVDC and Power Electronic Systems for Overhead Line and Insulated Cable Applications B4-8 Trans Bay Cable A Breakthrough of VSC Multilevel Converters
System-friendly wind power
System-friendly wind power Lion Hirth (neon) Simon Müller (IEA) BELEC 28 May 2015 [email protected] Seeking advice on power markets? Neon Neue Energieökonomik is a Berlin-based boutique consulting
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
Grid requirements with scattered load balancing and an open electricity market Poul Alberg Østergaard * Aalborg University
Grid requirements with scattered load balancing and an open electricity market Poul Alberg Østergaard * Aalborg University Abstract Denmark is in a situation with many scattered sources of electricity,
How To Improve The Energy Situation In Europe
Low Carbon District Heating and CHP in the Future Energy Market: State of the Art and Perspectives in the light of the Energy Efficiency Directive Sabine Froning 31 January 2013 1 Euroheat & Power Unites
Integration of distributed energy resources and demand response in energy systems
Integration of distributed energy resources and demand response in energy systems Niamh O Connell Ben Kroposki National Renewable DTU Compute Energy NREL is a national laboratory of the U.S. Department
OPNET Network Simulator
Simulations and Tools for Telecommunications 521365S: OPNET Network Simulator Jarmo Prokkola Research team leader, M. Sc. (Tech.) VTT Technical Research Centre of Finland Kaitoväylä 1, Oulu P.O. Box 1100,
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
Coordinated and Optimized Control of Distributed Generation Integration
Coordinated and Optimized Control of Distributed Generation Integration Hui Yu & Wenpeng Luan China Electric Power Research Institute July, 2015 1 Background and introduction 2 Coordinated control of distributed
ALSTOM Grid s solution
NETWORK MANAGEMENT SOLUTIONS Integrating renewable energy resources ALSTOM Grid s solution As a global solutions provider for a sustainable energy future, ALSTOM is strongly committed to the development
PG&E s Distribution Resource Plan
PG&E s Distribution Resource Plan The Utility Energy Forum Spring 2016 Conference Presentation Developed for Panel Discussion Lake Tahoe, California May 2016 READ AND DELETE For best results with this
Simulation and capacity calculation in real German and European interconnected gas transport systems
Chapter 1 Introduction Natural gas is one of the most widely used sources of energy in Europe. The whole supply chain of natural gas, from the gas well through several kinds of elements to final customers,
Field experience and best practices in managing MW scale Li-ion energy storage systems coupled to large wind and solar plants
Field experience and best practices in managing MW scale Li-ion energy storage systems coupled to large wind and solar plants Michael Lippert & Jesus Lugaro IRES Düsseldorf 1 March 215 Summary 1. Characterization
LP-based Mathematical Model for Optimal Microgrid Operation Considering Heat Trade with District Heat System
LP-based Mathematical Model for Optimal Microgrid Operation Considering Heat Trade with District Heat System Ji-Hye Lee and Hak-Man Kim Incheon National University [email protected] Abstract Since Combined
Simulating the electricity spot market from a Danish perspective
Simulating the electricity spot market from a Danish perspective OptAli Industry Days, Copenhagen Mette Gamst and Thomas Sejr Jensen, Energinet.dk [email protected] and [email protected] 1 About Energinet.dk
AVERT Main Module Quick Start Guide
AVERT Main Module Quick Start Guide AVoided Emissions and generation Tool (AVERT) is a free tool with a simple user interface designed to meet the needs of state air quality planners and other interested
Generator Interconnection and Deliverability Study Methodology Technical Paper
Generator Interconnection and Deliverability Study Methodology Technical Paper July 2, 2013 Generator Interconnection and Deliverability Study Methodology Table of Contents Introduction... 1 Section One:
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
CHINA 2050 HIGH RENEWABLE ENERGY PENETRATION SCENARIO AND RODAMAP STUDY
国 家 发 展 和 改 革 委 员 会 能 源 研 究 所 Energy Research Institute National Development and Reform Commission CHINA 2050 HIGH RENEWABLE ENERGY PENETRATION SCENARIO AND RODAMAP STUDY CHINA NATIONAL RENEWABLE ENERGY
Steam Power Plants as Partners for Renewable Energy Systems
Steam Power Plants as Partners for Renewable Energy Systems Hans-Joachim Meier Head of VGB Competence Centre 4 Environmental Technology, Chemistry, Safety and Health VGB PowerTech e.v., Essen, Germany
Control Strategies of the Doubly Fed Induction Machine for Wind Energy Generation Applications
Control Strategies of the Doubly Fed Induction Machine for Wind Energy Generation Applications AUTHORS Dr. Gonzalo Abad, The University of Mondragon, SPAIN. Dr. Miguel Ángel Rodríguez, Ingeteam Transmission
Wind Turbine Operation in Power Systems and Grid Connection Requirements
Wind Turbine Operation in Power Systems and Grid Connection Requirements A. Sudrià 1, M. Chindris 2, A. Sumper 1, G. Gross 1 and F. Ferrer 1 1 Centre for Technological Innovation in Static Converters and
Software support for economic research at CNB
Software support for economic research at CNB Modern tools for financial analysis and modeling František Brázdik Macroeconomic Forecasting Division [email protected] Czech National Bank May 23,
APPLICATION NOTE USING A MODEL 3060-MS SERIES AS A REGENERATIVE AC SOURCE FOR PV INVERTER TEST APPLICATIONS. Abstract.
USING A MODEL 3060-MS SERIES AS A REGENERATIVE AC SOURCE FOR PV INVERTER TEST APPLICATIONS Abstract This application note describes the necessary procedure to use a standard Pacific Power Source Model
