CMPLDW2 – Prototype Modular Structure WECC LMTF Meeting March 2017

Slides:



Advertisements
Similar presentations
Arsalan A Rahim EED, UET Lahore. The Edit Mode is used to create a new case or to modify existing cases. In Edit Mode: Create a new case Create a.
Advertisements

Today’s Topics 1- The per unit system 2-Transformer Voltage Regulation
EPRI CIM for Dynamic Models Project Report Terry Saxton Xtensible Solutions May 13, 2009.
WECC Load Model Sensitivity Study “ An Analysis of the Sensitivity of WECC Grid Planning Models to Assumptions Regarding the Composition of Loads ” Task.
Copyright 2003 Scott/Jones Publishing Standard Version of Starting Out with C++, 4th Edition Chapter 6 Functions.
Chapter 6: Functions Starting Out with C++ Early Objects
1 Department of Electrical & Communication Engineering CHAPTER 1 Per Unit Calculations 1.Power System Representation Power Component SymbolPower ComponentSymbol.
1 Brief Version of Starting Out with C++, 4th Brief Edition Chapter 6 Functions.
Chapter Functions 6. Modular Programming 6.1 Modular Programming Modular programming: breaking a program up into smaller, manageable functions or modules.
Chapter – 8 Software Tools.
Lecture 4 – Function (Part 1) FTMK, UTeM – Sem /2014.
WS 9-1 ANSYS, Inc. Proprietary © 2009 ANSYS, Inc. All rights reserved. February 27, 2009 Inventory # Workshop 9 Taylor Impact Test – “What if” Study.
CHAPTER 7 LESSON C Creating Database Reports. Lesson C Objectives  Display image data in a report  Manually create queries and data links  Create summary.
NERC LMTF: Current Activities Ryan Quint, PhD, PE Staff Coordinator, NERC Load Modeling Task Force WECC MVWG Meeting June 2016.
Power System Protective Relaying-Part Two
PowerWorld Case Validation
Modeling DER in Transmission Planning CAISO Experience
Development and Implementation of Composite Load Model in WECC
Minnesota Renewable Energy Integration and Transmission
(Winter 2017) Instructor: Craig Duckett
Graphical Data Engineering
Lesson 10: Transformer Performance and Operation
Benchmarking WECC Composite load model
I. CVETKOVIC, D. BOROYEVICH, R. BURGOS, C. LI, P. MATTAVELLI
B4.2 Power System One-Line Diagrams
WECC Load Modeling and Validation Group Meeting
Efficient Data Format for CLM
Variable Frequency Drive Test Results
Content * Overview * Project overall * PF meter * Calculation of firing angle * Generation of firing angle * Results * Comparison * Problems.
Western Electricity Coordinating Council Renewable Energy Modeling Task Force REMTF Report to MVWG Abraham Ellis, Sandia March 18, 2015 Salt Lake.
Slaven Kincic SMVTF Progress Report
Next Steps in Load Modeling
CMPLDW2 – Prototype Modular Structure WECC LMTF Meeting March 2017
PSS®E Update for WECC Good morning, welcome to psse presentation for the UGM I’m glenn pietrow, PSSE product manager and GUI developer Currently manage.
Load Model Data Tool Development Update
Machine Independent Features
6 Chapter Functions.
CMPLDWG Composite Model with Distributed Generation Approval
NERC-WECC Coordination
Jonathan young ColumbiaGrid
Jonathan Young, SDWG Chair
Min/Max Load field Addition
CMPLDW - DER-A Addition WECC LMTF / REMTF Meetings October 2017
BPA/GE Load Model Improvements Project
Variable Frequency Drive Test Results
Algebra: Equations and Inequalities
NERC LMTF Update Update on Key Topics
NERC-WECC Coordination
PSS®E Update for WECC Good morning, welcome to psse presentation for the UGM I’m glenn pietrow, PSSE product manager and GUI developer Currently manage.
Composite Load Model with Distributed Generation (CMPLDWG)
MODELING DG IN BASE CASES
Western Electricity Coordinating Council Renewable Energy Modeling Task Force REMTF Report to MVWG Abraham Ellis, Sandia March 18, 2015 Salt Lake.
MODELING DG IN BASE CASES
CMPLDWG Composite Model with Distributed Generation Approval
CMPLDW - DER-A Addition WECC LMTF / REMTF Meetings October 2017
Efficient Data Format for CLM
WECC Load Modeling and Validation Group Meeting
Min/Max Load field Addition
User Experience with New Solar PV Models California ISO
Model Validation for Large Scale PV Plants
SRWG Meeting 15-2 Power Plant Validation Tools
Jonathan Young, SDWG Chair
System Review Work Group Update to TSS
CMPLDW - DER-A Addition WECC LMTF / REMTF Meetings October 2017
Publishing image services in ArcGIS
Power system operation and control
M. Kezunovic (P.I.) S. S. Luo D. Ristanovic Texas A&M University
Standard Version of Starting Out with C++, 4th Edition
Prepared by: Ismael K. Saeed
Presentation transcript:

CMPLDW2 – Prototype Modular Structure WECC LMTF Meeting March 2017 Bill Price GE Energy Consulting

CMPLDW2 Model Schematic Modular Model Structure CMPLDW2 Model Schematic 2 2/24/2019

CMPLDW2 – 2nd-generation Composite Load Model Modular Structure Add new component models (without modifying main model) Permit user-written component models Minimize Input data Data for load components do not need to be repeated for each instance of model that uses same parameter values CMPLDW2 input records identify location of data associated with each component and fractions of each component If composition is the same for a load zone (climate zone), input only once using _CMPLDW2 data management model PSLF Implementation Status CMPLDW2 available in V19.1. _CMPLDW2 available in V21 Next steps: Implement user-written submodel interface Implement other submodels, e.g. DER_A 3 2/24/2019

CMPLDW2 – Data Input Format cmpldw2 <busno> “bus name” <bus kv> “id” : #r mva=<value> / disttype distdat / load1type load1datID load1frac / load2type load2datID load2frac / load3type load3datID load3frac / load4type load4datID load4frac / load5type load5datID load5frac / load6type load6datID load6frac / … … … loadNtype loadNdatID loadNfrac “X”type is the name of the component sub-model “X”datID is the identifying number of component’s data management (DM) model “X”frac is the fraction of load for that component (-1 to indicate 1. - S(other fractions) ) 4 2/24/2019

Sample CMPLDW2 Input Data cmpldw2 11 "LOAD-CMP" 230.00 "MC" : #1 mva=-0.8 / cmp_dist -50 / cmp_dgpv  -1001 1.0 / cmp_mot3 -301 0.2 / cmp_mot3 -302 0.1 / cmp_mot3 -303 0.1 / cmp_1pac -401 0.2 /   cmp_stat  -101  -1. /   cmp_elec  -201 0.2  Notes: cmp_dist, cmp_mot3, etc. are not in quotes because they are parameter values, not parameter names. Parameter names could be added but are not necessary. “cmp” prefix identifies these as CMPLDW2 component sub-models “cmp” models do not appear in dynamic data file (.dyd); only their DM models “_cmp” appear. 5 2/24/2019

CMPLDW2 – Component DM Models PSLF Data Management (DM) Models (for existing components) _cmp_dist – distribution equivalent model _cmp_stat – static load model _cmp_elec – electronic load model _cmp_mot3 – 3-phase induction motor _cmp_1pac – single-phase A/C performance model _cmp_dgpv – simplified PV DER model Initial underscore indicates it is a DM model referenced by a negative numeric ID. Data input once for a particular set of parameter values, e.g. _cmp_stat -20 : "Pfs" 1 "P1e" 2 "P1c" 0 "P2e" 1 "P2c" 1 "Pfreq" 0 / "Q1e" 2 "Q1c" 1 "Q2e" 1 "Q2c" 0 "Qfreq" -1 Data ID number (e.g. -20) is used to reference this data in CMPLDW2 data – must be negative and unique within data set. Data can be viewed and edited in Model Edit (edmd) table and Model Record Editor Changes will affect all models using this data. 6 2/24/2019

_CMPLDW2 – Group data input for CMPLDW2 Format _cmpldw2 <num> “group name” <group type> : #r mva=<-value> / “Pmin” <value> PQmin <value> Vmin <value> / <cmpldw2 parameters> group type group name 0 (or omitted) climate (load) zone 1 (-1) area name (area number) 2 (-2) zone name (zone number) 3 (-3) owner name (owner number Program treats this as a Data Management model, thus the initial underscore A CMPLDW2 model is automatically created for each load in the group Model is not created if Pload < Pmin or P/Q < PQmin or Vbus < Vmin Model is not created if a specific CMPLDW2 model is in the case <num> - data record ID (negative number) 7 2/24/2019

_CMPLDW2 – Group data input for CMPLDW2 Data input example for a load (climate) zone: _cmpldw2 -55 “NCI_RES” 0 : #1 mva=-0.9 / “Pmin” 50. “Pfmin” 0.7 “Vmin” 0.8/ cmp_dist -50 / cmp_dgpv -1001 1.0 / cmp_mot3 -301 0.2 / cmp_mot3 -302 0.1 / cmp_mot3 -303 0.1 / cmp_1pac -401 0.2 /   cmp_stat  -101  -1. /   cmp_elec  -201 0.2 8 2/24/2019

Proposed Distributed Generation Modeling When large, utility-scale DG (U-DER) is present Include substation transformer in powerflow model Include powerflow generator model at low-side bus Use any dynamic DG model (e.g. PVD1) Omit transformer from CMPLDW2 model (X = 0.) 9 2/24/2019

Other recent changes in CMPLDW, CMPLDWG, and CMPLDW2 Global parameters to omit composite load model if: Pload < dypar[0].cmp_pmin Pload / Qload < dypar[0].cmp_pqmin Vbus < dypar[0].cmp_vmin All default to 0., user can set in javaini.p 1PAC – Vstallbrk is always intersection of curves. 1PAC – removed clipping of compressor voltage at 1.2 p.u. MOT3 – permit reconnection after full UV trip (states held constant during trip) 10 2/24/2019