Transmission System Planning Considering Solar Distributed Generation Penetration
Transmission System Planning Considering Solar Distributed Generation Penetration
Transmission System Planning Considering Solar Distributed Generation Penetration
Abstract In recent years, power systems have been watching commissioning date to attend a pre fixed objective (investment
important advancements related with Plug-in-Electrical cost, operational cost, GHG emissions, reliability, etc.).
Vehicles (PEVs), Demand Side Management (DSM), Distributed
Generation (DG), Microgrid and Smart Grid installations that The TEP problem has non-linear and non-convex nature
directly affect distribution networks while impacting indirectly which leads to a huge computational effort. In order to
on Transmission studies. These changes will lead to an extra overcome this burden, relaxed models are often used as static
flexibility on the transmission-distribution boundary and to a approaches or formulations based on the DC power flow.
significant modification of the load patterns, that are an Although their solutions are considered reasonable in the
essential input to planning studies. In this scope, this paper literature, these models dont incorporate a holistic view over
describes a multiyear Transmission Expansion Planning (TEP) the entire planning problem, the reactive power, the branch
solved by Evolutionary Particle Swarm Optimization (EPSO) losses and the voltage limits on the bars are often disregarded,
and incorporating the impact of solar DG penetration. The and so its computational effort is lighter. It is then clear that
primary substation load profiles and the solar generation these models dont represent the real world problem so that
profiles are taken into account on the planning problem. The less realistic solutions can be obtained. In alternative, the
numerical simulations were conducted using the IEEE 24 bus original problem should be considered eventually using
reliability test system in which the planning horizon is 3 years bioinspired metaheuristics to solve it (instead of traditional
and the load growth is 2.5 % per year. If demand and solar DG mathematical optimization techniques). This kind of tools are
peaks are coincident, then the liquid demand seen by the
able to give optimal or suboptimal solutions taking advantage
transmission network gets reduced enabling a reduction of
investment costs. In the tested cases, these peaks were not
of patterns recognized in the nature as behaviors of fireflies,
coincident so that the optimal expansion plan remains bats, ants and swarms for instance.
unchanged even though the injected power from DG is large. In order to solve the TEP problem, and apart from other
This stresses the fact that solar DG may not on an isolated way considerations regarding the evolution over time of other input
contribute to alleviate the demand seen by transmission variables (generation, equipments, etc.), we usually consider a
networks but should be associated with storage devices or scenario for the system demand for each year of the planning
demand side management programs.
horizon. For each of these years and for the transmission
Index Terms Multiyear Transmission Expansion Planning,
assets available in that year an optimal power flow analysis
AC Optimal Power Flow, Solar DG, Evolutionary PSO. should be done in order to check if the system operates
properly, i.e., if there is no congestion on the lines, if Power
I. INTRODUCTION Not Supplied (PNS) is zero and if the voltage profile is
adequate. These demand scenarios can then be addressed
The purpose of a TEP problem is to determine how a using probabilistic or deterministic approaches or considering
transmission system should evolve over time in the most uncertainties representing vague information provided by the
economical way according to the planner's main drivers planner for instance under the form of fuzzy concepts.
which, in the case, can correspond to the load growth, the Regarding deterministic approaches, it is typically considered
connection of new generation sources or new demand centers, the forecasted annual peak demand as the demand scenario
the equipment aging, the improvement of competition between that the system must supply in a secure and reliable way.
generation companies, changes in export/import patterns
between neighbor systems and variations in the supply The advent of changes namely in distribution networks
reliability requirements of customers [1]. Therefore, using a related with the increasing presence of DG, the development
pre-defined list of candidate equipments (transmission lines, of micro and smart grids and the increasing number of PEVs
cables, transformers, etc.) that can be inserted on the grid, the must also be incorporated in long-term expansion planning
TEP problem aims at identifying the ones to be built and their methodologies in view of their impact on the network
depending on regional incentive policies. In this paper, we
Figure 1. Illustration of the impact of PV generation of the demand profile along one day.
III. TEP MATHEMATICAL FORMULATION of the horizon. Furthermore, the formulation includes
The mathematical formulation adopted in this paper for the physical constraints related with the branches and generator
TEP problem takes into account the investment cost ( Cinv , p ) capacity limits, financial limitations related with the capital
available in each year or along the entire planning horizon
and a penalization term ( ) for Power Not Supplied (PNS). and quality of supply constraints associated to reliability
This means that one possible expansion plan is characterized indices. According to these ideas, the associated TEP
by the investment cost associated to the insertion of new problem can be formulated by (1) to (4).
equipments on the grid on specific years and by the expected
np
PNS in each year of the horizon when the annual peak load is
applied on the system. A solution is considered feasible when
Minimize
p =1
p .C inv , p + .PNS (1)
it is able to ensure a safe operation of the system over the
Subject to:
planning horizon, that is, it displays zero PNS in every year
Physical Constraints (2) IV. EPSO ALGORITHM
Financial Constraints (3) EPSO is a powerful tool that combines concepts of
Quality of service Constraints (4) evolutionary computation and multi agent population taking
advantage of the standard blocks that are typical in Genetic
In this formulation p is the present-worth value coefficient
Algorithm and in Particle Swarm Optimization. This tool is
given by (5), d is the discount rate and p is the index able to combine the best features of these two groups of
associated to each period in the planning horizon. techniques and therefore has excellent performance in solving
complex problems such as the one addressed in this paper.
1
p = (5)
(1 + d ) p This algorithm is based on the evolution of a set of
particles, each of them representing solutions for the problem.
Although the AC power flow (AC-OPF) requires a larger Along the evolution process the particles evolve according to
computational burden, this is the most adequate model to deal a fitness function and continue to improve in each iteration
with TEP problems because it considers the reactive power, until the process reaches a pre-established stopping criterium,
the losses and the bus voltage limits. Therefore, we used an and the best solution of the last population is provided to the
AC-OPF based model in order to compute the PNS when the user. Fig. 2 details the main blocks of the EPSO algorithm that
system supplies the annual peak demand for each planning will also be described in the next paragraphs.
year and incorporating the new equipments included in the
expansion plan. Given the fact that the AC-OPF problem has
to be solved a large number of times, associated to the years in
the planning horizon and with the trial expansion plans to test,
we used the MATPOWER tool [6] to assist the solution of the
mentioned AC-OPF problem.
The AC-OPF used in this paper is formulated by (6) to (14):
For a given trial expansion plan being tested, this problem is
solved for each year in the planning horizon considering in
each year the new equipments that are included in that
solution until the year under analysis.
Min PNS (6)
subject to P(V , , n) PG + PD = 0 (7)
Q(V , , n) QG + QD = 0 (8)
PG min PG PG max (9) Figure 2. Main blocks of the EPSO Algorithm.
QG min QG QG max (10) The initial population is created randomly and the
Vmin V Vmax (11) developed approach uses a Tabu List to prevent repeating the
o o
same particle in the population, that is, to increase the
( N + N ) S from ( N + N ) S max (12) diversity of the particles in the initial population. In the
o o replication block each population is cloned r times in order to
( N + N ) S to ( N + N ) S max (13)
create new populations that will be mutated in the next block.
0 n nmax (14) In the mutation block the weights and the best particle found
In this formulation, the objective function (6) corresponds until now (gbest) for all the populations are mutated using (15)
to the minimization of PNS, PG and QG are the active and and (16) in which the symbol * denotes the mutation operator.
reactive power generation, PD and QD are the active and This process increases the diversity of the individuals under
analysis.
reactive power demand, V is the voltage magnitude, Sij from and
*
o 1
to are the apparent flows in branch ij, N and N are wijit +1 = 0,5 + rand () (15)
Sij *
1 + exp( wijit )
diagonal matrixes containing the inserted equipments and the
base topology equipments. * *
(16)
gbest = gbest + round (2. wiit4+1 1)
The solution having the lowest value for Eq. (1) is Therefore, new populations (offsprings) are created in the
considered the optimal solution and will be analyzed
recombination block based on the PSO movement rule.
considering issues as the operation costs, reliability, losses and
environmental impact. According to (17) the position of a particle i in iteration it+1 is
the result of its position in iteration it plus the velocity vector
given by (18). This procedure is repeated for all particles in profile and these values can be assessed in [9] taking into
the cloned populations. account the Monday of the 2nd week for the Winter, the
Saturday of the 13th week for the Spring, the Friday of the
xiit +1 = xiit + viit +1 (17) 24th week for the Summer and the Sunday of the 41st week
* * * for Autumn. The methodology discussed in this paper is
viit +1 = w
it +1
i1
it +1
.viit + w
i2 .( pbesti xiit ) + w it +1
i3 .( gbest xiit ).P (18) illustrated in Fig. 3.
The initial peak demand is 5700 MW and the total penetration of 0%, 10%, 15% and 20%) the annual peak
generation capacity is 10215 MW. Regarding the CO2 demand is the same which means that the optimal expansion
emissions, we use data from [11]. The load growth was set at plan identified by the EPSO algorithm remains unchanged.
2,5% per year and the discount rate was set at 5% per year, the This plan was obtained running 112 iterations in 42 minutes.
number of particles in each population of the EPSO algorithm The evolution of the solution is shown in Fig. 6 below and for
was set at 50, the planning horizon is 3 years and the PNS each analyzed case Table I provides the values of the indices
penalization cost was set at 109 $/MW. The EPSO algorithm used to analyze the obtained expansion plan considering the
stops after running 50 iterations with the same best solution. DG penetrations that were tested.
The simulations were run in MATLAB with an Intel i7,
The best solution found by EPSO algorithm corresponds to
3.4GHz, 8 GB RAM.
the installation of:
As the annual peak load for this system occurs after 6 pm,
- Year 1 - a transformer between bus 3 and 24, one
the solar distributed generation has no impact in decreasing it
138 kV cable connecting bus 6 to 10, one 138 kV
since no associated storage devices are being considered.
line connecting buses 7 to 8;
Additionally, the optimization process takes into account only
the minimization of the investment cost for new equipments - Year 2 - one 138 kV line connecting buses 1 to 5 in
on the grid while ensuring that the annual peak demand is the second year.
supplied. Therefore, for the considered cases (solar DG
These equipments allow the system to gain flexibility
enough to accommodate the demand in Period 3 so that no new equipment is required in this period.
Table 1: Comparison of the results for the 4 DG penetration scenarios.