SlideShare una empresa de Scribd logo
1 de 25
Descargar para leer sin conexión
Roger C. Dugan
Sr. Technical Executive
Sandia-NREL-EPRI PV Distribution System Modeling Workshop
May 6, 2014
Santa Clara, CA
Data and Models for High-Penetration
PV Using Advanced Inverters
2© 2014 Electric Power Research Institute, Inc. All rights reserved.
Objective
• Data and modeling requirements for advanced, or smart,
inverter functions will be illustrated using the modeling
requirements for the EPRI OpenDSS program
3© 2014 Electric Power Research Institute, Inc. All rights reserved.
The OpenDSS PVSystem Model With Smart
Inverter Control Can Demonstrate Benefits
4© 2014 Electric Power Research Institute, Inc. All rights reserved.
The basic volt-var control function can be
described by four P, Q points
This control is effective where the voltage level will respond to
vars – where the system impedance is Inductive
5© 2014 Electric Power Research Institute, Inc. All rights reserved.
Adding hysteresis to the volt-var curve is
sometimes beneficial in controlling voltage
Implementations of this model may require more points simply
implement shifting logic to a base curve
6© 2014 Electric Power Research Institute, Inc. All rights reserved.
Modeling the advanced inverter is demonstrated
with an OpenDSS example based on this circuit
7© 2014 Electric Power Research Institute, Inc. All rights reserved.
An actual 10-min PV system Active Power
measurement will be used for the example
New "LoadShape. PV_ls" npts=600 sinterval=1.0 mult=(File=“Solar-600s.csv")
OpenDSS Script for Defining This as a “Loadshape”: File containing 600 pts
8© 2014 Electric Power Research Institute, Inc. All rights reserved.
This OpenDSS script snippet defines the four
PV systems
New PVSystem.3P_ExistingSite4 phases=3 bus1=B51854_sec kV=0.4157 kVA=523
~ irradiance=1 Pmpp=475 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls
New PVSystem.3P_ExistingSite1 phases=3 bus1=X_5865228330A kV=0.4157 kVA=314
~ irradiance=1 Pmpp=285 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls
New PVSystem.3P_ExistingSite3 phases=3 bus1=X_5891328219_Cust1 kV=0.4157
~ kVA=836 irradiance=1 Pmpp=760 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls
New PVSystem.3P_ExistingSite2 phases=3 bus1=B4832_sec kV=0.4157 kVA=209
~ irradiance=1 Pmpp=190 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls
•Bus Name (Bus1)
•Voltage rating (kV)
•kVA rating (kVA)
•Base irradiance (kW/m2)
•Power at MPP (Pmpp)
•Base power factor (pf)
•Cut in/cut out percentage values
•Irradiance Loadshape for OpenDSS solution mode (yearly in this case to get desired
monitoring)
•Inverter Efficiency curve (optional)
•Pmpp vs Temperature curve (optional)
Data for PVSystem Model
9© 2014 Electric Power Research Institute, Inc. All rights reserved.
The base-line simulation reveals voltage and
power excursions
Note: Unity PF assumed for base-line
10© 2014 Electric Power Research Institute, Inc. All rights reserved.
Implementation of a simple volt-var control
requires definition of a curve and an InvControl
New XYCurve.vv_curve npts=4 Yarray=(1.0,1.0,-1.0,-1.0) XArray=(0.5,0.95,1.05,1.5)
New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=rated
~ vvc_curve1=vv_curve EventLog=yes
Volt-Var Control Curve Definition
Inverter Control Definition
pu Voltagepu Rated Vars
11© 2014 Electric Power Research Institute, Inc. All rights reserved.
Results with simple volt-var control show the
voltage is reduced about 2% to less than 105%
12© 2014 Electric Power Research Institute, Inc. All rights reserved.
Modeling hysteresis is accomplished by adding
an offset to the voltage (x axis)
New XYCurve.vv_curve npts=4 Yarray=(1.0,1.0,-1.0,-1.0) XArray=(0.5125,0.9625,1.0625,1.5125)
New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=rated
~ vvc_curve1=vv_curve hysteresis_offset=-0.025 EventLog=yes
13© 2014 Electric Power Research Institute, Inc. All rights reserved.
The reactive power output level is constant
when power flow between curves
14© 2014 Electric Power Research Institute, Inc. All rights reserved.
The solutions on the VV curves with hysteresis
indicate the inverter drawing vars to reduce V
15© 2014 Electric Power Research Institute, Inc. All rights reserved.
Volt-Var control with adaptive set point attempts
to follow the voltage more closely over time
New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=avg avgwindowlen=2m
~ vvc_curve1=vv_curve EventLog=yes
16© 2014 Electric Power Research Institute, Inc. All rights reserved.
Adding a 5-s time constant on the rate of
change significantly smooths the var response
New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=rated
~ vvc_curve1=vv_curve RateofChangeMode=LPF LPFTau=5 EventLog=yes
Data Requirements for Other Control
Functions
18© 2014 Electric Power Research Institute, Inc. All rights reserved.
The Volt-Watt Function suppresses active
power output for high voltages
New XYCurve.examplevoltwattcurve npts=4 Yarray=(1.0,1.0,0.0,0.0) XArray=(0.0,1.0,1.1,2.0)
New InvControl.InvPVCtrl mode=VOLTWATT voltage_curvex_ref=rated
~ voltwatt_curve=examplevoltwattcurve EventLog=yes
Optional DATA:
Rolling average window length
Units for Y axis
Rate-of-change mode: INACTIVE | LPF | RISEFALL
Low-Pass Filter time constant for rate of change of output power
RiseFall Limit (pu/s or kW/s)
19© 2014 Electric Power Research Institute, Inc. All rights reserved.
The Dynamic Reactive Current function provides reactive current in
response to dynamic variations in voltage
New InvControl.InvTestPVCtrl mode=DYNAMICREACCURR DbVMin=0.975 DbVMax=1.025
~ ArGraLowV=10.0 ArGraHiV=10.0 DynReacavgwindowlen=120s EventLog=yes
Optional DATA:
Var change tolerance; default is 0.025 pu of available vars
20© 2014 Electric Power Research Institute, Inc. All rights reserved.
The Dynamic Reactive Current control can help reduce
voltage sags and swells during transient events
21© 2014 Electric Power Research Institute, Inc. All rights reserved.
Fixed Power Factor control is a simple function
that reduces voltage swings and high voltages
New PVSystem.3P_ExistingSite4 phases=3 bus1=B51854_sec kV=0.4157 kVA=523
~ irradiance=1 Pmpp=475 pf=-0.98 %cutin=0.1 %cutout=0.1 yearly=PV_ls
22© 2014 Electric Power Research Institute, Inc. All rights reserved.
This example of the Max Generation Limit function limits
PV system output to 70% or Pmpp
New PVSystem.3P_ExistingSite4 phases=3 bus1=B51854_sec kV=0.415692194 kVA=523
~ irradiance=1 Pmpp=475 kvar=0.00 pctPmpp=70.0 %cutin=0.1 %cutout=0.1
~ yearly=PV_ls
23© 2014 Electric Power Research Institute, Inc. All rights reserved.
This example demonstrating OpenDSS scripting
for switching from V-W control to V-V control
New XYCurve.myvw_curve npts=4
~ Yarray=(1.0,1.0,0.0,0.0)
~ XArray=(0.5,1.0,1.05,1.5)
New InvControl.InvTestPVCtrl mode=VOLTWATT
~ voltage_curvex_ref=rated
~ voltwatt_curve=myvw_curve EventLog=yes
set casename= voltwatt300_voltvar300
solve mode=yearly number=300 stepsize=1s
New XYCurve.myvv_curve npts=4
~ Yarray=(1.0,1.0,-1.0,-1.0)
~ XArray=(0.5,0.95,1.05,1.5)
InvControl.INVPVCTRL.mode=VOLTVAR
InvControl.INVPVCTRL.voltage_curvex_ref=rated
InvControl.INVPVCTRL.vvc_curve1=myvv_curve
Solve number=300
24© 2014 Electric Power Research Institute, Inc. All rights reserved.
“Loadshape” data, typically in 1-s intervals, is
key to many advanced inverter simulations
25© 2014 Electric Power Research Institute, Inc. All rights reserved.
Questions?

Más contenido relacionado

La actualidad más candente

Utility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controllerUtility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controllerIRJET Journal
 
Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic AlgorithmOptimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic AlgorithmAM Publications
 
Maximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systemsMaximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systemsPRIYADARSINIPUTCHAKA
 
Analyses and monitoring of 132 k v grid using etap software
Analyses and monitoring of 132 k v grid using etap softwareAnalyses and monitoring of 132 k v grid using etap software
Analyses and monitoring of 132 k v grid using etap softwareArslan Sajjad
 

La actualidad más candente (20)

Advanced WEC Controls Webinar June 2016
Advanced WEC Controls Webinar June 2016Advanced WEC Controls Webinar June 2016
Advanced WEC Controls Webinar June 2016
 
5 1 voss_panasonic_sandia_epri_160509_3
5 1 voss_panasonic_sandia_epri_160509_35 1 voss_panasonic_sandia_epri_160509_3
5 1 voss_panasonic_sandia_epri_160509_3
 
19 schoeder grid stability support for ieee sandia labs symposium
19 schoeder grid stability support for ieee sandia labs symposium19 schoeder grid stability support for ieee sandia labs symposium
19 schoeder grid stability support for ieee sandia labs symposium
 
09 rasool opportunities and challenges in using advanced inverter functionality
09 rasool opportunities and challenges in using advanced inverter functionality09 rasool opportunities and challenges in using advanced inverter functionality
09 rasool opportunities and challenges in using advanced inverter functionality
 
10 ai impacts&settings_pvss2016_rylander_
10 ai impacts&settings_pvss2016_rylander_10 ai impacts&settings_pvss2016_rylander_
10 ai impacts&settings_pvss2016_rylander_
 
06 mortazavi sandia-distribution system monitoring
06 mortazavi sandia-distribution system monitoring06 mortazavi sandia-distribution system monitoring
06 mortazavi sandia-distribution system monitoring
 
17 mohit epri-sandia symposium_v1
17 mohit epri-sandia symposium_v117 mohit epri-sandia symposium_v1
17 mohit epri-sandia symposium_v1
 
12 dessai epri sandia - pge vvo pilot
12 dessai epri sandia - pge vvo pilot12 dessai epri sandia - pge vvo pilot
12 dessai epri sandia - pge vvo pilot
 
15 michael mc carty pv geographic smoothing effect - epri-sandia symposium - ...
15 michael mc carty pv geographic smoothing effect - epri-sandia symposium - ...15 michael mc carty pv geographic smoothing effect - epri-sandia symposium - ...
15 michael mc carty pv geographic smoothing effect - epri-sandia symposium - ...
 
2014 PV Performance Modeling Workshop: Toward Reliable Module Temperature Mea...
2014 PV Performance Modeling Workshop: Toward Reliable Module Temperature Mea...2014 PV Performance Modeling Workshop: Toward Reliable Module Temperature Mea...
2014 PV Performance Modeling Workshop: Toward Reliable Module Temperature Mea...
 
11 reno sandia_dgi_reno_sand2016-4701 pe
11 reno sandia_dgi_reno_sand2016-4701 pe11 reno sandia_dgi_reno_sand2016-4701 pe
11 reno sandia_dgi_reno_sand2016-4701 pe
 
13 tansy ssa grid int @ epri_sandia 2016
13 tansy ssa grid int @ epri_sandia 201613 tansy ssa grid int @ epri_sandia 2016
13 tansy ssa grid int @ epri_sandia 2016
 
07 adhikari aps spp - epri-sandia pv symp - 05102016
07 adhikari aps spp - epri-sandia pv symp - 0510201607 adhikari aps spp - epri-sandia pv symp - 05102016
07 adhikari aps spp - epri-sandia pv symp - 05102016
 
02 smith epri_smith_hosting_capacity
02 smith epri_smith_hosting_capacity02 smith epri_smith_hosting_capacity
02 smith epri_smith_hosting_capacity
 
Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...Design and implementation of active power filter for harmonic elimination and...
Design and implementation of active power filter for harmonic elimination and...
 
Utility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controllerUtility current compensation by PV-APF system using fuzzy logic controller
Utility current compensation by PV-APF system using fuzzy logic controller
 
Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic AlgorithmOptimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
Optimal Capacitor Placement for IEEE 14 bus system using Genetic Algorithm
 
Maximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systemsMaximum power point tracking system for photovoltaic systems
Maximum power point tracking system for photovoltaic systems
 
01 russel pv-symposium_pge-tom_russell__10-may-2016
01 russel pv-symposium_pge-tom_russell__10-may-201601 russel pv-symposium_pge-tom_russell__10-may-2016
01 russel pv-symposium_pge-tom_russell__10-may-2016
 
Analyses and monitoring of 132 k v grid using etap software
Analyses and monitoring of 132 k v grid using etap softwareAnalyses and monitoring of 132 k v grid using etap software
Analyses and monitoring of 132 k v grid using etap software
 

Destacado

PhD Defence_yoy_Print
PhD Defence_yoy_PrintPhD Defence_yoy_Print
PhD Defence_yoy_PrintYongheng Yang
 
Day-Ahead LMP Forecasting with AURORAxmp
Day-Ahead LMP Forecasting with AURORAxmpDay-Ahead LMP Forecasting with AURORAxmp
Day-Ahead LMP Forecasting with AURORAxmpEPIS Inc
 
Nodal Insights for Generation Owners and Modeling with AURORAxmp
Nodal Insights for Generation Owners and Modeling with AURORAxmpNodal Insights for Generation Owners and Modeling with AURORAxmp
Nodal Insights for Generation Owners and Modeling with AURORAxmpEPIS Inc
 
Grid 20/20 Public Policy and Wholesale Energy Markets
Grid 20/20 Public Policy and Wholesale Energy Markets Grid 20/20 Public Policy and Wholesale Energy Markets
Grid 20/20 Public Policy and Wholesale Energy Markets Daymark Energy Advisors
 
3Gender and Energy Resource Management Projects
3Gender and Energy Resource Management Projects3Gender and Energy Resource Management Projects
3Gender and Energy Resource Management ProjectsNancy Drost
 
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)open-e
 
Power quality unit i ANNA UNIVERSITY SYALLABUS
Power quality unit i ANNA UNIVERSITY SYALLABUSPower quality unit i ANNA UNIVERSITY SYALLABUS
Power quality unit i ANNA UNIVERSITY SYALLABUSMOHANASUNDARAM ANTHONY
 

Destacado (20)

2014 PV Performance Modeling Workshop: Results from Flash Testing at Multiple...
2014 PV Performance Modeling Workshop: Results from Flash Testing at Multiple...2014 PV Performance Modeling Workshop: Results from Flash Testing at Multiple...
2014 PV Performance Modeling Workshop: Results from Flash Testing at Multiple...
 
PhD Defence_yoy_Print
PhD Defence_yoy_PrintPhD Defence_yoy_Print
PhD Defence_yoy_Print
 
2014 PV Performance Modeling Workshop: Optimizing PV Designs with HelioScope:...
2014 PV Performance Modeling Workshop: Optimizing PV Designs with HelioScope:...2014 PV Performance Modeling Workshop: Optimizing PV Designs with HelioScope:...
2014 PV Performance Modeling Workshop: Optimizing PV Designs with HelioScope:...
 
2014 PV Distribution System Modeling Workshop: Interconnection Standards in C...
2014 PV Distribution System Modeling Workshop: Interconnection Standards in C...2014 PV Distribution System Modeling Workshop: Interconnection Standards in C...
2014 PV Distribution System Modeling Workshop: Interconnection Standards in C...
 
2014 PV Reliability, Operations & Maintenance Workshop: Unlocking Opportuniti...
2014 PV Reliability, Operations & Maintenance Workshop: Unlocking Opportuniti...2014 PV Reliability, Operations & Maintenance Workshop: Unlocking Opportuniti...
2014 PV Reliability, Operations & Maintenance Workshop: Unlocking Opportuniti...
 
2014 PV Reliability, Operations & Maintenance Workshop: O&M with SCADA, AlsoE...
2014 PV Reliability, Operations & Maintenance Workshop: O&M with SCADA, AlsoE...2014 PV Reliability, Operations & Maintenance Workshop: O&M with SCADA, AlsoE...
2014 PV Reliability, Operations & Maintenance Workshop: O&M with SCADA, AlsoE...
 
Day-Ahead LMP Forecasting with AURORAxmp
Day-Ahead LMP Forecasting with AURORAxmpDay-Ahead LMP Forecasting with AURORAxmp
Day-Ahead LMP Forecasting with AURORAxmp
 
Nodal Insights for Generation Owners and Modeling with AURORAxmp
Nodal Insights for Generation Owners and Modeling with AURORAxmpNodal Insights for Generation Owners and Modeling with AURORAxmp
Nodal Insights for Generation Owners and Modeling with AURORAxmp
 
Grid 20/20 Public Policy and Wholesale Energy Markets
Grid 20/20 Public Policy and Wholesale Energy Markets Grid 20/20 Public Policy and Wholesale Energy Markets
Grid 20/20 Public Policy and Wholesale Energy Markets
 
2014 PV Distribution System Modeling Workshop: CA Rule 21 Update: Tom Bialek,...
2014 PV Distribution System Modeling Workshop: CA Rule 21 Update: Tom Bialek,...2014 PV Distribution System Modeling Workshop: CA Rule 21 Update: Tom Bialek,...
2014 PV Distribution System Modeling Workshop: CA Rule 21 Update: Tom Bialek,...
 
5.1_Empowering Clean Energy_Nasle_EPRI/SNL Microgrid
5.1_Empowering Clean Energy_Nasle_EPRI/SNL Microgrid5.1_Empowering Clean Energy_Nasle_EPRI/SNL Microgrid
5.1_Empowering Clean Energy_Nasle_EPRI/SNL Microgrid
 
2014 PV Distribution System Modeling Workshop: Capabilities of Advanced Inver...
2014 PV Distribution System Modeling Workshop: Capabilities of Advanced Inver...2014 PV Distribution System Modeling Workshop: Capabilities of Advanced Inver...
2014 PV Distribution System Modeling Workshop: Capabilities of Advanced Inver...
 
3Gender and Energy Resource Management Projects
3Gender and Energy Resource Management Projects3Gender and Energy Resource Management Projects
3Gender and Energy Resource Management Projects
 
2014 PV Distribution System Modeling Workshop: Modeling as a Community with M...
2014 PV Distribution System Modeling Workshop: Modeling as a Community with M...2014 PV Distribution System Modeling Workshop: Modeling as a Community with M...
2014 PV Distribution System Modeling Workshop: Modeling as a Community with M...
 
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
 
Dishant ppt
Dishant pptDishant ppt
Dishant ppt
 
2014 PV Distribution System Modeling Workshop: Modeling Effective Grounding f...
2014 PV Distribution System Modeling Workshop: Modeling Effective Grounding f...2014 PV Distribution System Modeling Workshop: Modeling Effective Grounding f...
2014 PV Distribution System Modeling Workshop: Modeling Effective Grounding f...
 
4.2_Microgrid Design Toolkit_Eddy_EPRI/SNL Microgrid
4.2_Microgrid Design Toolkit_Eddy_EPRI/SNL Microgrid4.2_Microgrid Design Toolkit_Eddy_EPRI/SNL Microgrid
4.2_Microgrid Design Toolkit_Eddy_EPRI/SNL Microgrid
 
4.4_Micro Grid Design_Bello_EPRI/SNL Microgrid
4.4_Micro Grid Design_Bello_EPRI/SNL Microgrid4.4_Micro Grid Design_Bello_EPRI/SNL Microgrid
4.4_Micro Grid Design_Bello_EPRI/SNL Microgrid
 
Power quality unit i ANNA UNIVERSITY SYALLABUS
Power quality unit i ANNA UNIVERSITY SYALLABUSPower quality unit i ANNA UNIVERSITY SYALLABUS
Power quality unit i ANNA UNIVERSITY SYALLABUS
 

Similar a 2014 PV Distribution System Modeling Workshop: Data and Models for High Penetration Using Advanced Inverters: Roger Dugan, EPRI

Multilevel Inverter for Grid-Connected PV System Employing Digital PI Contro...
Multilevel Inverter for Grid-Connected PV System Employing  Digital PI Contro...Multilevel Inverter for Grid-Connected PV System Employing  Digital PI Contro...
Multilevel Inverter for Grid-Connected PV System Employing Digital PI Contro...IJMER
 
Power Angle Control Scheme for Integration of UPQC In Grid Connected PV System
Power Angle Control Scheme for Integration of UPQC In Grid Connected PV SystemPower Angle Control Scheme for Integration of UPQC In Grid Connected PV System
Power Angle Control Scheme for Integration of UPQC In Grid Connected PV SystemIRJET Journal
 
Power Quality Improvement in a Grid connected pv system
Power Quality Improvement in a Grid connected pv systemPower Quality Improvement in a Grid connected pv system
Power Quality Improvement in a Grid connected pv systemVijayMuni2
 
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic SystemsAn Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic SystemsIJPEDS-IAES
 
A Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed GenerationA Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed Generationseema appa
 
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsCascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsIOSR Journals
 
Photovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery StoragePhotovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery StorageIRJET Journal
 
Solar Presentation.pptx
Solar Presentation.pptxSolar Presentation.pptx
Solar Presentation.pptxSteve Martinez
 
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayComparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayIRJET Journal
 
2013 IEEE Eee m.tech 2013 titles with abstracts
2013 IEEE Eee m.tech 2013 titles with abstracts2013 IEEE Eee m.tech 2013 titles with abstracts
2013 IEEE Eee m.tech 2013 titles with abstractsVision Solutions
 

Similar a 2014 PV Distribution System Modeling Workshop: Data and Models for High Penetration Using Advanced Inverters: Roger Dugan, EPRI (20)

Multilevel Inverter for Grid-Connected PV System Employing Digital PI Contro...
Multilevel Inverter for Grid-Connected PV System Employing  Digital PI Contro...Multilevel Inverter for Grid-Connected PV System Employing  Digital PI Contro...
Multilevel Inverter for Grid-Connected PV System Employing Digital PI Contro...
 
40620130101002
4062013010100240620130101002
40620130101002
 
J41027175
J41027175J41027175
J41027175
 
Power Angle Control Scheme for Integration of UPQC In Grid Connected PV System
Power Angle Control Scheme for Integration of UPQC In Grid Connected PV SystemPower Angle Control Scheme for Integration of UPQC In Grid Connected PV System
Power Angle Control Scheme for Integration of UPQC In Grid Connected PV System
 
Mppt
MpptMppt
Mppt
 
2014 PV Distribution System Modeling Workshop: Increasing Hosting Capacity wi...
2014 PV Distribution System Modeling Workshop: Increasing Hosting Capacity wi...2014 PV Distribution System Modeling Workshop: Increasing Hosting Capacity wi...
2014 PV Distribution System Modeling Workshop: Increasing Hosting Capacity wi...
 
A0411030109
A0411030109A0411030109
A0411030109
 
Power Quality Improvement in a Grid connected pv system
Power Quality Improvement in a Grid connected pv systemPower Quality Improvement in a Grid connected pv system
Power Quality Improvement in a Grid connected pv system
 
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic SystemsAn Experimental Study of P&O MPPT Control for Photovoltaic Systems
An Experimental Study of P&O MPPT Control for Photovoltaic Systems
 
Controller design for PV experimental bench with ADRC strategy supervised by ...
Controller design for PV experimental bench with ADRC strategy supervised by ...Controller design for PV experimental bench with ADRC strategy supervised by ...
Controller design for PV experimental bench with ADRC strategy supervised by ...
 
176 shiv kumar
176 shiv kumar176 shiv kumar
176 shiv kumar
 
A Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed GenerationA Novel Approach for Power Quality Improvement in Distributed Generation
A Novel Approach for Power Quality Improvement in Distributed Generation
 
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of ControlsCascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
Cascaded Multilevel Inverter Based Active Power Filters: A Survey of Controls
 
Photovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery StoragePhotovoltaic Generator with Battery Storage
Photovoltaic Generator with Battery Storage
 
Solar Presentation.pptx
Solar Presentation.pptxSolar Presentation.pptx
Solar Presentation.pptx
 
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayComparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
 
Matrix based AC-DC converter
Matrix based AC-DC converterMatrix based AC-DC converter
Matrix based AC-DC converter
 
R050801280132
R050801280132R050801280132
R050801280132
 
2013 IEEE Eee m.tech 2013 titles with abstracts
2013 IEEE Eee m.tech 2013 titles with abstracts2013 IEEE Eee m.tech 2013 titles with abstracts
2013 IEEE Eee m.tech 2013 titles with abstracts
 
Cmp0200 ieee
Cmp0200 ieeeCmp0200 ieee
Cmp0200 ieee
 

Más de Sandia National Laboratories: Energy & Climate: Renewables

Más de Sandia National Laboratories: Energy & Climate: Renewables (20)

M4 sf 18sn010303061 8th us german 020918 lac reduced sand2018-1339r
M4 sf 18sn010303061 8th us german 020918 lac reduced sand2018-1339rM4 sf 18sn010303061 8th us german 020918 lac reduced sand2018-1339r
M4 sf 18sn010303061 8th us german 020918 lac reduced sand2018-1339r
 
Sand2018 0581 o metadata for presentations 011918 lac
Sand2018 0581 o metadata for presentations 011918 lacSand2018 0581 o metadata for presentations 011918 lac
Sand2018 0581 o metadata for presentations 011918 lac
 
11 Testing Shear Strength and Deformation along Discontinuities in Salt
11 Testing Shear Strength and Deformation along Discontinuities in Salt11 Testing Shear Strength and Deformation along Discontinuities in Salt
11 Testing Shear Strength and Deformation along Discontinuities in Salt
 
10 Current status of research in the Joint Project WEIMOS
10 Current status of research in the Joint Project WEIMOS10 Current status of research in the Joint Project WEIMOS
10 Current status of research in the Joint Project WEIMOS
 
26 Current research on deep borehole disposal of nuclear spent fuel and high-...
26 Current research on deep borehole disposal of nuclear spent fuel and high-...26 Current research on deep borehole disposal of nuclear spent fuel and high-...
26 Current research on deep borehole disposal of nuclear spent fuel and high-...
 
25 Basin-Scale Density-Dependent Groundwater Flow Near a Salt Repository
25 Basin-Scale Density-Dependent  Groundwater Flow Near a Salt Repository25 Basin-Scale Density-Dependent  Groundwater Flow Near a Salt Repository
25 Basin-Scale Density-Dependent Groundwater Flow Near a Salt Repository
 
24 Actinide and brine chemistry in salt repositories: Updates from ABC Salt (V)
24 Actinide and brine chemistry in salt repositories: Updates from ABC Salt (V)24 Actinide and brine chemistry in salt repositories: Updates from ABC Salt (V)
24 Actinide and brine chemistry in salt repositories: Updates from ABC Salt (V)
 
23 Sandia’s Salt Design Concept for High Level Waste and Defense Spent Nuclea...
23 Sandia’s Salt Design Concept for High Level Waste and Defense Spent Nuclea...23 Sandia’s Salt Design Concept for High Level Waste and Defense Spent Nuclea...
23 Sandia’s Salt Design Concept for High Level Waste and Defense Spent Nuclea...
 
22 WIPP Future Advancements and Operational Safety
22 WIPP Future Advancements and Operational Safety22 WIPP Future Advancements and Operational Safety
22 WIPP Future Advancements and Operational Safety
 
21 WIPP recovery and Operational Safety
21 WIPP recovery and Operational Safety21 WIPP recovery and Operational Safety
21 WIPP recovery and Operational Safety
 
20 EPA Review of DOE’s 2014 Compliance Recertification Application for WIPP
20 EPA Review of DOE’s 2014 Compliance Recertification Application for WIPP20 EPA Review of DOE’s 2014 Compliance Recertification Application for WIPP
20 EPA Review of DOE’s 2014 Compliance Recertification Application for WIPP
 
19 Repository designs in bedded salt, the KOSINA-Project
19 Repository designs in bedded salt, the KOSINA-Project19 Repository designs in bedded salt, the KOSINA-Project
19 Repository designs in bedded salt, the KOSINA-Project
 
18 Interaction between Operational Safety and Long-Term Safety (Project BASEL)
18 Interaction between Operational Safety and Long-Term Safety (Project BASEL)18 Interaction between Operational Safety and Long-Term Safety (Project BASEL)
18 Interaction between Operational Safety and Long-Term Safety (Project BASEL)
 
17 Salt Reconsolidation
17 Salt Reconsolidation17 Salt Reconsolidation
17 Salt Reconsolidation
 
16 Reconsolidation of granular salt (DAEF report)
16 Reconsolidation of granular salt (DAEF report)16 Reconsolidation of granular salt (DAEF report)
16 Reconsolidation of granular salt (DAEF report)
 
15 Outcome of the Repoperm Project
15 Outcome of the Repoperm Project15 Outcome of the Repoperm Project
15 Outcome of the Repoperm Project
 
14 Radiological Consequences Analysis for a HLW Repository in Bedded Salt in ...
14 Radiological Consequences Analysis for a HLW Repository in Bedded Salt in ...14 Radiological Consequences Analysis for a HLW Repository in Bedded Salt in ...
14 Radiological Consequences Analysis for a HLW Repository in Bedded Salt in ...
 
13 "New results of the KOSINA project - Generic geological models / Integrity...
13 "New results of the KOSINA project - Generic geological models / Integrity...13 "New results of the KOSINA project - Generic geological models / Integrity...
13 "New results of the KOSINA project - Generic geological models / Integrity...
 
12 Salt testing: Low deviatoric stress data
12 Salt testing: Low deviatoric stress data12 Salt testing: Low deviatoric stress data
12 Salt testing: Low deviatoric stress data
 
09 Invited Lecture: Salt Creep at Low Deviatoric Stress
09 Invited Lecture: Salt Creep at Low Deviatoric Stress09 Invited Lecture: Salt Creep at Low Deviatoric Stress
09 Invited Lecture: Salt Creep at Low Deviatoric Stress
 

Último

call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...
High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...
High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...Christina Parmionova
 
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
history of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptxhistory of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptxhellokittymaearciaga
 
Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...ResolutionFoundation
 
call girls in Model Town DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Model Town  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Model Town  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Model Town DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...narwatsonia7
 
Madurai Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Madurai Call Girls 7001305949 WhatsApp Number 24x7 Best ServicesMadurai Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Madurai Call Girls 7001305949 WhatsApp Number 24x7 Best Servicesnajka9823
 
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls ServiceCall Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Servicenarwatsonia7
 
IFA system in MES and diffucultiess.pptx
IFA system in MES and diffucultiess.pptxIFA system in MES and diffucultiess.pptx
IFA system in MES and diffucultiess.pptxSauravAnand68
 
Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...Christina Parmionova
 
Disciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdf
Disciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdfDisciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdf
Disciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdfDeLeon9
 
No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...
No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...
No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...narwatsonia7
 
2024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 262024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 26JSchaus & Associates
 
call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
Call Girls Near Surya International Hotel New Delhi 9873777170
Call Girls Near Surya International Hotel New Delhi 9873777170Call Girls Near Surya International Hotel New Delhi 9873777170
Call Girls Near Surya International Hotel New Delhi 9873777170Sonam Pathan
 
Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...yalehistoricalreview
 

Último (20)

call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Laxmi Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in sector 22 Gurgaon  🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in sector 22 Gurgaon 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...
High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...
High-Level Thematic Event on Tourism - SUSTAINABILITY WEEK 2024- United Natio...
 
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Narela DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
history of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptxhistory of 1935 philippine constitution.pptx
history of 1935 philippine constitution.pptx
 
Hot Sexy call girls in Palam Vihar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Palam Vihar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Palam Vihar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Palam Vihar🔝 9953056974 🔝 escort Service
 
Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...Powering Britain: Can we decarbonise electricity without disadvantaging poore...
Powering Britain: Can we decarbonise electricity without disadvantaging poore...
 
call girls in Model Town DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Model Town  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Model Town  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Model Town DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
High Class Call Girls Bangalore Komal 7001305949 Independent Escort Service B...
 
Madurai Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Madurai Call Girls 7001305949 WhatsApp Number 24x7 Best ServicesMadurai Call Girls 7001305949 WhatsApp Number 24x7 Best Services
Madurai Call Girls 7001305949 WhatsApp Number 24x7 Best Services
 
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls ServiceCall Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
Call Girls Service AECS Layout Just Call 7001305949 Enjoy College Girls Service
 
IFA system in MES and diffucultiess.pptx
IFA system in MES and diffucultiess.pptxIFA system in MES and diffucultiess.pptx
IFA system in MES and diffucultiess.pptx
 
Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...Enhancing Indigenous Peoples' right to self-determination in the context of t...
Enhancing Indigenous Peoples' right to self-determination in the context of t...
 
Disciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdf
Disciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdfDisciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdf
Disciplines-and-Ideas-in-the-Applied-Social-Sciences-DLP-.pdf
 
No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...
No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...
No.1 Call Girls in Basavanagudi ! 7001305949 ₹2999 Only and Free Hotel Delive...
 
2024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 262024: The FAR, Federal Acquisition Regulations - Part 26
2024: The FAR, Federal Acquisition Regulations - Part 26
 
call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Kirti Nagar DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vasant Kunj DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
Call Girls Near Surya International Hotel New Delhi 9873777170
Call Girls Near Surya International Hotel New Delhi 9873777170Call Girls Near Surya International Hotel New Delhi 9873777170
Call Girls Near Surya International Hotel New Delhi 9873777170
 
Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...Jewish Efforts to Influence American Immigration Policy in the Years Before t...
Jewish Efforts to Influence American Immigration Policy in the Years Before t...
 

2014 PV Distribution System Modeling Workshop: Data and Models for High Penetration Using Advanced Inverters: Roger Dugan, EPRI

  • 1. Roger C. Dugan Sr. Technical Executive Sandia-NREL-EPRI PV Distribution System Modeling Workshop May 6, 2014 Santa Clara, CA Data and Models for High-Penetration PV Using Advanced Inverters
  • 2. 2© 2014 Electric Power Research Institute, Inc. All rights reserved. Objective • Data and modeling requirements for advanced, or smart, inverter functions will be illustrated using the modeling requirements for the EPRI OpenDSS program
  • 3. 3© 2014 Electric Power Research Institute, Inc. All rights reserved. The OpenDSS PVSystem Model With Smart Inverter Control Can Demonstrate Benefits
  • 4. 4© 2014 Electric Power Research Institute, Inc. All rights reserved. The basic volt-var control function can be described by four P, Q points This control is effective where the voltage level will respond to vars – where the system impedance is Inductive
  • 5. 5© 2014 Electric Power Research Institute, Inc. All rights reserved. Adding hysteresis to the volt-var curve is sometimes beneficial in controlling voltage Implementations of this model may require more points simply implement shifting logic to a base curve
  • 6. 6© 2014 Electric Power Research Institute, Inc. All rights reserved. Modeling the advanced inverter is demonstrated with an OpenDSS example based on this circuit
  • 7. 7© 2014 Electric Power Research Institute, Inc. All rights reserved. An actual 10-min PV system Active Power measurement will be used for the example New "LoadShape. PV_ls" npts=600 sinterval=1.0 mult=(File=“Solar-600s.csv") OpenDSS Script for Defining This as a “Loadshape”: File containing 600 pts
  • 8. 8© 2014 Electric Power Research Institute, Inc. All rights reserved. This OpenDSS script snippet defines the four PV systems New PVSystem.3P_ExistingSite4 phases=3 bus1=B51854_sec kV=0.4157 kVA=523 ~ irradiance=1 Pmpp=475 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls New PVSystem.3P_ExistingSite1 phases=3 bus1=X_5865228330A kV=0.4157 kVA=314 ~ irradiance=1 Pmpp=285 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls New PVSystem.3P_ExistingSite3 phases=3 bus1=X_5891328219_Cust1 kV=0.4157 ~ kVA=836 irradiance=1 Pmpp=760 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls New PVSystem.3P_ExistingSite2 phases=3 bus1=B4832_sec kV=0.4157 kVA=209 ~ irradiance=1 Pmpp=190 pf=1 %cutin=0.1 %cutout=0.1 yearly=PV_ls •Bus Name (Bus1) •Voltage rating (kV) •kVA rating (kVA) •Base irradiance (kW/m2) •Power at MPP (Pmpp) •Base power factor (pf) •Cut in/cut out percentage values •Irradiance Loadshape for OpenDSS solution mode (yearly in this case to get desired monitoring) •Inverter Efficiency curve (optional) •Pmpp vs Temperature curve (optional) Data for PVSystem Model
  • 9. 9© 2014 Electric Power Research Institute, Inc. All rights reserved. The base-line simulation reveals voltage and power excursions Note: Unity PF assumed for base-line
  • 10. 10© 2014 Electric Power Research Institute, Inc. All rights reserved. Implementation of a simple volt-var control requires definition of a curve and an InvControl New XYCurve.vv_curve npts=4 Yarray=(1.0,1.0,-1.0,-1.0) XArray=(0.5,0.95,1.05,1.5) New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=rated ~ vvc_curve1=vv_curve EventLog=yes Volt-Var Control Curve Definition Inverter Control Definition pu Voltagepu Rated Vars
  • 11. 11© 2014 Electric Power Research Institute, Inc. All rights reserved. Results with simple volt-var control show the voltage is reduced about 2% to less than 105%
  • 12. 12© 2014 Electric Power Research Institute, Inc. All rights reserved. Modeling hysteresis is accomplished by adding an offset to the voltage (x axis) New XYCurve.vv_curve npts=4 Yarray=(1.0,1.0,-1.0,-1.0) XArray=(0.5125,0.9625,1.0625,1.5125) New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=rated ~ vvc_curve1=vv_curve hysteresis_offset=-0.025 EventLog=yes
  • 13. 13© 2014 Electric Power Research Institute, Inc. All rights reserved. The reactive power output level is constant when power flow between curves
  • 14. 14© 2014 Electric Power Research Institute, Inc. All rights reserved. The solutions on the VV curves with hysteresis indicate the inverter drawing vars to reduce V
  • 15. 15© 2014 Electric Power Research Institute, Inc. All rights reserved. Volt-Var control with adaptive set point attempts to follow the voltage more closely over time New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=avg avgwindowlen=2m ~ vvc_curve1=vv_curve EventLog=yes
  • 16. 16© 2014 Electric Power Research Institute, Inc. All rights reserved. Adding a 5-s time constant on the rate of change significantly smooths the var response New InvControl.InvPVCtrl mode=VOLTVAR voltage_curvex_ref=rated ~ vvc_curve1=vv_curve RateofChangeMode=LPF LPFTau=5 EventLog=yes
  • 17. Data Requirements for Other Control Functions
  • 18. 18© 2014 Electric Power Research Institute, Inc. All rights reserved. The Volt-Watt Function suppresses active power output for high voltages New XYCurve.examplevoltwattcurve npts=4 Yarray=(1.0,1.0,0.0,0.0) XArray=(0.0,1.0,1.1,2.0) New InvControl.InvPVCtrl mode=VOLTWATT voltage_curvex_ref=rated ~ voltwatt_curve=examplevoltwattcurve EventLog=yes Optional DATA: Rolling average window length Units for Y axis Rate-of-change mode: INACTIVE | LPF | RISEFALL Low-Pass Filter time constant for rate of change of output power RiseFall Limit (pu/s or kW/s)
  • 19. 19© 2014 Electric Power Research Institute, Inc. All rights reserved. The Dynamic Reactive Current function provides reactive current in response to dynamic variations in voltage New InvControl.InvTestPVCtrl mode=DYNAMICREACCURR DbVMin=0.975 DbVMax=1.025 ~ ArGraLowV=10.0 ArGraHiV=10.0 DynReacavgwindowlen=120s EventLog=yes Optional DATA: Var change tolerance; default is 0.025 pu of available vars
  • 20. 20© 2014 Electric Power Research Institute, Inc. All rights reserved. The Dynamic Reactive Current control can help reduce voltage sags and swells during transient events
  • 21. 21© 2014 Electric Power Research Institute, Inc. All rights reserved. Fixed Power Factor control is a simple function that reduces voltage swings and high voltages New PVSystem.3P_ExistingSite4 phases=3 bus1=B51854_sec kV=0.4157 kVA=523 ~ irradiance=1 Pmpp=475 pf=-0.98 %cutin=0.1 %cutout=0.1 yearly=PV_ls
  • 22. 22© 2014 Electric Power Research Institute, Inc. All rights reserved. This example of the Max Generation Limit function limits PV system output to 70% or Pmpp New PVSystem.3P_ExistingSite4 phases=3 bus1=B51854_sec kV=0.415692194 kVA=523 ~ irradiance=1 Pmpp=475 kvar=0.00 pctPmpp=70.0 %cutin=0.1 %cutout=0.1 ~ yearly=PV_ls
  • 23. 23© 2014 Electric Power Research Institute, Inc. All rights reserved. This example demonstrating OpenDSS scripting for switching from V-W control to V-V control New XYCurve.myvw_curve npts=4 ~ Yarray=(1.0,1.0,0.0,0.0) ~ XArray=(0.5,1.0,1.05,1.5) New InvControl.InvTestPVCtrl mode=VOLTWATT ~ voltage_curvex_ref=rated ~ voltwatt_curve=myvw_curve EventLog=yes set casename= voltwatt300_voltvar300 solve mode=yearly number=300 stepsize=1s New XYCurve.myvv_curve npts=4 ~ Yarray=(1.0,1.0,-1.0,-1.0) ~ XArray=(0.5,0.95,1.05,1.5) InvControl.INVPVCTRL.mode=VOLTVAR InvControl.INVPVCTRL.voltage_curvex_ref=rated InvControl.INVPVCTRL.vvc_curve1=myvv_curve Solve number=300
  • 24. 24© 2014 Electric Power Research Institute, Inc. All rights reserved. “Loadshape” data, typically in 1-s intervals, is key to many advanced inverter simulations
  • 25. 25© 2014 Electric Power Research Institute, Inc. All rights reserved. Questions?