Use case for the south Portuguese network - Results -

Size: px
Start display at page:

Download "Use case for the south Portuguese network - Results -"

Transcription

1 Use case for the south Portuguese network - Results - Nélio Machado, REN, Portugal Milenko Halat, AIA, Spain Network Security Assessment Days November 5 th 2015, Brussels

2 Content Description of Portuguese Network Steps for Automatic conversion Preliminary results 2

3 Overview of Portuguese HV network HV lines 8733km 400 kv 2434 km 220 kv 3565 km 150 kv 2734 km Interconections 9 (6 x 400, 3 x 220 kv) Telecontrol (400, 220,150 e 60 kv): Substations 80

4 Overview of Portuguese HV network Interconnections coal gas hidro Windfarms Consumption density

5 2014 Consumption

6 Overview of Portuguese HV network

7 Generation

8

9 2015 4,931MW wind instaled capacity 8,322MW peak load Managing Wind Generation Consumption lower than renewable not dispatchable generation Solution: - Use pump units (1,633MW) - Export (if possible)

10 2015 4,931MW wind instaled capacity 8,322MW peak load Managing Wind Generation Drop of 2500MW of wind generation in less than 8 hours Wind and consumption are in phase opposition Wind forecast generation is very important

11 itesla Portuguese Usecase In order to evaluate itesla toolbox security analysis capabilities, an incident occurred in 23/12/2009 was selected as case study of voltage collapse at South zone of Portugal. This situation was created by local extreme wind conditions in a event that is techically called Explosive cyclogenesis also referred as a weather bomb. It is an intense low pressure system with a central pressure that falls 24 millibars in a 24-hour period.

12 itesla Portuguese Usecase 23/dec/ :38 First hit On a area of 50 km, wind speed of 220km/h was registered 13 towers were hit and collapse 3 lines got out of operation: (1) 400 and (2) 150kV

13 itesla Portuguese Usecase 23/dec/ :34 Second hit Local windfarm registered wind speed of 201km/h 14 towers were hit and collapse 4 lines got out of operation: (1) 400 and (3) 220kV

14 Situation in 23/12/2009 2nd hit Rio Maior Batalha Zêzere Carregado South Portugal (Setúbal, Alentejo and Algarve) Spain) coal gas hidro Fuel emergency turbines

15 itesla Portuguese Usecase This situation was managed by REN operation control room during 3 months using steady state contingencies results to decide if fuel emergency turbines were needed Generation Load forecast itesla approach - Steady state and dynamic calculation - Uncertainties were considered validating all operation space Generation Load forecast

16 Objective/Challenge: itesla Portuguese Usecase Generate 1 month snapshots before incident and 1 week after CIM14 format will be used which consider static references (RDFIDs) in all cases Difficulties: REN snapshots are in PSS/E format Equipment at snapshots don t have static references Our CIM converter tool vendor is discontinuing CIM14 as TSOs will use CGMES in the future

17 itesla Portuguese Usecase REN generated 21.6GB of information 1728 datasets in CIM14 Metering Database (Generation and load) Base RAW File 16/12/2009 CIM converter ODMS v11 CIM14 UseCases Outage Database SCADA Database Voltage Profile RDFID mapping file TestCase 16/12/2009

18 Conversion Modules The itesla platform has been designed to support ( plug ) different dynamic simulation engines One of them is Dymola, for Modelica By developing automatic conversion modules (from proprietary formats to Modelica) we aim to ease the adoption of itesla platform This step has a series of advantages by itself So far, we have developed conversion modules from Eurostag and PSSE tools, but extensible to any proprietary simulation tool 18

19 How does it work? (1/3) PSSE dynamic file (.dyr) The connections depend on each configuration model CRESTUMA parameter Real SNREF = 100.0; // BUSES // TAP CHANGER TRANSFORMERS // LINES // LOADS // CAPACITORS // GENERATORS PowerSystems.Electrical.Machines.PSSE.GENSAL.GENSAL G1( eterm = 1.0, anglev0 = , pelec = 533.0, qelec = , Mbase = , Tpd0 = 5.0, Tppd0 = 0.06, Tppq0 = 0.1, H = 3.2, D = 0.0, Xd = 0.75, Xq = 0.5, Xpd = 0.25, Xppd = , Xppq = , Xl = , s10 = , s12 = // REGULATORS // EVENT:FAULT PowerSystems.Electrical.Events.PwFault _fault(x = 0.5, R = 0.5, t1 = 20, t2 = 100); equation // Connecting REGULATORS and MACHINES connect(scrx.efd.pelec, gensal.efd); connect(hygov.pmech, gensal.pmech); // Connecting REGULATORS and REGULATORS connect(stab2a.vothsg, ieeet2.vothsg); // Connecting REGULATORS and CONSTANTS connect(ieeet2.voel, const.y); // Connecting LINES connect(_bus.p, pwline_2.p); Modelica file 19

20 How does it work? (2/3) Modelica Library (ipsl) model CRESTUMA parameter Real SNREF = 100.0; // BUSES // TAP CHANGER TRANSFORMERS // LINES // LOADS // CAPACITORS // GENERATORS PowerSystems.Electrical.Machines.PSSE.GENSAL.GENSAL G1( eterm = 1.0, anglev0 = , pelec = 533.0, qelec = , Mbase = , Tpd0 = 5.0, Tppd0 = 0.06, Tppq0 = 0.1, H = 3.2, D = 0.0, Xd = 0.75, Xq = 0.5, Xpd = 0.25, Xppd = , Xppq = , Xl = , s10 = , s12 = // REGULATORS // EVENT:FAULT PowerSystems.Electrical.Events.PwFault _fault(x = 0.5, R = 0.5, t1 = 20, t2 = 100); equation // Connecting REGULATORS and MACHINES connect(stab2a.pelec, genrou.pelec); // Connecting REGULATORS and REGULATORS connect(stab2a.vothsg, ieeet2.vothsg); // Connecting REGULATORS and CONSTANTS connect(ieeet2.voel, const.y); // Connecting LINES connect(_bus.p, pwline_2.p); // COUPLING DEVICES 20

21 How does it work? (3/3) Modelica generatorregulation connections model CRESTUMA parameter Real SNREF = 100.0; // BUSES // TAP CHANGER TRANSFORMERS // LINES // LOADS // CAPACITORS // GENERATORS PowerSystems.Electrical.Machines.PSSE.GENSAL.GENSAL G1( eterm = 1.0, anglev0 = , pelec = 533.0, qelec = , Mbase = , Tpd0 = 5.0, Tppd0 = 0.06, Tppq0 = 0.1, H = 3.2, D = 0.0, Xd = 0.75, Xq = 0.5, Xpd = 0.25, Xppd = , Xppq = , Xl = , s10 = , s12 = // REGULATORS // EVENT:FAULT PowerSystems.Electrical.Events.PwFault _fault(x = 0.5, R = 0.5, t1 = 20, t2 = 100); equation // Connecting REGULATORS and MACHINES connect(scrx.efd.pelec, gensal.efd); connect(hygov.pmech, gensal.pmech); // Connecting REGULATORS and REGULATORS connect(stab2a.vothsg, ieeet2.vothsg); // Connecting REGULATORS and CONSTANTS connect(ieeet2.voel, const.y); // Connecting LINES connect(_bus.p, pwline_2.p); 21

22 Converting a power grid (1/2) STEPS Preliminary checks: Are all the required models in the Library? Model and validate what you need Is the system consistent in the native tool? (Power Flow, Dynamic Simulation) Are the CIM files correctly generated? (No info missing, correct version) Automatic conversion: Try Regulation groups is simple examples Try first small representative systems Time step for simulation or is the correct integrator? Follow the recommendations. Wrong integrator may introduce artificial behavior. Solver chosen 22

23 Converting a power grid (1/2) STEPS Library release as Open Source Community Publishing analysis and recommendations Preliminary checks: Are all the required models in the Library? Model and validate what you need Is the system consistent in the native tool? (Power Flow, Dynamic Simulation) Are the CIM files correctly generated? (No info missing, correct version) Automatic conversion: Try Regulation groups is simple examples Try first small representative systems Time step for simulation or is the correct integrator? Follow the recommendations. Wrong integrator may introduce artificial behavior. Solver chosen 23

24 Converting a power grid (2/2) Modelica file has been generated: Does the system check? Connection problems, different number of equations and variables. Does the Modelica file initialize? Different kind of problems [check the models, parameters ] Is there an stable solution? Check initial values on elements Is the steady state value similar to the native tool? LF: Do the values correspond? Is the same swing? Introduce events: Software to software validation What are the acceptability criteria? [Remember some models comes from an interpretation of the black-box models] Increase complexity: Until arrive to the target system. Observe computation times: recommendations about simulation engine, integration methods, etc 24

25 Converting a power grid (2/2) Library release as Open Source Community Publishing analysis and recommendations Modelica file has been generated: Does the system check? Connection problems, different number of equations and variables. Does the Modelica file initialize? Different kind of problems [check the models, parameters ] Is there an stable solution? Check initial values on elements Is the steady state value similar to the native tool? LF: Do the values correspond? Is the same swing? Introduce events: Software to software validation What are the acceptability criteria? [Remember some models comes from an interpretation of the black-box models] Increase complexity: Until arrive to the target system. Observe computation times: recommendations about simulation engine, integration methods, etc 25

26 Portuguese network Description 656 connected buses. 171 Gens of which 146 are connected + 86 WT4G1 14 different regulation configurations

27 Regulation Groups Reg Group Infinite Bus Example Created to check the connection

28 Results Conversion of whole Portuguese network is on progress Trimmed portions have been simulated: RIBATEJO South part: [Currently fixing problems in some models that are present there] 28

29 RIBATEJO Fault in Bus at t = 5[s] 29

30 South Part 27 gens / 80 buses (Below Lisbon) [Fixing] Some ESST1A models in the.dyr file have KLR = 0 and it should be declared not equal to zero. 30

31 Summary The automatic conversion needs some tuning, but the effort will decrease progressively This work totally worth it: not only to benefit from itesla platform, but to perform analysis. For instance, using custom regulations or events 31

32 Thanks! 32

33 Conversion tool: Status Overview Automatic conversion from Eurostag or PSSE to Modelica Merge dynamic and static parts Simulations ~ 70 generators so far Events automatically included Two initialization schemes Uses the Modelica Library Modelica Power Systems Library Quite complete, ordered and validated Compatible with OpenModelica Prepared to collaborative working and maintenance Systems Set of systems (~18) of different size and complexity

34 System conversion to Modelica Dynamic Static PSS/E Modelic a Library Conversion module In itesla Platform Modelica Representation

35 Modelica Library Component type Component Modelica model Checked GENERATORS EXCITERS GOVERNORS STABILIZERS WIND GENERATORS GENSAL GENROU ESST4B ESAC1A ESAC2A ESST1A ESDC1A ESDC2A EXST1 IEEET1 IEEET2 ST5B SCRX SEXS GAST GGOV1 x IEESGO IEEEG1 HYGOV TGOV1 IEEEST PSS2A PSS2B STAB2A WT3G1 * WT4G1 * All devices for Norwegian, Portuguese and Greek networks have been modelled. The models recently integrated in the library will be tested in the conversion of Greek and Portuguese network.

36 Modelica Library

37 Summary table Status: Converted Systems

38 Inclusion of events We have modelled 6 types of events so far o Line opening, o bus / line fault, o bank / load / setpoint modification The event is included a posteriori, as a modification of the converted system Event id Event type Elemen t Event parameters

NERC MOD List of Acceptable Models and Model Library Block Diagrams for Use in Dynamic Simulation (MOD-026-1, R1)

NERC MOD List of Acceptable Models and Model Library Block Diagrams for Use in Dynamic Simulation (MOD-026-1, R1) NERC MOD-026-1 List of Acceptable Models and Model Library Block Diagrams for Use in Dynamic Simulation (MOD-026-1, R1) PJM Interconnection Original Document Date: July 1, 2014 Current Document Date: March

More information

A Tool to ease Modelica-based Dynamic Power System Simulations

A Tool to ease Modelica-based Dynamic Power System Simulations A Tool to ease Modelica-based Dynamic Power System Simulations Raul Viruez 1 Silvia Machado 1 Luis María Zamarreño 1 Gladys León 1 François Beaude 2 Sébastien Petitrenaud 2 Jean-Baptiste Heyberger 2 1

More information

A Modelica Power System Library for Phasor Time-Domain Simulation

A Modelica Power System Library for Phasor Time-Domain Simulation 2013 4th IEEE PES Innovative Smart Grid Technologies Europe (ISGT Europe), October 6-9, Copenhagen 1 A Modelica Power System Library for Phasor Time-Domain Simulation T. Bogodorova, Student Member, IEEE,

More information

Objective. High Level Overview of Dynamic Model Building Process. Inputs, Outputs. MISO 16 Dynamic Model Suite. MISO 16 Dynamic Data Request

Objective. High Level Overview of Dynamic Model Building Process. Inputs, Outputs. MISO 16 Dynamic Model Suite. MISO 16 Dynamic Data Request 1 Objective High Level Overview of Dynamic Model Building Process Inputs, Outputs MISO 16 Dynamic Model Suite MISO 16 Dynamic Data Request Reference Material for New Data Submitters High level Timeline

More information

T&D Challenges and Opportunities

T&D Challenges and Opportunities T&D Challenges and Opportunities Mark McGranaghan Vice President, Power Delivery and Utilization Alberta Power Industry Consortium November 5, 2014 Tomorrow s Power System (vision) The Integrated Grid

More information

Powsybl basics, IIDM

Powsybl basics, IIDM Powsybl basics, IIDM ipst/powsybl day, 2018-05-25 Sylvain Leclerc sylvain.leclerc@rte-france.com Powsybl-core: basics 2 What it s not: - A ready-to-run application (but https://github.com/powsybl/powsybl-gse

More information

System Engineering, IT/OT Integration and the Smart Grid. Steve Apps Pr.Eng SAIEE Associate Director EON Consulting, South Africa

System Engineering, IT/OT Integration and the Smart Grid. Steve Apps Pr.Eng SAIEE Associate Director EON Consulting, South Africa System Engineering, IT/OT Integration and the Smart Grid Steve Apps Pr.Eng SAIEE Associate Director EON Consulting, South Africa South African grid: large and complex Line (kv) Length (km) 765 1,859 533

More information

CIM for Dynamic 2010 CIM Workshop

CIM for Dynamic 2010 CIM Workshop Answers for energy. CIM for Dynamic 2010 CIM Workshop T&D Service Solutions Chuck DuBose Siemens PTI September 09, 2010. History CIM for Planning Interop New York: 11/11/2008 EPRI CIM for Planning Results

More information

Solutions for transmission network management

Solutions for transmission network management EM SG SOLutions Solutions for transmission network management Energy Management Smart Grid Solutions Solutions for Transmission Network Management Overview Operator Training Simulator Blackout Prevention

More information

CORESO A CENTRALIZED REGIONAL SECURITY COORDINATION INITIATIVE. Leading coordination for enhanced reliability of supply

CORESO A CENTRALIZED REGIONAL SECURITY COORDINATION INITIATIVE. Leading coordination for enhanced reliability of supply CORESO A CENTRALIZED REGIONAL SECURITY COORDINATION INITIATIVE Leading coordination for enhanced reliability of supply A bit of recent history 2 (near) black out as triggering factor... 4 November 2006

More information

Feasibility Study on Load Flow and Short Circuit Project

Feasibility Study on Load Flow and Short Circuit Project Feasibility Study on Load Flow and Short Circuit Project 101813-01 Prepared by: Transmission Planning Department Cleco Corporation, Inc. 2180 St. Landry Hwy P.O. Box 70 St. Landry, LA 71367 Final November

More information

Small Generator Interconnection System Impact Study Report. Completed For Q0047

Small Generator Interconnection System Impact Study Report. Completed For Q0047 Small Generator Interconnection Completed For Q0047 Proposed Interconnection PacifiCorp s Existing Goshen Rigby 69 kv Line March 7, 2005 1.0 Description of the Generation Facility Q0047 ( Interconnection

More information

EURELECTRIC CEER Joint Workshop on Voltage Quality Monitoring

EURELECTRIC CEER Joint Workshop on Voltage Quality Monitoring EDP Distribuição Experience with Power Quality Monitoring in Portugal EURELECTRIC CEER Joint Workshop on Voltage Quality Monitoring Brussels, 18 November 2009 Nuno Melo Power Quality Activity Group Contents

More information

Utility Interconnection. Highlights of the New Fast Track Process Proposed by FERC and Changes to IEEE 1547

Utility Interconnection. Highlights of the New Fast Track Process Proposed by FERC and Changes to IEEE 1547 Utility Interconnection Highlights of the New Fast Track Process Proposed by FERC and Changes to IEEE 1547 1 4/16/2013 Agenda Review of Status of Distributed Energy Resources Standards Changes Review of

More information

HIGH LEVEL REQUIREMENTS OF FAST SIMULATION AND MODELLING SUITE OF TOOLS FOR FUTURE SELF-HEALING DISTRIBUTION POWER SYSTEM

HIGH LEVEL REQUIREMENTS OF FAST SIMULATION AND MODELLING SUITE OF TOOLS FOR FUTURE SELF-HEALING DISTRIBUTION POWER SYSTEM HIGH LEVEL REQUIREMENTS OF FAST SIMULATION AND MODELLING SUITE OF TOOLS FOR FUTURE SELF-HEALING DISTRIBUTION POWER SYSTEM A. Valenti* I Bel ** S. Lee *EDF **EPRI E2I ConEdison France USA USA arnaud.valenti@edf.fr

More information

Generator Interconnection Impact Study Report Pamlico County, NC 200 MW Wind Farm Queue #281

Generator Interconnection Impact Study Report Pamlico County, NC 200 MW Wind Farm Queue #281 Generator Interconnection Impact Study Report Pamlico County, NC 200 MW Wind Farm Queue #281 June 6, 2012, Inc. PURPOSE The purpose of this impact study is to assess the impacts of a wind farm interconnection

More information

Real-time transient stability simulation tool

Real-time transient stability simulation tool ephasorsim: Real-time transient stability simulation tool Vahid Jalili-Marandi, Ph.D. OPAL-RT Technologies Vahidj@opal-rt.com 1 Large 10 000+ Nodes Wide Area Simulation ephasorsim Large EMT Simulation

More information

Smart Distribution Technology

Smart Distribution Technology Smart Distribution Technology Presentation Agenda Alabama Power Company, A Southern Company Distribution Automation Supervisory Control And Data Acquisition (SCADA) Multiple Address System (MAS) communications

More information

N-1-1 Reactive Upgrades

N-1-1 Reactive Upgrades N-1-1 Reactive Upgrades Previous Analysis Discussed at November 2011 TEAC Voltage collapse for multiple 500 kv N-1-1 contingency pairs A number of reactive upgrade locations evaluated to determine a optimal

More information

CIM 2 Modelica Factory

CIM 2 Modelica Factory CIM 2 Modelica Factory Automated Equation-Based Cyber-Physical Power System Modelica Model Generation and Time-Domain Simulation from CIM luigiv@kth.se, fragom@kth.se Electric Power Systems Dept. KTH Stockholm,

More information

Innovative Tools for the Future Coordinated Operation of the Pan-European Electricity Transmission System. Tuesday January 14, 2014

Innovative Tools for the Future Coordinated Operation of the Pan-European Electricity Transmission System. Tuesday January 14, 2014 2 nd itesla/umbrella Open Workshop Innovative Tools for the Future Coordinated Operation of the Pan-European Electricity Transmission System Tuesday January 14, 2014 1 1 st common workshop held in Brussels

More information

3D diagrams of Eurostag generator models for improved dynamic simulations

3D diagrams of Eurostag generator models for improved dynamic simulations 3D diagrams of Eurostag generator models for improved dynamic simulations Achieve online dynamic security analysis To make good network situations short-term forecast, initializing dynamic simulations

More information

EMS / DMS. DISTRIBUTION MANAGEMENT SYSTEM- Functional Description

EMS / DMS. DISTRIBUTION MANAGEMENT SYSTEM- Functional Description EMS / DMS DISTRIBUTION MANAGEMENT SYSTEM- Content 1. INTRODUCTION... 4 2. MODES OF INTERACTION WITH THE SCADA SYSTEM... 5 2.1 Simulation Mode... 5 2.2 State Estimation Mode (See functional description

More information

Demonstration and Proposal for Transmission Owner (TO) Utilization of Dispatch Interactive Mapping Application (DIMA) Tool

Demonstration and Proposal for Transmission Owner (TO) Utilization of Dispatch Interactive Mapping Application (DIMA) Tool Demonstration and Proposal for Transmission Owner (TO) Utilization of Dispatch Interactive Mapping Application (DIMA) Tool Ed Kovler Jacqulynn Hugee November 2017 What is DIMA? 2 Aware of your surroundings?

More information

DSO for Republic of Ireland. Supplying every home in the country

DSO for Republic of Ireland. Supplying every home in the country Coordinated Planning in Ireland & Active Voltage Management using Wind Generation ESB Networks About ESB Networks DSO for Republic of Ireland Supplying every home in the country Asset Owner Transmission

More information

ISO New England Data Modeling Requirements

ISO New England Data Modeling Requirements A U G U S T 1 5, 2 0 1 6 B O S T O N, M A ISO New England Data Modeling Requirements Renew Northeast Meeting Al McBride D I R E C T O R, T R A N S M I S S I O N S T R A T E G Y & S E R V I C E S Agenda

More information

Interconnection Feasibility Study Report GIP-IR377-FEAS-R1

Interconnection Feasibility Study Report GIP-IR377-FEAS-R1 Interconnection Feasibility Study Report GIP-IR377-FEAS-R1 Generator Interconnection Request 377 40 MW Wind Generating Facility Renfrew, NS Mar. 6, 2012 Control Centre Operations Nova Scotia Power Inc.

More information

Achieving Smarter Grid Operation With On-Line DSA Technology

Achieving Smarter Grid Operation With On-Line DSA Technology Achieving Smarter Grid Operation With On-Line DSA Technology Powercon 2014 October 20-22, 2014, Chengdu, China Lei Wang Powertech Labs Inc. 12388 88 th Avenue Surrey, BC, Canada A very simple version of

More information

Grid Analytics Conference 2013

Grid Analytics Conference 2013 Grid Analytics Conference 2013 SCADA Data: Breaking down silo-based operations and teams to leverage SCADA data and improve network operation, maintenance and investment decisions Aurélio Blanquet, EDP

More information

4.1.1 Generator Owner Transmission Owner that owns synchronous condenser(s)

4.1.1 Generator Owner Transmission Owner that owns synchronous condenser(s) A. Introduction 1. Title: Verification and Data Reporting of Generator Real and Reactive Power Capability and Synchronous Condenser Reactive Power Capability 2. Number: MOD-025-2 3. Purpose: To ensure

More information

4.1.1 Generator Owner Transmission Owner that owns synchronous condenser(s)

4.1.1 Generator Owner Transmission Owner that owns synchronous condenser(s) A. Introduction 1. Title: Verification and Data Reporting of Generator Real and Reactive Power Capability and Synchronous Condenser Reactive Power Capability 2. Number: MOD-025-2 3. Purpose: To ensure

More information

Dynamic Load Models in PowerWorld Simulator

Dynamic Load Models in PowerWorld Simulator Dynamic Load Models in PowerWorld Simulator Jamie Weber (weber@powerworld.com) Director of Software Development 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com

More information

Real Time Digital Simulator Testing of an On Line Integrated Stability Control System

Real Time Digital Simulator Testing of an On Line Integrated Stability Control System Real Time Digital Simulator Testing of an On Line Integrated Stability Control System R.P. Wierckx, M. Kawasaki, N. Saito, K. Anzai, S.C. Verma Abstract The paper describes the testing of an on line integrated

More information

Quick Start for User Defined Models

Quick Start for User Defined Models Quick Start for User Defined Models Last Updated: June 11, 2013 PowerWorld Corporation 2001 South First St Champaign, IL 61820 (217) 384-6330 http://www.powerworld.com info@powerworld.com Overview... 3

More information

Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms. ABB Group May 22, 2009 Slide 1

Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms. ABB Group May 22, 2009 Slide 1 Christian PAYERL, Poznan, 20 th May, 2009 ABB FACTS Grid connection of Wind Farms May 22, 2009 Slide 1 FACTS Applications Flexible AC Transmission Systems May 22, 2009 Slide 4 System Studies - Grid Codes

More information

SMALL GENERATING FACILITY PRE-APPLICATION REPORT REQUEST FORM

SMALL GENERATING FACILITY PRE-APPLICATION REPORT REQUEST FORM SMALL GENERATING FACILITY PRE-APPLICATION REPORT REQUEST FORM 1. Instructions By completing this request form, an Interconnection Customer may request a preapplication report from the NYISO regarding the

More information

Chapter 2 State Estimation and Visualization

Chapter 2 State Estimation and Visualization Chapter 2 State Estimation and Visualization One obvious application of GPS-synchronized measurements is the dynamic monitoring of the operating conditions of the system or the dynamic state estimation

More information

Agenda An Overview of Network Codes, CIM & CGMES

Agenda An Overview of Network Codes, CIM & CGMES Agenda An Overview of Network Codes, CIM & CGMES Elkraft 2017 2017-05-18 Lars-Ola Österlund Now Brolunda Consulting Retired from ABB Software Enterprise fall 2016 Worked with standards in IEC TC57 and

More information

WHERE THE DIGITAL TRANSFORMATION OF THE EUROPEAN ELECTRICITY SYSTEM STARTS:

WHERE THE DIGITAL TRANSFORMATION OF THE EUROPEAN ELECTRICITY SYSTEM STARTS: WHERE THE DIGITAL TRANSFORMATION OF THE EUROPEAN ELECTRICITY SYSTEM STARTS: European Network of Transmission System Operators for Electricity >> To guarantee the efficient operation of the end-to-end electrical

More information

WECC Criterion MOD-(11 and 13)-WECC-CRT-1.1

WECC Criterion MOD-(11 and 13)-WECC-CRT-1.1 WECC Criterion MOD-(11 and 13)-WECC-CRT-1.1 A. Introduction 1. Title: Steady State and Dynamic Data Requirements 2. Number: MOD-(11 and 13)-WECC-CRT-1.1 3. Purpose: To establish the consistent data requirements

More information

Real-time Power System Operation. Energy Management Systems. Introduction

Real-time Power System Operation. Energy Management Systems. Introduction 1 Real-time Power System Operation Energy Management Systems Introduction The time frame for Power Systems Operation varies from a few seconds to a week. To assist with the operation of the system, modern

More information

IntelliGrid. Don Von Dollen IntelliGrid Program Manager (650)

IntelliGrid. Don Von Dollen IntelliGrid Program Manager  (650) IntelliGrid Don Von Dollen IntelliGrid Program Manager dvondoll@epri.com www.epri-intelligrid.com (650) 855-2679 Background EPRI s IntelliGrid Program Mission: To accelerate the transformation of the power

More information

Volt/VAR Control Options and How to Leverage AMI Data

Volt/VAR Control Options and How to Leverage AMI Data By Tom Helmer, Executive Consultant and Joseph Sottnik, P.E., Project Manager, Black & Veatch Published in the August 2012 issue of PowerGrid International Energy efficiency and operational optimization

More information

A Modelica Power System Component Library for Model Validation and Parameter Identification

A Modelica Power System Component Library for Model Validation and Parameter Identification A Modelica Power System Component Library for Model Validation and Parameter Identification Luigi Vanfretti 1,2 Tetiana Bogodorova 1 Maxime Baudette 1 1:Smart Transmission Systems Lab. (SmarTS Lab), Electric

More information

D DAVID PUBLISHING. Integration of PSS E Web Application with Power System Simulation Platform. 1. Introduction

D DAVID PUBLISHING. Integration of PSS E Web Application with Power System Simulation Platform. 1. Introduction Journal of Mechanics Engineering and Automation 7 (207) 262-268 doi: 0.7265/259-5275/207.05.003 D DAVID PUBLIHING Integration of P E Web Application with Power ystem imulation Platform YU Hao, LIANG Xiaopeng

More information

Generation Interconnection Feasibility Study Report

Generation Interconnection Feasibility Study Report Project #169 Generation Interconnection Feasibility Study Report 7/2/2014 Regional Electric Transmission Planning TABLE OF CONTENTS Executive Summary... 3 Generator and Interconnection Data... 5 Study

More information

RG-CE System Protection & Dynamics Sub Group

RG-CE System Protection & Dynamics Sub Group RG-CE System Protection & Dynamics Sub Group 17 April 2017 Contents Contents... 1 1. Introduction... 2 1.1 Normative reference...2 2. Dynamic Security Assessment... 3 3. Functional Architecture... 5 3.1

More information

USE CASE 14 CONTROLLED ISLANDING

USE CASE 14 CONTROLLED ISLANDING I USE CASE 14 CONTROLLED ISLANDING Use Case Title Centralized application separates grid into islands to prevent blackout Use Case Summary Controlled islanding is a method that can significantly improve

More information

Overview of Brunel University National Grid CIM Research Collaboration

Overview of Brunel University National Grid CIM Research Collaboration Brunel Institute of Power Systems Overview of Brunel University National Grid CIM Research Collaboration Gareth Taylor Brunel University Nigel Hargreaves CIM Users Group, Windsor May 17 th 2012 EngD Environmental

More information

SCADA and Central Applications An introduction

SCADA and Central Applications An introduction SCADA and Central Applications An introduction Course map Outline of the lecture Power System Operation - Centralised Control Applications SCADA - SCADA architecture & Components - SCADA system functions

More information

Power System Network Simulator (PSNsim)

Power System Network Simulator (PSNsim) The PSNsim is hardware simulator that simulates all parts of power system from generation to utilization. The PSNsim is a scaled down model of the real power system that provides an experimental environment

More information

PowerWorld s Experience Using Real-Time Power System Models

PowerWorld s Experience Using Real-Time Power System Models PowerWorld s Experience Using Real-Time Power System Models Presented by: James Weber, Ph.D. Director of Software Development February 28, 2018 2001 South First Street Champaign, Illinois 61820 (217) 384-6330

More information

Lecture 5 Substation Automation Systems. Course map

Lecture 5 Substation Automation Systems. Course map Lecture 5 Substation Automation Systems 1 Course map 2 1 Contents of the Lecture Part 1 Substation Automation Components Substation Automation Functions Communication within the Substation (Intro) Part

More information

Boost Accuracy & Productivity

Boost Accuracy & Productivity Expanded to Deliver Unsurpassed Performance Intelligence Reliability Boost Accuracy & Productivity Detailed Dynamic Simulation Rule-Based Time-Saving Capabilities Improved Performance 64-Bit Architecture

More information

CASE STUDY : Transient Stability Simulation Package

CASE STUDY : Transient Stability Simulation Package CASE STUDY : Transient Stability Simulation Package CLIENT NAME : A major T&D solutions provider in the world END CUSTOMER : A public T&D utility in one of the SAARC nations PROJECT TITLE : Customized

More information

Requirements for Model Validation

Requirements for Model Validation Draft Need Requirements Application for Model Validation Reporting Requirements for Model Validation Reporting for Generators and Generator Control Systems Revision 0 Wednesday 16 November 2005 Prepared

More information

Approval...6. Current Revision...7. Introduction... 8 About PJM Manuals... 8 About This Manual... 8 Using This Manual...9

Approval...6. Current Revision...7. Introduction... 8 About PJM Manuals... 8 About This Manual... 8 Using This Manual...9 PJM Manual 07: PJM Protection Standards Revision: 3 Effective Date: May 24, 2018 Prepared by System Planning Division Transmission Planning Department PJM 2018 Table of Contents Table of Contents Approval...6

More information

FINIST OPERATOR TRAINING SIMULATOR QUICK START REVISION 2.0 OF 01/18/2011

FINIST OPERATOR TRAINING SIMULATOR QUICK START REVISION 2.0 OF 01/18/2011 FINIST OPERATOR TRAINING SIMULATOR QUICK START REVISION 2.0 OF 01/18/2011 MONITOR ELECTRIC, 2011 FINIST: OPERATOR TRANING SIMULATOR Contents 1. About This Manual.. 8 1.1. Introduction...... 5 1.1.1. How

More information

DER leveraging IEC for the seamless and cost-effective integration of DER into the power system. IEC Europe 2017

DER leveraging IEC for the seamless and cost-effective integration of DER into the power system. IEC Europe 2017 DER leveraging IEC 61850 for the seamless and cost-effective integration of DER into the power system IEC 61850 Europe 2017 CONTENTS Part 1 Introduction, context Part 2 Case-study of three independent

More information

edart Quick Reference Guide

edart Quick Reference Guide edart Quick Reference Guide Revision: 05 Effective Date: 08/16/2017 PJM 2017 Prepared by edart Project Team Table of Contents Table of Contents... 2 Revision History... 6 About the Quick Reference Guide...

More information

This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective.

This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Standard Development Timeline This section is maintained by the drafting team during the development of the standard and will be removed when the standard becomes effective. Development Steps Completed

More information

MIGRATION PROCESS FROM UCTE DEF TO CGMES SECOND EDITION

MIGRATION PROCESS FROM UCTE DEF TO CGMES SECOND EDITION MIGRATION PROCESS FROM UCTE DEF TO CGMES SECOND EDITION 24 OCTOBER 2016 PT CGM Page 1 of 18 ENTSO-E AISBL Avenue Cortenbergh 100 1000 Brussels Belgium Tel +32 2 741 09 50 Fax +32 2 741 09 51 info@entsoe.eu

More information

GridEye FOR A SAFE, EFFICIENT AND CONTROLLED POWER GRID

GridEye FOR A SAFE, EFFICIENT AND CONTROLLED POWER GRID FOR A SAFE, EFFICIENT AND CONTROLLED POWER GRID SMART GRID VISION To solve today s energy and pollution problems, DEPsys believes that the world should be powered entirely by renewable energy. By applying

More information

Owner/Operator Forum 12 December

Owner/Operator Forum 12 December Owner/Operator Forum 12 December Steve Halsey DG Development Manager Today s Agenda Transition to DSO Breakout session What we do the role of the DNO Our vision Welcome and Introduction (DNO) Distribution

More information

Aspects of Power System Modeling, Initialization and Simulation using the Modelica Language

Aspects of Power System Modeling, Initialization and Simulation using the Modelica Language Aspects of Power System Modeling, Initialization and Simulation using the Modelica Language Gladys León, Milenko Halat Marc Sabaté Aplicaciones en Informática Avanzada, S.L. Sant Cugat del Vallés, Barcelona,

More information

NERC Event Analysis Update Webinar. Hassan Hamdar Chair, Event Analysis Subcommittee October 20, 2016

NERC Event Analysis Update Webinar. Hassan Hamdar Chair, Event Analysis Subcommittee October 20, 2016 NERC Event Analysis Update Webinar Hassan Hamdar Chair, Event Analysis Subcommittee October 20, 2016 Webinar Agenda ERO Event Analysis Process Update Lesson Learned Presentation from Entity ERO Lessons

More information

inovgrid to Smartlife April 2015

inovgrid to Smartlife April 2015 inovgrid to Smartlife April 2015 EDP started as a local incumbent and is now a truly global energy player Wind energy 25% of EBITDA IPO at Jun 08 Power: 8.1 GW # 3 world operator (in 11 countries) Company:

More information

Cost of Electricity (CoE)

Cost of Electricity (CoE) Cost of Electricity (CoE) Cost reduction Road to 40% reduction in CoE 2 June 2014 Christian Juul For External usage Reduction in cost is essential to make offshore wind competitive and reduce dependency

More information

POWER SYSTEM SECURITY CONCEPTS

POWER SYSTEM SECURITY CONCEPTS POWER SYSTEM SECURITY CONCEPTS 1.1 INTRODUCTION The Power System needs to be operationally secure, i.e. with minimal probability of blackout and equipment damage. An important component of power system

More information

Next Generation Scada Architectures

Next Generation Scada Architectures Next Generation Scada Architectures Jan Vorrink TenneT at a glance Europe's first cross-border grid operator 2,813 employees EBIT 725 (EUR million) Assets 13.645 (EUR billion) Investments (2014-23) 20

More information

STCP22-1 Issue 003 Production of Models for GB System Planning

STCP22-1 Issue 003 Production of Models for GB System Planning STCP22-1 Issue 003 Production of Models for GB System Planning STC Procedure Document Authorisation Company Name of Party Representative Signature Date National Grid Electricity Transmission plc SP Transmission

More information

LAB6 ADDITION OF GENERATION EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY

LAB6 ADDITION OF GENERATION EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY LAB6 ADDITION OF GENERATION EE461: POWER SYSTEMS COLORADO STATE UNIVERSITY PURPOSE: The purpose of this lab is to introduce a wind farm into a base case and analyze the effects using PSS/E. Introduction

More information

Large Embedded Generators Register of Completed Projects

Large Embedded Generators Register of Completed Projects Large Embedded Generators Register of Completed Projects This document contains a description of the completed projects relating to the connection of Large Embedded Generators to the TasNetworks distribution

More information

Arkona Offshore Wind Project

Arkona Offshore Wind Project Holger Matthiesen 04.12.2017 Arkona Offshore Wind Project Norwegian offshore wind delegation E.ON strategy Global trends like sustainability and climate protection, digitalization and technological innovation

More information

Grid Interconnection of Renewable Generation

Grid Interconnection of Renewable Generation Grid Interconnection of Renewable Generation Randy Rismiller August 14, 2013 Generator Interconnection Rule Responsibility In the United States, the responsibility for establishing generator interconnection

More information

Generation Interconnection Feasibility Study Report

Generation Interconnection Feasibility Study Report Project 76 Generation Interconnection Feasibility Study Report December 21, 2007 Electric Transmission Planning Table of Contents Table of Contents... 2 Executive Summary... 3 Network Resource Interconnection

More information

Voltage control in MV and LV grid Distributed automation solution. Sami Repo Tampere University of Technology, Finland Coordinator of IDE4L project

Voltage control in MV and LV grid Distributed automation solution. Sami Repo Tampere University of Technology, Finland Coordinator of IDE4L project 1 Voltage control in MV and LV grid Distributed automation solution Sami Repo Tampere University of Technology, Finland Coordinator of IDE4L project 2 Content IDE4L project Problem of voltage control in

More information

Evolution of Control for the Power Grid

Evolution of Control for the Power Grid Evolution of Control for the Power Grid Anjan Bose Washington State University Pullman, Washington, USA University of Seville Seville, Spain June 17, 2016 THE INTERCONNECTED GRID Economics Transfer electric

More information

SMUD Model Data Requirements & Reporting Procedures MOD VERSION 1.2

SMUD Model Data Requirements & Reporting Procedures MOD VERSION 1.2 SMUD Model Data Requirements & Reporting Procedures MOD-032-1 VERSION 1.2 NOVEMBER 10, 2015 1 TABLE OF CONTENTS INTRODUCTION... 2 1.1 Purpose... 2 1.2 Audience... 3 1.3 Process Overview... 3 Figure 1-1:

More information

EDS SCADA NUMBERING SYSTEM

EDS SCADA NUMBERING SYSTEM Document Number: EDS 05-9007 Network(s): Summary: EPN, LPN, SPN ENGINEERING DESIGN STANDARD EDS 05-9007 SCADA NUMBERING SYSTEM This standard describes the system for numbering SCADA wiring within switchgear

More information

Learning Based Scheme for Islanding and Reconnection

Learning Based Scheme for Islanding and Reconnection 1 Learning Based Scheme for Islanding and Reconnection Eduardo Cotilla-Sanchez Oregon State University with Carter J. Lassetter, Jinsub Kim This material is based upon work supported by the Department

More information

A perspective on European TSOs migration to CIM data exchange

A perspective on European TSOs migration to CIM data exchange Youssef AKEL A perspective on European TSOs migration to CIM data exchange CIM planning and operations exchanges seen from RTE Plan 1. Planning and operations data exchanges from RTE 2. Migration of data

More information

DRAFT Reliability Guideline: Modeling Distributed Energy Resources in Dynamic Load Models

DRAFT Reliability Guideline: Modeling Distributed Energy Resources in Dynamic Load Models DRAFT Reliability Guideline: Modeling Distributed Energy Resources in Dynamic Load Models Problem Statement With the proliferation of distributed energy resources (DER), Transmission Planners must adapt

More information

Developing a Dynamic Smart Grid Model

Developing a Dynamic Smart Grid Model European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 12) Santiago de Compostela

More information

Awareness of the Situation

Awareness of the Situation 17/11/21 Situational Awareness UPDEA - Workshop Awareness of the Situation 25,623 Alarms in 8 ours 53 Alarms / min (average) 8% Are consequential Things 1 to keep in mind during a disturbance - Analog

More information

Requirements for Data for Power System Modeling and Analysis (MOD-032-1) Arizona Public Service Company

Requirements for Data for Power System Modeling and Analysis (MOD-032-1) Arizona Public Service Company Requirements for Data for Power System Modeling and Analysis (MOD-032-1) Arizona Public Service Company December 29, 2016 APS Requirements for Data for Power System Modeling and Analysis Table of Contents

More information

KEDS DSO Development Plan. George Karagutoff, KEDS CEO Prishtina, Kosovo 20 March, 2018

KEDS DSO Development Plan. George Karagutoff, KEDS CEO Prishtina, Kosovo 20 March, 2018 KEDS DSO Development Plan George Karagutoff, KEDS CEO Prishtina, Kosovo 20 March, 2018 1 INVESTMENTS AT A GLANCE KEDS begun its operations after the successful unbundling of Distribution and Supply business

More information

ADVANCED SYSTEM ARCHITECTURE AND ALGORITHMS FOR SMART DISTRIBUTION GRIDS: THE SUSTAINABLE APPROACH

ADVANCED SYSTEM ARCHITECTURE AND ALGORITHMS FOR SMART DISTRIBUTION GRIDS: THE SUSTAINABLE APPROACH ADVANCED SYSTEM ARCHITECTURE AND ALGORITHMS FOR SMART DISTRIBUTION GRIDS: THE SUSTAINABLE APPROACH André MADUREIRA Ricardo BESSA Luís SECA INESC TEC Portugal INESC TEC Portugal INESC TEC Portugal andre.g.madureira@inesctec.pt

More information

INTERCONNECTION FACILITIES STUDY REPORT

INTERCONNECTION FACILITIES STUDY REPORT INTERCONNECTION FACILITIES STUDY REPORT NORTHEAST WYOMING 250MW GENERATOR Prepared on Behalf of the Transmission Provider: Basin Electric Power Cooperative Transmission Black Hills Power Transmission December

More information

CIM and Harmonization

CIM and Harmonization CIM and 61850 Harmonization Herbert Falk Solutions Architect SISCO Common Information Model in Smart Grid, Distribution, Transmission Workshop September 9, 2010 The Holy Grail Asset Connectivity An audience

More information

XXXXX XXXX Wind Generation Project

XXXXX XXXX Wind Generation Project A subsidiary of Pinnacle West Capital Corporation XXXXX XXXX Wind Generation Project XXXX XXXXX XXXXXXX Co., Inc. Interconnection System Impact Study Final Report Prepared By Arizona Public Service Company

More information

Southern Company Smart Grid

Southern Company Smart Grid Southern Company Smart Grid Smart Grid Investment Grant Update July 25, 2011 Southern Company Southern Company is one of the nations largest generators of electricity Has 4.4 million retail customers across

More information

Energy Security: A Global Challenge

Energy Security: A Global Challenge A presentation from the 2009 Topical Symposium: Energy Security: A Global Challenge Hosted by: The Institute for National Strategic Studies of The National Defense University 29-30 September 2009 By SCOTT

More information

Procedures for cross-border transmission capacity assessments PROCEDURES FOR CROSS-BORDER TRANSMISSION CAPACITY ASSESSMENTS.

Procedures for cross-border transmission capacity assessments PROCEDURES FOR CROSS-BORDER TRANSMISSION CAPACITY ASSESSMENTS. PROCEDURES FOR CROSS-BORDER TRANSMISSION CAPACITY ASSESSMENTS October 2001 1/13 Table of contents 1 INTRODUCTION... 4 2 GENERAL GUIDELINES... 5 3 BASE CASE CONSTRUCTION... 6 3.1 NETWORK MODEL... 6 3.1

More information

Battery Energy Storage System Information Modeling Based on IEC 61850

Battery Energy Storage System Information Modeling Based on IEC 61850 Journal of Power and Energy Engineering, 2014, 2, 233-238 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24033 Battery Energy Storage System

More information

Public Service Company of New Mexico. Public Transmission Planning Meeting March 2, 2017 Albuquerque, NM

Public Service Company of New Mexico. Public Transmission Planning Meeting March 2, 2017 Albuquerque, NM Public Service Company of New Mexico Public Transmission Planning Meeting March 2, 2017 Albuquerque, NM Agenda Introduction Agenda Additions Stakeholder Process PNM 10-Year Plan Development Regional Activities

More information

Effect of Topology Control on System Reliability: TVA Test Case

Effect of Topology Control on System Reliability: TVA Test Case Effect of Topology Control on System Reliability: TVA Test Case Professor Kory W. Hedman School of Electrical, Computer, and Energy Engineering Arizona State University Tempe, AZ 85287-5706 CIGRE, October

More information

System Studies for American Transmission Co. s Benson Lake SVC Project

System Studies for American Transmission Co. s Benson Lake SVC Project Helping to keep the lights on, businesses running and communities strong System Studies for American Transmission Co. s Benson Lake SVC Project Adam Manty, Transmission Planning Engineer, ATC Outline Introduction

More information

Enedis, Distribution System Operator (DSO) heading towards the future

Enedis, Distribution System Operator (DSO) heading towards the future Enedis, Distribution System Operator (DSO) heading towards the future Update : August 2018 ENEDIS, the main DSO in France : key figures (2017) 38 703 EMPLOYEES 11,4 ANNUAL TURNOVER 14 083 MILLION EUROS

More information

Strategy Consulting Digital Technology Operations. Transmission Distribution SCADA Separation 2017 EMMOS Conference

Strategy Consulting Digital Technology Operations. Transmission Distribution SCADA Separation 2017 EMMOS Conference Strategy Consulting Digital Technology Operations Transmission Distribution SCADA Separation 2017 EMMOS Conference SCADA for Electric Utility Operations The SCADA platform is at the heart of Electric Utility

More information