Validation 12 - Global Reserves

In [1]:
%matplotlib inline
In [2]:
import psst
In [3]:
from psst.case import read_matpower
from psst.network import create_network
import pandas as pd

Validation of case 1

In [4]:
case = read_matpower('./cases/case7.m')
In [5]:
case.load = pd.read_csv('./cases/case7.csv', index_col=0)
In [6]:
case.reserve_factor = 0.2
In [7]:
network = create_network(case, prog='neato')
network.draw()
../../_images/notebooks_validation_Validation12-GlobalReserves_8_0.png
In [8]:
case
Out[8]:
<psst.case.PSSTCase(name=casematpower, Generators=2, Buses=2, Branches=1)>
In [9]:
case.bus
Out[9]:
TYPE PD QD GS BS AREA VM VA BASEKV ZONE VMAX VMIN
Bus1 3 0 131.47 0 0 1 1 0 230 1 1.1 0.9
Bus2 2 100 0.00 0 0 1 1 0 230 1 1.1 0.9
In [10]:
case.branch
Out[10]:
F_BUS T_BUS BR_R BR_X BR_B RATE_A RATE_B RATE_C TAP SHIFT BR_STATUS ANGMIN ANGMAX
0 Bus1 Bus2 0.00281 0.0281 0.00712 800 800 800 0 0 1 -360 360
In [11]:
case.gen.loc['GenCo1', 'RAMP_10'] = 50
case.gen.loc['GenCo1', 'STARTUP_RAMP'] = 25
In [12]:
case.gen
Out[12]:
GEN_BUS PG QG QMAX QMIN VG MBASE GEN_STATUS PMAX PMIN PC1 PC2 QC1MIN QC1MAX QC2MIN QC2MAX RAMP_AGC RAMP_10 RAMP_30 RAMP_Q APF STARTUP_RAMP SHUTDOWN_RAMP MINIMUM_UP_TIME MINIMUM_DOWN_TIME
GenCo0 Bus1 200 0 30 -30 1 100 1 200 0 0 0 0 0 0 0 0 200 0 0 0 200 200 0 0
GenCo1 Bus2 500 0 30 -30 1 100 1 500 0 0 0 0 0 0 0 0 50 0 0 0 25 500 0 0
In [13]:
case.gencost.loc['GenCo1', 'STARTUP'] = 0
case.gencost.loc['GenCo1', 'SHUTDOWN'] = 0
In [14]:
case.gencost
Out[14]:
MODEL STARTUP SHUTDOWN NCOST COST_1 COST_0
GenCo0 1 0 0 2 10 0
GenCo1 1 0 0 2 14 2000
In [15]:
import matplotlib.pyplot as plt
In [16]:
fig, axs = plt.subplots(1, 1, figsize=(8, 5))
ax = axs
case.load['Bus2'].plot.bar(ax=ax)
ax.set_ylim(0, 500);
../../_images/notebooks_validation_Validation12-GlobalReserves_17_0.png
In [17]:
from psst.model import build_model
In [18]:
model = build_model(case)
In [19]:
model
Out[19]:
<psst.model.PSSTModel(status=None)>
In [20]:
model.solve(solver='cbc', verbose=True)
Welcome to the CBC MILP Solver
Version: 2.9.6
Build Date: May 27 2016

command line - /usr/local/bin/cbc -mipgap 0.01 -printingOptions all -import /var/folders/wk/lcf0vgd90bx0vq1873tn04knk_djr3/T/tmpMOte8o.pyomo.lp -import -stat=1 -solve -solu /var/folders/wk/lcf0vgd90bx0vq1873tn04knk_djr3/T/tmpMOte8o.pyomo.soln (default strategy 1)
No match for mipgap - ? for list of commands
No match for 0.01 - ? for list of commands
Option for printingOptions changed from normal to all
Current default (if $ as parameter) for import is /var/folders/wk/lcf0vgd90bx0vq1873tn04knk_djr3/T/tmpMOte8o.pyomo.lp
Presolve 261 (-638) rows, 336 (-417) columns and 900 (-1411) elements
Statistics for presolved model
Original problem has 48 integers (48 of which binary)
Presolved problem has 24 integers (24 of which binary)
==== 120 zero objective 4 different
120 variables have objective of 0
48 variables have objective of 1
24 variables have objective of 2000
144 variables have objective of 1e+06
==== absolute objective values 4 different
120 variables have objective of 0
48 variables have objective of 1
24 variables have objective of 2000
144 variables have objective of 1e+06
==== for integers 0 zero objective 1 different
24 variables have objective of 2000
==== for integers absolute objective values 1 different
24 variables have objective of 2000
===== end objective counts


Problem has 261 rows, 336 columns (216 with objective) and 900 elements
There are 192 singletons with objective
Column breakdown:
240 of type 0.0->inf, 48 of type 0.0->up, 0 of type lo->inf,
24 of type lo->up, 0 of type free, 0 of type fixed,
0 of type -inf->0.0, 0 of type -inf->up, 24 of type 0.0->1.0
Row breakdown:
24 of type E 0.0, 0 of type E 1.0, 0 of type E -1.0,
48 of type E other, 0 of type G 0.0, 0 of type G 1.0,
0 of type G other, 72 of type L 0.0, 0 of type L 1.0,
117 of type L other, 0 of type Range 0.0->1.0, 0 of type Range other,
0 of type Free
Continuous objective value is 46060 - 0.00 seconds
Cgl0003I 0 fixed, 0 tightened bounds, 31 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 2 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0003I 0 fixed, 0 tightened bounds, 1 strengthened rows, 0 substitutions
Cgl0004I processed model has 238 rows, 336 columns (24 integer (24 of which binary)) and 830 elements
Cbc0038I Initial state - 6 integers unsatisfied sum - 1.32
Cbc0038I Pass   1: suminf.    0.00000 (0) obj. 3.35055e+08 iterations 18
Cbc0038I Solution found of 3.35055e+08
Cbc0038I Relaxing continuous gives 3.35055e+08
Cbc0038I Before mini branch and bound, 18 integers at bound fixed and 193 continuous
Cbc0038I Full problem 238 rows 336 columns, reduced to 39 rows 34 columns
Cbc0038I Mini branch and bound improved solution from 3.35055e+08 to 2.25064e+08 (0.05 seconds)
Cbc0038I Round again with cutoff of 2.02563e+08
Cbc0038I Pass   2: suminf.    0.17666 (1) obj. 2.02563e+08 iterations 4
Cbc0038I Pass   3: suminf.    0.00000 (0) obj. 2.02563e+08 iterations 7
Cbc0038I Solution found of 2.02563e+08
Cbc0038I Relaxing continuous gives 1.25059e+08
Cbc0038I Before mini branch and bound, 18 integers at bound fixed and 190 continuous
Cbc0038I Full problem 238 rows 336 columns, reduced to 51 rows 44 columns
Cbc0038I Mini branch and bound improved solution from 1.25059e+08 to 5.50651e+07 (0.06 seconds)
Cbc0038I Round again with cutoff of 4.40637e+07
Cbc0038I Pass   4: suminf.    0.48199 (4) obj. 4.40637e+07 iterations 5
Cbc0038I Pass   5: suminf.    0.00000 (0) obj. 4.40637e+07 iterations 7
Cbc0038I Solution found of 4.40637e+07
Cbc0038I Relaxing continuous gives 5.0656e+06
Cbc0038I Before mini branch and bound, 18 integers at bound fixed and 191 continuous
Cbc0038I Full problem 238 rows 336 columns, reduced to 49 rows 41 columns
Cbc0038I Mini branch and bound improved solution from 5.0656e+06 to 67700 (0.08 seconds)
Cbc0038I Round again with cutoff of 64886
Cbc0038I Pass   6: suminf.    0.61774 (11) obj. 64886 iterations 8
Cbc0038I Pass   7: suminf.    1.01022 (4) obj. 64886 iterations 49
Cbc0038I Pass   8: suminf.    0.22931 (9) obj. 64886 iterations 9
Cbc0038I Pass   9: suminf.    0.99877 (6) obj. 64886 iterations 22
Cbc0038I Pass  10: suminf.    0.43298 (6) obj. 64886 iterations 7
Cbc0038I Pass  11: suminf.    1.01022 (4) obj. 64886 iterations 18
Cbc0038I Pass  12: suminf.    0.76948 (6) obj. 64886 iterations 10
Cbc0038I Pass  13: suminf.    0.47797 (8) obj. 64886 iterations 3
Cbc0038I Pass  14: suminf.    0.85200 (4) obj. 64886 iterations 32
Cbc0038I Pass  15: suminf.    0.74597 (6) obj. 64886 iterations 4
Cbc0038I Pass  16: suminf.    0.39906 (5) obj. 64886 iterations 8
Cbc0038I Pass  17: suminf.    0.29303 (8) obj. 64886 iterations 3
Cbc0038I Pass  18: suminf.    1.26753 (6) obj. 64886 iterations 32
Cbc0038I Pass  19: suminf.    0.89610 (6) obj. 64886 iterations 3
Cbc0038I Pass  20: suminf.    0.37900 (4) obj. 64886 iterations 17
Cbc0038I Pass  21: suminf.    0.67557 (3) obj. 64886 iterations 8
Cbc0038I Pass  22: suminf.    0.22263 (5) obj. 64886 iterations 4
Cbc0038I Pass  23: suminf.    0.22263 (5) obj. 64886 iterations 0
Cbc0038I Pass  24: suminf.    0.86753 (5) obj. 64886 iterations 18
Cbc0038I Pass  25: suminf.    0.16952 (3) obj. 64886 iterations 17
Cbc0038I Pass  26: suminf.    1.00570 (4) obj. 64886 iterations 13
Cbc0038I Pass  27: suminf.    0.22931 (9) obj. 64886 iterations 9
Cbc0038I Pass  28: suminf.    0.99877 (6) obj. 64886 iterations 22
Cbc0038I Pass  29: suminf.    0.43298 (6) obj. 64886 iterations 7
Cbc0038I Pass  30: suminf.    1.01022 (4) obj. 64886 iterations 18
Cbc0038I Pass  31: suminf.    0.80329 (9) obj. 64886 iterations 11
Cbc0038I Pass  32: suminf.    0.65856 (7) obj. 64886 iterations 3
Cbc0038I Pass  33: suminf.    0.85200 (4) obj. 64886 iterations 24
Cbc0038I Pass  34: suminf.    0.74597 (6) obj. 64886 iterations 4
Cbc0038I Pass  35: suminf.    0.39906 (5) obj. 64886 iterations 8
Cbc0038I No solution found this major pass
Cbc0038I Before mini branch and bound, 11 integers at bound fixed and 180 continuous
Cbc0038I Mini branch and bound did not improve solution (0.11 seconds)
Cbc0038I After 0.11 seconds - Feasibility pump exiting with objective of 67700 - took 0.07 seconds
Cbc0012I Integer solution of 67700 found by feasibility pump after 0 iterations and 0 nodes (0.11 seconds)
Cbc0038I Full problem 238 rows 336 columns, reduced to 174 rows 279 columns - 1 fixed gives 174, 278 - still too large
Cbc0031I 5 added rows had average density of 5.8
Cbc0013I At root node, 27 cuts changed objective from 58320 to 67700 in 4 passes
Cbc0014I Cut generator 0 (Probing) - 23 row cuts average 2.8 elements, 7 column cuts (7 active)  in 0.001 seconds - new frequency is 1
Cbc0014I Cut generator 1 (Gomory) - 10 row cuts average 15.4 elements, 0 column cuts (0 active)  in 0.001 seconds - new frequency is 1
Cbc0014I Cut generator 2 (Knapsack) - 0 row cuts average 0.0 elements, 0 column cuts (0 active)  in 0.002 seconds - new frequency is -100
Cbc0014I Cut generator 3 (Clique) - 0 row cuts average 0.0 elements, 0 column cuts (0 active)  in 0.000 seconds - new frequency is -100
Cbc0014I Cut generator 4 (MixedIntegerRounding2) - 2 row cuts average 8.0 elements, 0 column cuts (0 active)  in 0.000 seconds - new frequency is 1
Cbc0014I Cut generator 5 (FlowCover) - 0 row cuts average 0.0 elements, 0 column cuts (0 active)  in 0.002 seconds - new frequency is -100
Cbc0014I Cut generator 6 (TwoMirCuts) - 11 row cuts average 11.6 elements, 0 column cuts (0 active)  in 0.002 seconds - new frequency is 1
Cbc0001I Search completed - best objective 67700, took 47 iterations and 0 nodes (0.13 seconds)
Cbc0035I Maximum depth 0, 8 variables fixed on reduced cost
Cuts at root node changed objective from 58320 to 67700
Probing was tried 4 times and created 30 cuts of which 0 were active after adding rounds of cuts (0.001 seconds)
Gomory was tried 4 times and created 10 cuts of which 0 were active after adding rounds of cuts (0.001 seconds)
Knapsack was tried 4 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.002 seconds)
Clique was tried 4 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
MixedIntegerRounding2 was tried 4 times and created 2 cuts of which 0 were active after adding rounds of cuts (0.000 seconds)
FlowCover was tried 4 times and created 0 cuts of which 0 were active after adding rounds of cuts (0.002 seconds)
TwoMirCuts was tried 4 times and created 11 cuts of which 0 were active after adding rounds of cuts (0.002 seconds)

Result - Optimal solution found

Objective value:                67700.00000000
Enumerated nodes:               0
Total iterations:               47
Time (CPU seconds):             0.15
Time (Wallclock seconds):       0.16

Total time (CPU seconds):       0.17   (Wallclock seconds):       0.20

Input data

In [21]:
import pandas as pd
In [22]:
pd.DataFrame(case.gen['PMAX'])
Out[22]:
PMAX
GenCo0 200
GenCo1 500
In [23]:
case.load
Out[23]:
Bus1 Bus2
0 0.0 100.0
1 0.0 100.0
2 0.0 100.0
3 0.0 120.0
4 0.0 120.0
5 0.0 120.0
6 0.0 150.0
7 0.0 150.0
8 0.0 150.0
9 0.0 200.0
10 0.0 200.0
11 0.0 200.0
12 0.0 300.0
13 0.0 400.0
14 0.0 300.0
15 0.0 200.0
16 0.0 200.0
17 0.0 200.0
18 0.0 150.0
19 0.0 150.0
20 0.0 150.0
21 0.0 150.0
22 0.0 100.0
23 0.0 100.0

Model Results

In [24]:
model.results.unit_commitment
Out[24]:
GenCo0 GenCo1
0 1 0
1 1 0
2 1 0
3 1 0
4 1 0
5 1 0
6 1 0
7 1 1
8 1 1
9 1 1
10 1 1
11 1 1
12 1 1
13 1 1
14 1 1
15 1 1
16 1 1
17 1 1
18 1 0
19 1 0
20 1 0
21 1 0
22 1 0
23 1 0
In [25]:
model.results.power_generated
Out[25]:
GenCo0 GenCo1
0 100 0
1 100 0
2 100 0
3 120 0
4 120 0
5 120 0
6 150 0
7 150 0
8 120 30
9 120 80
10 70 130
11 20 180
12 70 230
13 200 200
14 150 150
15 100 100
16 150 50
17 200 0
18 150 0
19 150 0
20 150 0
21 150 0
22 100 0
23 100 0
In [26]:
model.results.commitment_cost
Out[26]:
0
In [27]:
model.results.production_cost
Out[27]:
45700
In [28]:
model.results.noload_cost
Out[28]:
22000.0
In [29]:
model.results.line_power
Out[29]:
0
0 100
1 100
2 100
3 120
4 120
5 120
6 150
7 150
8 120
9 120
10 70
11 20
12 70
13 200
14 150
15 100
16 150
17 200
18 150
19 150
20 150
21 150
22 100
23 100
In [30]:
from psst.plot import line_power, stacked_power_generation
In [31]:
ax = stacked_power_generation(model.results, legend=True)

(model.results.power_generated.sum(axis=1) + model.results.regulating_reserve_up_available.sum(axis=1)).plot(ax=ax)
Out[31]:
<matplotlib.axes._subplots.AxesSubplot at 0x10fc75450>
../../_images/notebooks_validation_Validation12-GlobalReserves_34_1.png