ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAG
1
%%----- Topo Data -----%%
2
%% system MVA base
3
mpc.baseMVA = 100;
4
5
%% bus data
6
%bus_itypePdQdGsBsareaVmVabaseKVzoneVmaxVmin
7
mpc.bus = [ %% (Pd and Qd are specified in kW & kVAr here, and this value is the original value for reference, and load power is shown below)
8
13000011012.66111;
9
21100600011012.6611.10.9;
10
3190400011012.6611.10.9;
11
41120800011012.6611.10.9;
12
5160300011012.6611.10.9;
13
6160200011012.6611.10.9;
14
712001000011012.6611.10.9;
15
812001000011012.6611.10.9;
16
9160200011012.6611.10.9;
17
10160200011012.6611.10.9;
18
11145300011012.6611.10.9;
19
12160350011012.6611.10.9;
20
13160350011012.6611.10.9;
21
141120800011012.6611.10.9;
22
15160100011012.6611.10.9;
23
16160200011012.6611.10.9;
24
17160200011012.6611.10.9;
25
18290400011012.6611.10.9;
26
19190400011012.6611.10.9;
27
20190400011012.6611.10.9;
28
21190400011012.6611.10.9;
29
22190400011012.6611.10.9;
30
23190500011012.6611.10.9;
31
2414202000011012.6611.10.9;
32
2514202000011012.6611.10.9;
33
26160250011012.6611.10.9;
34
27160250011012.6611.10.9;
35
28160200011012.6611.10.9;
36
291120700011012.6611.10.9;
37
3012006000011012.6611.10.9;
38
311150700011012.6611.10.9;
39
3212101000011012.6611.10.9;
40
33260400011012.6611.10.9;
41
];
42
43
%% generator data(here, status=1 means this gen is a CHP unit, status=2 means this gen is a thermal unit)
44
%busPgQgQmaxQminVgmBasestatusPmaxPminPc1Pc2Qc1minQc1maxQc2minQc2maxramp_agcramp_10ramp_30ramp_qapf
45
mpc.gen = [
46
100100-1001.05100150000000000000;
47
1800100-1001.03100150000000000000;
48
3300100-1001.03100150000000000000;
49
];
50
51
%% branch data
52
%fbustbusrxbrateArateBrateCratioanglestatusangminangmax
53
mpc.branch = [ %% (r and x specified in ohms here)
54
120.09220.0470000001-360360;
55
230.4930.25110000001-360360;
56
340.3660.18640000001-360360;
57
450.38110.19410000001-360360;
58
560.8190.7070000001-360360;
59
670.18720.61880000001-360360;
60
780.71140.23510000001-360360;
61
891.030.740000001-360360;
62
9101.0440.740000001-360360;
63
10110.19660.0650000001-360360;
64
11120.37440.12380000001-360360;
65
12131.4681.1550000001-360360;
66
13140.54160.71290000001-360360;
67
14150.5910.5260000001-360360;
68
15160.74630.5450000001-360360;
69
16171.2891.7210000001-360360;
70
17180.7320.5740000001-360360;
71
2190.1640.15650000001-360360;
72
19201.50421.35540000001-360360;
73
20210.40950.47840000001-360360;
74
21220.70890.93730000001-360360;
75
3230.45120.30830000001-360360;
76
23240.8980.70910000001-360360;
77
24250.8960.70110000001-360360;
78
6260.2030.10340000001-360360;
79
26270.28420.14470000001-360360;
80
27281.0590.93370000001-360360;
81
28290.80420.70060000001-360360;
82
29300.50750.25850000001-360360;
83
30310.97440.9630000001-360360;
84
31320.31050.36190000001-360360;
85
32330.3410.53020000001-360360;
86
218220000000-360360;
87
915220000000-360360;
88
1222220000000-360360;
89
18330.50.50000000-360360;
90
25290.50.50000000-360360;
91
];
92
93
%%----- OPF Data -----%%
94
%% generator cost data (only thermal unit)
95
%1startupshutdownnx1y1...xnyn
96
%2startupshutdownnc(n-1)...c0
97
mpc.gencost = [
98
18000380.1720
99
33000360.1860
100
];