SlideShare a Scribd company logo
1 of 7
Download to read offline
Enhancing the Electric Grid
Reliability through Data
Analytics
Mrinalini Sharma
7/23/2017
GTx Introduction to Analytics Modeling 2017
Abstract
The Midwest Independent Transmission System Operator (MISO) was the nation’s first
approved Regional Transmission Organization (RTO) to create an operations solution that
would enhance the electric production and distribution system by integrating the region’s
utilities into one system. This paper attempts to propose a solution similar to the one
implemented by MISO in 2009 for the day-ahead market using basics of data analytics and
modeling. The real-time market is outside the scope of this paper. The models proposed
will need to be trained, tested and validated on actual data and adjusted to reflect the
actual daily operations of the electric grid system.
Keywords
Data Analysis, Clustering, Linear Regression, Auto Regressive Integrated Moving Average
(ARIMA), Optimization, Reliability, Energy Efficiency, Operations Research
Background
For many years, electric utilities had a localized focus in serving their customers.
Utilities served electric demand in their service territory with their own power plants and
transmission lines. This led to each utility maximizing its power plant and transmission line
usage at the expense of the larger electric system. In addition, the utilities had to hold
enough capacity so as to manage their operational risk. Therefore, the utilities were
optimizing their assets to serve the territory’s demand while carrying extra investment to
manage the risk.
In the 1990s, the Federal Energy Regulatory Commission (FERC) pushed to reduce
the individual utilities’ market power and encouraged the formation of RTOs that could
ensure that power travels to where it is needed at the lowest possible cost with the highest
level of reliability, considering the physical constraints of the electricity system.
Regulations were passed to allow open access to the transmission system that further
supported the broad wholesale power competition.
GTx Introduction to Analytics Modeling 2017
MISO used Operations Research (O.R.) methods to design and launch the energy and
ancillary services market in 2009. It is a commodities market that facilitates real-time and
day-ahead trade transactions in energy and ancillary services. The O.R. products allowed
MISO to improve reliability and to increase efficiencies in the utilization of power plants
and the transmission grid assets while also reducing the need for future assets.
The utilities participating in MISO hold the physical control of the power plant and
the transmission lines. Functionally, however, these are controlled by MISO which sends
dispatch signals to the utilities to tell them how much power to produce and when to
produce. MISO manages the real-time balancing of energy demand and supply by
coordinating supply offers and demand bids received via a process called market clearing.
Supply Offers reflect the production capabilities and the cost to produce of each power
plant. Demand Bids reflect the projected consumption quantities and the willingness to pay
price of each demand center. MISO determines which supply offers and demand bids are
accepted and at what price to ensure that power gets delivered to where it is needed at the
lowest cost while ensuring the highest level of reliability. Reliability is heavily stressed here
to ensure that the transmission lines don’t get overloaded and no equipment is damaged.1
Research Question
How can, the market clearing process, be optimized to ensure that the power gets delivered
to where it is needed at the lowest possible cost, while ensuring highest reliability?
Proposed Solution
The solution is divided into three parts:
1. Identification of the power plants that are scheduled to be running the following day
2. Determination of the projected consumption quantities as well as the On-Peak and
Off-Peak demand for each demand center on the following day.
3. Sequencing the available power plants to ensure that the power is delivered at the
lowest possible cost while maintaining the reliability.
Solution Format: Given {data}, use {model} to {result}
The model will need be refreshed and re-run every day for the day-ahead projections.
1
Brian Carlson, Yonghong Chen, Mingguo Hong. (2012) MISO Unlocks Billions in Savings Through the
Application of Operations Research for Energy and Ancillary Services Markets
GTx Introduction to Analytics Modeling 2017
PART 1
Identification of the power plants that are scheduled to be running the following day
Given: ‘On’ and ‘Off’ commitment data from each power plant
If a certain power plant, say Pi, will be ‘On’ at least partly during the following day, then
Pi = 1, else 0
Use: Clustering
To: Identify clusters of power plants that will be ‘On’ during the following day
PART 2
Determine the projected consumption quantities as well as the On-Peak and Off-Peak
demand for each demand center for the following day
Approach 1
Given: Previous energy use and demand data from each demand center
a. Daily energy use data
b. On-Peak Demand data (15 min or 5 min interval)
c. Off-Peak Demand data (15 min or 5 min interval)
Use: ARIMA (Auto-regressive Integrated Moving Average)
To: Predict the energy consumption quantity and the On-Peak as well as Off-Peak demand
of each demand center based on the historical energy use and demand data.
Approach 2
Given:
a. Weather data (Dry bulb and Wet bulb Temperature data)
b. Production data for industrial facilities
c. Operation data, like hours of use, for commercial and residential facilities
Use: Multivariate Linear Regression
To: Predict the energy consumption for each demand center
Verify the results of ARIMA against those from the Linear Regression and make changes to
the models accordingly. Take the more conservative energy consumption amount
predicted from the two models to protect against any operational risk.
GTx Introduction to Analytics Modeling 2017
PART 3
Determine the sequencing amongst the available power plants to ensure that the power is
delivered at the lowest possible cost while maintaining the reliability.
Given:
1. Supply Offers from each power plant - the amount of energy each power plant can
supply and the cost at which it can supply during On-Peak as well as Off-Peak hours
2. Projected energy consumption amounts from each demand center during On-Peak
and Off-Peak hours
3. Physical constraints of the transmission lines (for example, power must be supplied
at 60 Hz)
Use: Optimization
To: Minimize the cost of power delivery while ensuring that the transmission lines are not
overburdened.
Optimization Function
Variables:
Xip = Amount that Power Plant i can provide during peak hours p
Xio = Amount that Power Plant i can provide during the off peak hours o
Yip = Cost at which Xip can be provided
Yio = Cost at which Xio can be provided
Dip = Energy Demand from Demand Center i during peak hours p
Dio = Energy Demand from Demand Center i during off-peak hours o
Constrains:
∑Xip = ∑Dip
∑Xio =∑ Dio
Xi >= 0 (for both peak and off-peak hours)
Di >= 0 (for both peak and off-peak hours)
While the constraints for the optimization problem will include the physical constraints of
the transmission grid assets, I am not completely equipped to translate those into
mathematical equations.
GTx Introduction to Analytics Modeling 2017
Objective Function:
Min ∑Yip
Min ∑Yio
The objective function is going to ensure that first the more-efficient power plants are
brought online in order to minimize the associated cost. This will lead to the minimization
of not only financial costs but also environmental and other societal costs.
An underlying assumption of this optimization algorithm is that transmission charges for
power delivery are fixed and/or insignificant and are not affected by the distance that
energy has to travel to reach the end use customer. If, however, this is not the case,
constraints can be added to the optimization model to minimize the total cost of production
and distribution.
Conclusion
This paper presents a combination of analytical models that can be applied to the supply
and demand data of the electric industry to create an optimal solution with the least
societal costs and high reliability. The models described in this paper are purely from a
conceptual stand point and will need to be tested to reflect the actual daily operations.
Enhancing the Electric Grid Reliability through Data Analytics

More Related Content

What's hot

Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...
Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...
Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...Power System Operation
 
IEEE Grid computing Title and Abstract 2016
IEEE Grid computing Title and Abstract 2016 IEEE Grid computing Title and Abstract 2016
IEEE Grid computing Title and Abstract 2016 tsysglobalsolutions
 
IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...
IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...
IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...IRJET Journal
 
Inclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizingInclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizingIAEME Publication
 
An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...IJECEIAES
 
Computer control of power system.
Computer control of power system.Computer control of power system.
Computer control of power system.Kausik Bhaumik
 
roy_emmerich-eurec_dissertation-summary_paper-final
roy_emmerich-eurec_dissertation-summary_paper-finalroy_emmerich-eurec_dissertation-summary_paper-final
roy_emmerich-eurec_dissertation-summary_paper-finalRoy Emmerich
 
Tariff Setting In the Indian Power Sector-An Overview
Tariff Setting In the Indian Power Sector-An OverviewTariff Setting In the Indian Power Sector-An Overview
Tariff Setting In the Indian Power Sector-An OverviewIOSR Journals
 
Off Grid Electrification
Off Grid ElectrificationOff Grid Electrification
Off Grid ElectrificationDilip Krishnan
 
IRJET- An Energy Conservation Scheme based on Tariff Moderation
IRJET- An Energy Conservation Scheme based on Tariff ModerationIRJET- An Energy Conservation Scheme based on Tariff Moderation
IRJET- An Energy Conservation Scheme based on Tariff ModerationIRJET Journal
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET Journal
 
life cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power systemlife cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power systemINFOGAIN PUBLICATION
 
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...journalBEEI
 
IRJET- A Review on Designing of 100KV Grid Power using Hybrid Parameters
IRJET-  	  A Review on Designing of 100KV Grid Power using Hybrid ParametersIRJET-  	  A Review on Designing of 100KV Grid Power using Hybrid Parameters
IRJET- A Review on Designing of 100KV Grid Power using Hybrid ParametersIRJET Journal
 
Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.
Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.
Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.ARC research group
 
White Paper, Ericsson, TCO2
White Paper, Ericsson, TCO2White Paper, Ericsson, TCO2
White Paper, Ericsson, TCO2Jesper Sjogren
 
A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...IJERD Editor
 

What's hot (20)

Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...
Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...
Economic Impacts of Behind the Meter Distributed Energy Resources on Transmis...
 
IEEE Grid computing Title and Abstract 2016
IEEE Grid computing Title and Abstract 2016 IEEE Grid computing Title and Abstract 2016
IEEE Grid computing Title and Abstract 2016
 
IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...
IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...
IRJET- Demand Response Optimization using Genetic Algorithm and Particle Swar...
 
D010242934
D010242934D010242934
D010242934
 
Inclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizingInclusion of environmental constraints into siting and sizing
Inclusion of environmental constraints into siting and sizing
 
An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...An integrated OPF dispatching model with wind power and demand response for d...
An integrated OPF dispatching model with wind power and demand response for d...
 
Computer control of power system.
Computer control of power system.Computer control of power system.
Computer control of power system.
 
[IJET-V1I4P9] Author :Su Hlaing Win
[IJET-V1I4P9] Author :Su Hlaing Win[IJET-V1I4P9] Author :Su Hlaing Win
[IJET-V1I4P9] Author :Su Hlaing Win
 
roy_emmerich-eurec_dissertation-summary_paper-final
roy_emmerich-eurec_dissertation-summary_paper-finalroy_emmerich-eurec_dissertation-summary_paper-final
roy_emmerich-eurec_dissertation-summary_paper-final
 
Tariff Setting In the Indian Power Sector-An Overview
Tariff Setting In the Indian Power Sector-An OverviewTariff Setting In the Indian Power Sector-An Overview
Tariff Setting In the Indian Power Sector-An Overview
 
Off Grid Electrification
Off Grid ElectrificationOff Grid Electrification
Off Grid Electrification
 
IRJET- An Energy Conservation Scheme based on Tariff Moderation
IRJET- An Energy Conservation Scheme based on Tariff ModerationIRJET- An Energy Conservation Scheme based on Tariff Moderation
IRJET- An Energy Conservation Scheme based on Tariff Moderation
 
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
IRJET- Optimal Power Flow Solution of Transmission Line Network of Electric p...
 
Solution for optimal power flow problem in wind energy system using hybrid mu...
Solution for optimal power flow problem in wind energy system using hybrid mu...Solution for optimal power flow problem in wind energy system using hybrid mu...
Solution for optimal power flow problem in wind energy system using hybrid mu...
 
life cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power systemlife cycle cost analysis of a solar energy based hybrid power system
life cycle cost analysis of a solar energy based hybrid power system
 
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
 
IRJET- A Review on Designing of 100KV Grid Power using Hybrid Parameters
IRJET-  	  A Review on Designing of 100KV Grid Power using Hybrid ParametersIRJET-  	  A Review on Designing of 100KV Grid Power using Hybrid Parameters
IRJET- A Review on Designing of 100KV Grid Power using Hybrid Parameters
 
Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.
Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.
Maria Marques, FCT/UNL & UNINOVA-CTS, Lisbon, Portugal.
 
White Paper, Ericsson, TCO2
White Paper, Ericsson, TCO2White Paper, Ericsson, TCO2
White Paper, Ericsson, TCO2
 
A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...A Generalized Multistage Economic Planning Model for Distribution System Cont...
A Generalized Multistage Economic Planning Model for Distribution System Cont...
 

Similar to Enhancing the Electric Grid Reliability through Data Analytics

Real Time Pricing Simulator for Smart Grids
Real Time Pricing Simulator for Smart GridsReal Time Pricing Simulator for Smart Grids
Real Time Pricing Simulator for Smart GridsSwantika Dhundia
 
IRJET- Survey of Micro Grid Cost Reduction Techniques
IRJET-  	  Survey of Micro Grid Cost Reduction TechniquesIRJET-  	  Survey of Micro Grid Cost Reduction Techniques
IRJET- Survey of Micro Grid Cost Reduction TechniquesIRJET Journal
 
A hybrid approach for ipfc location and parameters optimization for congestio...
A hybrid approach for ipfc location and parameters optimization for congestio...A hybrid approach for ipfc location and parameters optimization for congestio...
A hybrid approach for ipfc location and parameters optimization for congestio...eSAT Journals
 
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET Journal
 
Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...
Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...
Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...IRJET Journal
 
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_ReleaseWhite_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_ReleaseADITYA KUMAR
 
Economical and Reliable Expansion Alternative of Composite Power System under...
Economical and Reliable Expansion Alternative of Composite Power System under...Economical and Reliable Expansion Alternative of Composite Power System under...
Economical and Reliable Expansion Alternative of Composite Power System under...IJECEIAES
 
Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1
Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1
Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1Sebnem Rusitschka
 
IREC part 02
IREC part 02IREC part 02
IREC part 02RCREEE
 
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...IJECEIAES
 
SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...
SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...
SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...farzikaam26
 
Congestion Management Approaches in Deregulated Electricity Market: A Compreh...
Congestion Management Approaches in Deregulated Electricity Market: A Compreh...Congestion Management Approaches in Deregulated Electricity Market: A Compreh...
Congestion Management Approaches in Deregulated Electricity Market: A Compreh...Dr. Sudhir Kumar Srivastava
 
IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...
IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...
IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...IRJET Journal
 
IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...
IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...
IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...IRJET Journal
 
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsTwo-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsIRJET Journal
 
Optimal Siting of Distributed Generators in a Distribution Network using Arti...
Optimal Siting of Distributed Generators in a Distribution Network using Arti...Optimal Siting of Distributed Generators in a Distribution Network using Arti...
Optimal Siting of Distributed Generators in a Distribution Network using Arti...IJECEIAES
 

Similar to Enhancing the Electric Grid Reliability through Data Analytics (20)

Real Time Pricing Simulator for Smart Grids
Real Time Pricing Simulator for Smart GridsReal Time Pricing Simulator for Smart Grids
Real Time Pricing Simulator for Smart Grids
 
IRJET- Survey of Micro Grid Cost Reduction Techniques
IRJET-  	  Survey of Micro Grid Cost Reduction TechniquesIRJET-  	  Survey of Micro Grid Cost Reduction Techniques
IRJET- Survey of Micro Grid Cost Reduction Techniques
 
A hybrid approach for ipfc location and parameters optimization for congestio...
A hybrid approach for ipfc location and parameters optimization for congestio...A hybrid approach for ipfc location and parameters optimization for congestio...
A hybrid approach for ipfc location and parameters optimization for congestio...
 
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic TariffIRJET- Smart and Efficient Load Control System using Dynamic Tariff
IRJET- Smart and Efficient Load Control System using Dynamic Tariff
 
1013
10131013
1013
 
Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...
Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...
Energy Management System in Smart Microgrid Using Multi Objective Grey Wolf O...
 
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_ReleaseWhite_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
White_Paper_Green_BTS_NEC_MAIN_PAPER_150115_Release
 
Economical and Reliable Expansion Alternative of Composite Power System under...
Economical and Reliable Expansion Alternative of Composite Power System under...Economical and Reliable Expansion Alternative of Composite Power System under...
Economical and Reliable Expansion Alternative of Composite Power System under...
 
Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1
Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1
Rusitschka_SmartDataInElectrificationValueChain_BIG2014_V1
 
IREC part 02
IREC part 02IREC part 02
IREC part 02
 
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
Reliability Constrained Unit Commitment Considering the Effect of DG and DR P...
 
SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...
SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...
SmartHomeEnergyManagementSystemforMonitoringandSchedulingofHomeAppliancesUsin...
 
Congestion Management Approaches in Deregulated Electricity Market: A Compreh...
Congestion Management Approaches in Deregulated Electricity Market: A Compreh...Congestion Management Approaches in Deregulated Electricity Market: A Compreh...
Congestion Management Approaches in Deregulated Electricity Market: A Compreh...
 
40220140502001
4022014050200140220140502001
40220140502001
 
SCE smart grid development, Paul De Martini, SCE
SCE smart grid development, Paul De Martini,  SCESCE smart grid development, Paul De Martini,  SCE
SCE smart grid development, Paul De Martini, SCE
 
IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...
IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...
IRJET- Automatic Demand Response Controller with Load Shifting Algorithm usin...
 
IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...
IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...
IRJET- Transmission Line Congestion Management using Hybrid Fish-Bee Algorith...
 
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network MethodsTwo-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
Two-way Load Flow Analysis using Newton-Raphson and Neural Network Methods
 
GREDOR
GREDORGREDOR
GREDOR
 
Optimal Siting of Distributed Generators in a Distribution Network using Arti...
Optimal Siting of Distributed Generators in a Distribution Network using Arti...Optimal Siting of Distributed Generators in a Distribution Network using Arti...
Optimal Siting of Distributed Generators in a Distribution Network using Arti...
 

Recently uploaded

EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookmanojkuma9823
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 

Recently uploaded (20)

EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Bookvip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
vip Sarai Rohilla Call Girls 9999965857 Call or WhatsApp Now Book
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 

Enhancing the Electric Grid Reliability through Data Analytics

  • 1. Enhancing the Electric Grid Reliability through Data Analytics Mrinalini Sharma 7/23/2017
  • 2. GTx Introduction to Analytics Modeling 2017 Abstract The Midwest Independent Transmission System Operator (MISO) was the nation’s first approved Regional Transmission Organization (RTO) to create an operations solution that would enhance the electric production and distribution system by integrating the region’s utilities into one system. This paper attempts to propose a solution similar to the one implemented by MISO in 2009 for the day-ahead market using basics of data analytics and modeling. The real-time market is outside the scope of this paper. The models proposed will need to be trained, tested and validated on actual data and adjusted to reflect the actual daily operations of the electric grid system. Keywords Data Analysis, Clustering, Linear Regression, Auto Regressive Integrated Moving Average (ARIMA), Optimization, Reliability, Energy Efficiency, Operations Research Background For many years, electric utilities had a localized focus in serving their customers. Utilities served electric demand in their service territory with their own power plants and transmission lines. This led to each utility maximizing its power plant and transmission line usage at the expense of the larger electric system. In addition, the utilities had to hold enough capacity so as to manage their operational risk. Therefore, the utilities were optimizing their assets to serve the territory’s demand while carrying extra investment to manage the risk. In the 1990s, the Federal Energy Regulatory Commission (FERC) pushed to reduce the individual utilities’ market power and encouraged the formation of RTOs that could ensure that power travels to where it is needed at the lowest possible cost with the highest level of reliability, considering the physical constraints of the electricity system. Regulations were passed to allow open access to the transmission system that further supported the broad wholesale power competition.
  • 3. GTx Introduction to Analytics Modeling 2017 MISO used Operations Research (O.R.) methods to design and launch the energy and ancillary services market in 2009. It is a commodities market that facilitates real-time and day-ahead trade transactions in energy and ancillary services. The O.R. products allowed MISO to improve reliability and to increase efficiencies in the utilization of power plants and the transmission grid assets while also reducing the need for future assets. The utilities participating in MISO hold the physical control of the power plant and the transmission lines. Functionally, however, these are controlled by MISO which sends dispatch signals to the utilities to tell them how much power to produce and when to produce. MISO manages the real-time balancing of energy demand and supply by coordinating supply offers and demand bids received via a process called market clearing. Supply Offers reflect the production capabilities and the cost to produce of each power plant. Demand Bids reflect the projected consumption quantities and the willingness to pay price of each demand center. MISO determines which supply offers and demand bids are accepted and at what price to ensure that power gets delivered to where it is needed at the lowest cost while ensuring the highest level of reliability. Reliability is heavily stressed here to ensure that the transmission lines don’t get overloaded and no equipment is damaged.1 Research Question How can, the market clearing process, be optimized to ensure that the power gets delivered to where it is needed at the lowest possible cost, while ensuring highest reliability? Proposed Solution The solution is divided into three parts: 1. Identification of the power plants that are scheduled to be running the following day 2. Determination of the projected consumption quantities as well as the On-Peak and Off-Peak demand for each demand center on the following day. 3. Sequencing the available power plants to ensure that the power is delivered at the lowest possible cost while maintaining the reliability. Solution Format: Given {data}, use {model} to {result} The model will need be refreshed and re-run every day for the day-ahead projections. 1 Brian Carlson, Yonghong Chen, Mingguo Hong. (2012) MISO Unlocks Billions in Savings Through the Application of Operations Research for Energy and Ancillary Services Markets
  • 4. GTx Introduction to Analytics Modeling 2017 PART 1 Identification of the power plants that are scheduled to be running the following day Given: ‘On’ and ‘Off’ commitment data from each power plant If a certain power plant, say Pi, will be ‘On’ at least partly during the following day, then Pi = 1, else 0 Use: Clustering To: Identify clusters of power plants that will be ‘On’ during the following day PART 2 Determine the projected consumption quantities as well as the On-Peak and Off-Peak demand for each demand center for the following day Approach 1 Given: Previous energy use and demand data from each demand center a. Daily energy use data b. On-Peak Demand data (15 min or 5 min interval) c. Off-Peak Demand data (15 min or 5 min interval) Use: ARIMA (Auto-regressive Integrated Moving Average) To: Predict the energy consumption quantity and the On-Peak as well as Off-Peak demand of each demand center based on the historical energy use and demand data. Approach 2 Given: a. Weather data (Dry bulb and Wet bulb Temperature data) b. Production data for industrial facilities c. Operation data, like hours of use, for commercial and residential facilities Use: Multivariate Linear Regression To: Predict the energy consumption for each demand center Verify the results of ARIMA against those from the Linear Regression and make changes to the models accordingly. Take the more conservative energy consumption amount predicted from the two models to protect against any operational risk.
  • 5. GTx Introduction to Analytics Modeling 2017 PART 3 Determine the sequencing amongst the available power plants to ensure that the power is delivered at the lowest possible cost while maintaining the reliability. Given: 1. Supply Offers from each power plant - the amount of energy each power plant can supply and the cost at which it can supply during On-Peak as well as Off-Peak hours 2. Projected energy consumption amounts from each demand center during On-Peak and Off-Peak hours 3. Physical constraints of the transmission lines (for example, power must be supplied at 60 Hz) Use: Optimization To: Minimize the cost of power delivery while ensuring that the transmission lines are not overburdened. Optimization Function Variables: Xip = Amount that Power Plant i can provide during peak hours p Xio = Amount that Power Plant i can provide during the off peak hours o Yip = Cost at which Xip can be provided Yio = Cost at which Xio can be provided Dip = Energy Demand from Demand Center i during peak hours p Dio = Energy Demand from Demand Center i during off-peak hours o Constrains: ∑Xip = ∑Dip ∑Xio =∑ Dio Xi >= 0 (for both peak and off-peak hours) Di >= 0 (for both peak and off-peak hours) While the constraints for the optimization problem will include the physical constraints of the transmission grid assets, I am not completely equipped to translate those into mathematical equations.
  • 6. GTx Introduction to Analytics Modeling 2017 Objective Function: Min ∑Yip Min ∑Yio The objective function is going to ensure that first the more-efficient power plants are brought online in order to minimize the associated cost. This will lead to the minimization of not only financial costs but also environmental and other societal costs. An underlying assumption of this optimization algorithm is that transmission charges for power delivery are fixed and/or insignificant and are not affected by the distance that energy has to travel to reach the end use customer. If, however, this is not the case, constraints can be added to the optimization model to minimize the total cost of production and distribution. Conclusion This paper presents a combination of analytical models that can be applied to the supply and demand data of the electric industry to create an optimal solution with the least societal costs and high reliability. The models described in this paper are purely from a conceptual stand point and will need to be tested to reflect the actual daily operations.