Home > matpower6.0 > most > t > c118swf.m

c118swf

PURPOSE ^

CASE118 Power flow data for IEEE 118 bus test case.

SYNOPSIS ^

function mpc = c118swf

DESCRIPTION ^

CASE118    Power flow data for IEEE 118 bus test case.
   Please see CASEFORMAT for details on the case file format.
   This data was converted from IEEE Common Data Format
   (ieee118cdf.txt) on 20-Sep-2004 by cdf2matp, rev. 1.11
   See end of file for warnings generated during conversion.

   Converted from IEEE CDF file from:
       http://www.ee.washington.edu/research/pstca/
   With baseKV data take from the PSAP format file from the same site,
   added manually on 10-Mar-2006.
 
  08/25/93 UW ARCHIVE           100.0  1961 W IEEE 118 Bus Test Case

 Updates: Sep 15'2010 by CM and CZ. Buses grouped on four areas;
        Branch thermal limits incorporated based on: KV level, same 
        cable, and safe security factor (assuming bundled config on 345KV
        and double circuit on 161 and 138KV lines). 
        Transformer capacity for 9 units also set.
        Split data for parallel lines that initially had aggregated params
        RAMP_AGC,RAMP_10 & RAMP_30 set to 20% of PMAX for each generator
        function change of name to c118
 Aug 13'2012 by CM and DM.
         The 118-bus test system was modified in order to allow the
         loading factor to be considerably increased without compromising
         the feasibility of the system. The procedure followed is
         described here.
 
         First, all the synchronous capacitors were removed from the
         system in order to decrease the size of the model. Those were
         initially 22 generators. Two of them were added again (generators
         at buses 110 and 104) because there are currently hydro
         generators close to the geographic locations where the
         synchronous capacitors were located originally. This overall
         retirement yielded a base case consisting of 34 generators, that
         is the original 54 generators minus 20 synchronous generators
         retired.
 
         Second, the set of relevant contingencies was chosen from all
         possible contingencies. The generator contingencies selected were
         those of generators located at buses 10, 80, and 89. The branch
         contingencies selected were those of branches located between
         buses 17-30, 30-38, and 5-11. Those contingencies showed to have
         important impact over the system when using a dispatch deviation
         criterion. The criterion was applied using both DC and AC
         versions of the OPF.
 
         Third, the loading factor range  was obtained for the set of
         contingencies for both the DC and AC versions of the model. For
         the DC case, all the loading factors of the base case (no
         contingencies) and all the contingencies were above 1.6. For the
         AC case, however, the loading factor of the base case was around
         1.3, and even worse, the loading factor of the worst contingency
         was around 1.1. Since similar loading factor conditions were
         desired for both DC and AC cases, some changes or upgrades were
         required.
 
         In the AC base case there were voltage problems in buses 70
         and 76, and that was causing the system to become infeasible when
         exceeding a loading factor of 1.3. Apparently, there was not
         enough reactive power to be dispatched in that zone since all the
         synchronous capacitors were removed. Hence, two synchronous
         capacitors were added in that particular zone, namely generators
         at buses 76 and 77. Additionally, the reactive power limits of the
         generator at bus 77 were increased from [-20, 70] MVar to [-50,
         330] MVar in order to obtain a loading factor above 1.6 for the
         base case.
 
         Furthermore, in the case under the contingency of the generator at
         bus 10, again with the AC case, the loading factor was the one
         close to 1.1. To improve that factor, the synchronous capacitor
         at bus 6 was added and its reactive power limits increased from
         [-13, 50] MVar to [-50, 250] MVar. With these changes, the
         voltage level deficiencies at bus 6 were solved, at least for
         loading factors up to 1.5. Beyond this loading factor it gets
         more difficult to improve it without resorting to the addition of
         more synchronous generators. Therefore, the maximum loading
         factor for the AC case was defined to be 1.5 whereas for the DC
         case it was defined to be 1.6.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mpc = c118swf
0002 %CASE118    Power flow data for IEEE 118 bus test case.
0003 %   Please see CASEFORMAT for details on the case file format.
0004 %   This data was converted from IEEE Common Data Format
0005 %   (ieee118cdf.txt) on 20-Sep-2004 by cdf2matp, rev. 1.11
0006 %   See end of file for warnings generated during conversion.
0007 %
0008 %   Converted from IEEE CDF file from:
0009 %       http://www.ee.washington.edu/research/pstca/
0010 %   With baseKV data take from the PSAP format file from the same site,
0011 %   added manually on 10-Mar-2006.
0012 %
0013 %  08/25/93 UW ARCHIVE           100.0  1961 W IEEE 118 Bus Test Case
0014 %
0015 % Updates: Sep 15'2010 by CM and CZ. Buses grouped on four areas;
0016 %        Branch thermal limits incorporated based on: KV level, same
0017 %        cable, and safe security factor (assuming bundled config on 345KV
0018 %        and double circuit on 161 and 138KV lines).
0019 %        Transformer capacity for 9 units also set.
0020 %        Split data for parallel lines that initially had aggregated params
0021 %        RAMP_AGC,RAMP_10 & RAMP_30 set to 20% of PMAX for each generator
0022 %        function change of name to c118
0023 % Aug 13'2012 by CM and DM.
0024 %         The 118-bus test system was modified in order to allow the
0025 %         loading factor to be considerably increased without compromising
0026 %         the feasibility of the system. The procedure followed is
0027 %         described here.
0028 %
0029 %         First, all the synchronous capacitors were removed from the
0030 %         system in order to decrease the size of the model. Those were
0031 %         initially 22 generators. Two of them were added again (generators
0032 %         at buses 110 and 104) because there are currently hydro
0033 %         generators close to the geographic locations where the
0034 %         synchronous capacitors were located originally. This overall
0035 %         retirement yielded a base case consisting of 34 generators, that
0036 %         is the original 54 generators minus 20 synchronous generators
0037 %         retired.
0038 %
0039 %         Second, the set of relevant contingencies was chosen from all
0040 %         possible contingencies. The generator contingencies selected were
0041 %         those of generators located at buses 10, 80, and 89. The branch
0042 %         contingencies selected were those of branches located between
0043 %         buses 17-30, 30-38, and 5-11. Those contingencies showed to have
0044 %         important impact over the system when using a dispatch deviation
0045 %         criterion. The criterion was applied using both DC and AC
0046 %         versions of the OPF.
0047 %
0048 %         Third, the loading factor range  was obtained for the set of
0049 %         contingencies for both the DC and AC versions of the model. For
0050 %         the DC case, all the loading factors of the base case (no
0051 %         contingencies) and all the contingencies were above 1.6. For the
0052 %         AC case, however, the loading factor of the base case was around
0053 %         1.3, and even worse, the loading factor of the worst contingency
0054 %         was around 1.1. Since similar loading factor conditions were
0055 %         desired for both DC and AC cases, some changes or upgrades were
0056 %         required.
0057 %
0058 %         In the AC base case there were voltage problems in buses 70
0059 %         and 76, and that was causing the system to become infeasible when
0060 %         exceeding a loading factor of 1.3. Apparently, there was not
0061 %         enough reactive power to be dispatched in that zone since all the
0062 %         synchronous capacitors were removed. Hence, two synchronous
0063 %         capacitors were added in that particular zone, namely generators
0064 %         at buses 76 and 77. Additionally, the reactive power limits of the
0065 %         generator at bus 77 were increased from [-20, 70] MVar to [-50,
0066 %         330] MVar in order to obtain a loading factor above 1.6 for the
0067 %         base case.
0068 %
0069 %         Furthermore, in the case under the contingency of the generator at
0070 %         bus 10, again with the AC case, the loading factor was the one
0071 %         close to 1.1. To improve that factor, the synchronous capacitor
0072 %         at bus 6 was added and its reactive power limits increased from
0073 %         [-13, 50] MVar to [-50, 250] MVar. With these changes, the
0074 %         voltage level deficiencies at bus 6 were solved, at least for
0075 %         loading factors up to 1.5. Beyond this loading factor it gets
0076 %         more difficult to improve it without resorting to the addition of
0077 %         more synchronous generators. Therefore, the maximum loading
0078 %         factor for the AC case was defined to be 1.5 whereas for the DC
0079 %         case it was defined to be 1.6.
0080 
0081 %   MOST
0082 
0083 %% MATPOWER Case Format : Version 2
0084 mpc.version = '2';
0085 
0086 %%-----  Power Flow Data  -----%%
0087 %% system MVA base
0088 mpc.baseMVA = 100;
0089 
0090 %% bus data
0091 % bus_i    type Pd    Qd Gs  Bs area    Vm        Va     baseKV zone    Vmax    Vmin
0092 mpc.bus = [
0093     1    2    51    27    0    0    1    0.955    10.67    138    1    1.06    0.94;
0094     2    1    20    9    0    0    1    0.971    11.22    138    1    1.06    0.94;
0095     3    1    39    10    0    0    1    0.968    11.56    138    1    1.06    0.94;
0096     4    2    39    12    0    0    1    0.998    15.28    138    1    1.06    0.94;
0097     5    1    0    0    0    -40    1    1.002    15.73    138    1    1.06    0.94;
0098     6    2    52    22    0    0    1    0.99    13        138    1    1.06    0.94;
0099     7    1    19    2    0    0    1    0.989    12.56    138    1    1.06    0.94;
0100     8    2    28    0    0    0    1    1.015    20.77    345    1    1.06    0.94;
0101     9    1    0    0    0    0    1    1.043    28.02    345    1    1.06    0.94;
0102     10    2    0    0    0    0    1    1.05    35.61    345    1    1.06    0.94;
0103     11    1    70    23    0    0    1    0.985    12.72    138    1    1.06    0.94;
0104     12    2    47    10    0    0    1    0.99    12.2    138    1    1.06    0.94;
0105     13    1    34    16    0    0    1    0.968    11.35    138    1    1.06    0.94;
0106     14    1    14    1    0    0    1    0.984    11.5    138    1    1.06    0.94;
0107     15    2    90    30    0    0    1    0.97    11.23    138    1    1.06    0.94;
0108     16    1    25    10    0    0    1    0.984    11.91    138    1    1.06    0.94;
0109     17    1    11    3    0    0    1    0.995    13.74    138    1    1.06    0.94;
0110     18    2    60    34    0    0    1    0.973    11.53    138    1    1.06    0.94;
0111     19    2    45    25    0    0    1    0.963    11.05    138    1    1.06    0.94;
0112     20    1    18    3    0    0    1    0.958    11.93    138    1    1.06    0.94;
0113     21    1    14    8    0    0    2    0.959    13.52    138    1    1.06    0.94;
0114     22    1    10    5    0    0    2    0.97    16.08    138    1    1.06    0.94;
0115     23    1    7    3    0    0    2    1        21        138    1    1.06    0.94;
0116     24    2    13    0    0    0    4    0.992    20.89    138    1    1.06    0.94;
0117     25    2    0    0    0    0    2    1.05    27.93    138    1    1.06    0.94;
0118     26    2    0    0    0    0    2    1.015    29.71    345    1    1.06    0.94;
0119     27    2    71    13    0    0    2    0.968    15.35    138    1    1.06    0.94;
0120     28    1    17    7    0    0    2    0.962    13.62    138    1    1.06    0.94;
0121     29    1    24    4    0    0    2    0.963    12.63    138    1    1.06    0.94;
0122     30    1    0    0    0    0    1    0.968    18.79    345    1    1.06    0.94;
0123     31    2    43    27    0    0    2    0.967    12.75    138    1    1.06    0.94;
0124     32    2    59    23    0    0    2    0.964    14.8    138    1    1.06    0.94;
0125     33    1    23    9    0    0    1    0.972    10.63    138    1    1.06    0.94;
0126     34    2    59    26    0    14    3   0.986    11.3    138    1    1.06    0.94;
0127     35    1    33    9    0    0    3    0.981    10.87    138    1    1.06    0.94;
0128     36    2    31    17    0    0    3    0.98    10.87    138    1    1.06    0.94;
0129     37    1    0    0    0    -25    3    0.992    11.77    138    1    1.06    0.94;
0130     38    1    0    0    0    0    3    0.962    16.91    345    1    1.06    0.94;
0131     39    1    27    11    0    0    3    0.97    8.41    138    1    1.06    0.94;
0132     40    2    66    23    0    0    3    0.97    7.35    138    1    1.06    0.94;
0133     41    1    37    10    0    0    3    0.967    6.92    138    1    1.06    0.94;
0134     42    2    96    23    0    0    3    0.985    8.53    138    1    1.06    0.94;
0135     43    1    18    7    0    0    3    0.978    11.28    138    1    1.06    0.94;
0136     44    1    16    8    0    10    3    0.985    13.82    138    1    1.06    0.94;
0137     45    1    53    22    0    10    3    0.987    15.67    138    1    1.06    0.94;
0138     46    2    28    10    0    10    3    1.005    18.49    138    1    1.06    0.94;
0139     47    1    34    0    0    0    3    1.017    20.73    138    1    1.06    0.94;
0140     48    1    20    11    0    15    3    1.021    19.93    138    1    1.06    0.94;
0141     49    2    87    30    0    0    3    1.025    20.94    138    1    1.06    0.94;
0142     50    1    17    4    0    0    3    1.001    18.9    138    1    1.06    0.94;
0143     51    1    17    8    0    0    3    0.967    16.28    138    1    1.06    0.94;
0144     52    1    18    5    0    0    3    0.957    15.32    138    1    1.06    0.94;
0145     53    1    23    11    0    0    3    0.946    14.35    138    1    1.06    0.94;
0146     54    2    113    32    0    0    3    0.955    15.26    138    1    1.06    0.94;
0147     55    2    63    22    0    0    3    0.952    14.97    138    1    1.06    0.94;
0148     56    2    84    18    0    0    3    0.954    15.16    138    1    1.06    0.94;
0149     57    1    12    3    0    0    3    0.971    16.36    138    1    1.06    0.94;
0150     58    1    12    3    0    0    3    0.959    15.51    138    1    1.06    0.94;
0151     59    2    277    113    0    0    3    0.985    19.37    138    1    1.06    0.94;
0152     60    1    78    3    0    0    3    0.993    23.15    138    1    1.06    0.94;
0153     61    2    0    0    0    0    3    0.995    24.04    138    1    1.06    0.94;
0154     62    2    77    14    0    0    3    0.998    23.43    138    1    1.06    0.94;
0155     63    1    0    0    0    0    3    0.969    22.75    345    1    1.06    0.94;
0156     64    1    0    0    0    0    3    0.984    24.52    345    1    1.06    0.94;
0157     65    2    0    0    0    0    3    1.005    27.65    345    1    1.06    0.94;
0158     66    2    39    18    0    0    3    1.05    27.48    138    1    1.06    0.94;
0159     67    1    28    7    0    0    3    1.02    24.84    138    1    1.06    0.94;
0160     68    1    0    0    0    0    4    1.003    27.55    345    1    1.06    0.94;
0161     69    3    0    0    0    0    4    1.035    30        138    1    1.06    0.94;
0162     70    2    66    20    0    0    4    0.984    22.58    138    1    1.06    0.94;
0163     71    1    0    0    0    0    4    0.987    22.15    138    1    1.06    0.94;
0164     72    2    12    0    0    0    4    0.98    20.98    138    1    1.06    0.94;
0165     73    2    6    0    0    0    4    0.991    21.94    138    1    1.06    0.94;
0166     74    2    68    27    0    12    4    0.958    21.64    138    1    1.06    0.94;
0167     75    1    47    11    0    0    4    0.967    22.91    138    1    1.06    0.94;
0168     76    2    68    36    0    0    4    0.943    21.77    138    1    1.06    0.94;
0169     77    2    61    28    0    0    4    1.006    26.72    138    1    1.06    0.94;
0170     78    1    71    26    0    0    4    1.003    26.42    138    1    1.06    0.94;
0171     79    1    39    32    0    20    4    1.009    26.72    138    1    1.06    0.94;
0172     80    2    130    26    0    0    4    1.04    28.96    138    1    1.06    0.94;
0173     81    1    0    0    0    0    4    0.997    28.1    345    1    1.06    0.94;
0174     82    1    54    27    0    20    4    0.989    27.24    138    1    1.06    0.94;
0175     83    1    20    10    0    10    4    0.985    28.42    138    1    1.06    0.94;
0176     84    1    11    7    0    0    4    0.98    30.95    138    1    1.06    0.94;
0177     85    2    24    15    0    0    4    0.985    32.51    138    1    1.06    0.94;
0178     86    1    21    10    0    0    4    0.987    31.14    138    1    1.06    0.94;
0179     87    2    0    0    0    0    4    1.015    31.4    161    1    1.06    0.94;
0180     88    1    48    10    0    0    4    0.987    35.64    138    1    1.06    0.94;
0181     89    2    0    0    0    0    4    1.005    39.69    138    1    1.06    0.94;
0182     90    2    163    42    0    0    4    0.985    33.29    138    1    1.06    0.94;
0183     91    2    10    0    0    0    4    0.98    33.31    138    1    1.06    0.94;
0184     92    2    65    10    0    0    4    0.993    33.8    138    1    1.06    0.94;
0185     93    1    12    7    0    0    4    0.987    30.79    138    1    1.06    0.94;
0186     94    1    30    16    0    0    4    0.991    28.64    138    1    1.06    0.94;
0187     95    1    42    31    0    0    4    0.981    27.67    138    1    1.06    0.94;
0188     96    1    38    15    0    0    4    0.993    27.51    138    1    1.06    0.94;
0189     97    1    15    9    0    0    4    1.011    27.88    138    1    1.06    0.94;
0190     98    1    34    8    0    0    4    1.024    27.4    138    1    1.06    0.94;
0191     99    2    42    0    0    0    4    1.01    27.04    138    1    1.06    0.94;
0192     100    2    37    18    0    0    4    1.017    28.03    138    1    1.06    0.94;
0193     101    1    22    15    0    0    4    0.993    29.61    138    1    1.06    0.94;
0194     102    1    5    3    0    0    4    0.991    32.3    138    1    1.06    0.94;
0195     103    2    23    16    0    0    4    1.001    24.44    138    1    1.06    0.94;
0196     104    2    38    25    0    0    4    0.971    21.69    138    1    1.06    0.94;
0197     105    2    31    26    0    20    4    0.965    20.57    138    1    1.06    0.94;
0198     106    1    43    16    0    0    4    0.962    20.32    138    1    1.06    0.94;
0199     107    2    50    12    0    6    4    0.952    17.53    138    1    1.06    0.94;
0200     108    1    2    1    0    0    4    0.967    19.38    138    1    1.06    0.94;
0201     109    1    8    3    0    0    4    0.967    18.93    138    1    1.06    0.94;
0202     110    2    39    30    0    6    4    0.973    18.09    138    1    1.06    0.94;
0203     111    2    0    0    0    0    4    0.98    19.74    138    1    1.06    0.94;
0204     112    2    68    13    0    0    4    0.975    14.99    138    1    1.06    0.94;
0205     113    2    6    0    0    0    2    0.993    13.74    138    1    1.06    0.94;
0206     114    1    8    3    0    0    2    0.96    14.46    138    1    1.06    0.94;
0207     115    1    22    7    0    0    2    0.96    14.46    138    1    1.06    0.94;
0208     116    2    184    0    0    0    4    1.005    27.12    138    1    1.06    0.94;
0209     117    1    20    8    0    0    1    0.974    10.67    138    1    1.06    0.94;
0210     118    1    33    15    0    0    4    0.949    21.92    138    1    1.06    0.94;
0211 ];
0212 
0213 %% text names of buses (buses with repeated names are usually transformers)
0214 
0215 mpc.bus_name = { ...
0216     'RIVERSIDE','POKAGON','HICKORY CREEK','NEW CARLISLE','OLIVE','KANKAKEE','JACKSON RD','OLIVE','BEQUINE','BREEDER', ...
0217     'BEND','TWIN BRANCH','CONCORD','GOSHEN JT','FORT WAYNE','NORTH END', 'SORENSON SUB FORT WAYNE','MCKINLEY AVE FORT WAYNE','LINCOLN','ADAMS', ...
0218     'JAY','RANDOLPH','COLLEGE CORNER','TRENTON','TANNERS CREEK','TANNERS CREEK','MADISON','MULLIN','GRANT','SORENSON SUB FORT WAYNE', ...
0219     'DEER CREEK','DELAWARE','HAVILAND','ROCK HILL','WEST LIMA','STERLING','EAST LIMA','EAST LIMA','NEW LIBERTY','WEST END', ...
0220     'SOUTH TIFFIN','HOWARD','SOUTH KENTON','WEST MOUNT VERNON','NORTH NEWARK','WEST LANCASTER','CROOKSVILLE','ZANESVILLE','PHILO','WEST CAMBRIDGE', ...
0221     'NEW COMERSTOWN','SOUTH COSHOCTON','WOOSTER','TORREY','WAGENHALS','SUNNYSIDE','WEST NEW PHILADELPHIA','WEST NEW PHILADELPHIA 2','TIDD','SOUTH WEST KAMMER', ...
0222     'KAMMER','NATRIUM','TIDD','KAMMER','MUSKINGUM','MUSKINGUM','SUMMERFIELD','PHILIP SPORN','PHILIP SPORN','PORTSMOUTH', ...
0223     'NORTH PORTSMOUTH','HILLSBORO','SARGENTS','BELLEFONTE','SOUTH POINT','DARRAH','TURNER','CHEMICAL','CAPITOL HILL','CABIN CREEK', ...
0224     'KANAWHA','LOGAN','SPRIGG','BETSY LAYNE','BEAVER CREEK','HAZZARD','PINEVILLE','FREMONT','CLINCH RIVER','HOLSTON', ...
0225     'HOLSTON T','SALTVILLE','TAZEWELL','SWITCHBACK','CALDWELL','BAILEYSVILLE','SUNDIAL','BRADLEY','HINTON','GLEN LYN', ...
0226     'WYTHE','SMYTHE','CLAYTOR','HANCOCK','ROANOKE','CLOVERDALE','REUSENS','BLAINE','FRANKLIN','FIELDALE', ...
0227     'DAN RIVER','DANVILLE','DEER CREEK','WEST MEDFORD','MEDFORD','KYGER CREEK','COREY','WEST HUNTINGTON' ...
0228     }';
0229 
0230 
0231 %% generator data
0232 % bus  Pg  Qg  Qmax    Qmin Vg     mBase sts Pmax Pmin Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_10 ramp_30 ramp_q apf
0233 mpc.gen = [
0234 %     1    0    0    15    -5    0.955    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0235 %     4    0    0    300    -300 0.998    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0236     6    0    0    250    -50    0.99    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;  % Generator critical for voltage support on bus 6
0237     8    0    0    300    -300 1.015    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;  % in higher load conditions
0238     10    450    0    200    -147 1.05    100    1 550    55    0    0    0    0    0    0       110    110    110    0    0;
0239     12    85    0    120    -35     0.99    100    1 185    20    0    0    0    0    0    0       37    37    37    0    0;
0240 %     15    0    0    30    -10     0.97    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0241 %     18    0    0    50    -16     0.973    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0242 %     19    0    0    24    -8     0.962    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0243     24    0    0    300    -300 0.992    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0244     25    220    0    140    -47     1.05    100    1 320    30    0    0    0    0    0    0       64    64  64    0    0;
0245     26    314    0  1000 -1000 1.015 100    1 414    40    0    0    0    0    0    0       83    83    83    0    0;
0246     27    0    0    300    -300 0.968    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0247 %     31    7    0    300    -300 0.967    100    1 107    0    0    0    0    0    0    0       21    21    21    0    0;
0248 %     32    0    0    42    -14     0.963    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0249 %     34    0    0    24    -8     0.984    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0250 %     36    0    0    24    -8     0.98    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0251     40    0    0    300    -300 0.97    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0252     42    0    0    300    -300 0.985    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0253     46    19    0    100    -100 1.005    100    1 119    12    0    0    0    0    0    0       24    24    24    0    0;
0254     49    204    0    210    -85     1.025    100    1 304    30    0    0    0    0    0    0       61    61    61    0    0;
0255     54    48    0    300    -300 0.955    100    1 148    15    0    0    0    0    0    0       30    30    30    0    0;
0256 %     55    0    0    23    -8     0.952    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0257 %     56    0    0    15    -8     0.954    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0258     59    155    0    180    -60     0.985    100    1 255    25    0    0    0    0    0    0       51    51    51    0    0;
0259     61    160    0    300    -100 0.995    100    1 260    25    0    0    0    0    0    0       52    52    52    0    0;
0260     62    0    0    20    -20     0.998    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0261     65    391    0    200    -67     1.005    100    1 491    50    0    0    0    0    0    0       98    98    98    0    0;
0262     66    392    0    200    -67     1.05    100    1 492    50    0    0    0    0    0    0       98    98    98    0    0;
0263     69    516.4 0    300 -300 1.035    100    1 805.2 80    0    0    0    0    0    0       161    161    161    0    0;
0264 %     70    0    0    32    -10     0.984    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0265     72    0    0    100    -100 0.98    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0266     73    0    0    100    -100 0.991    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0267 %     74    0    0    9    -6     0.958    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0268     76    0    0    23    -8     0.943    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;  % These two critical for voltage support of bus 76
0269     77    0    0    330    -50     1.006    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;  % in higher load conditions
0270     80    477    0    280    -165 1.04    100    1 577    60    0    0    0    0    0    0       115    115    115    0    0;
0271 %     85    0    0    23    -8     0.985    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0272     87    4    0    1000 -100 1.015    100    1 104    10    0    0    0    0    0    0       20    20    20    0    0;
0273     89    607    0    300    -210 1.005    100    1 707    70    0    0    0    0    0    0       141    141    141    0    0;
0274     90    0    0    300    -300 0.985    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0275     91    0    0    100    -100 0.98    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0276 %     92    0    0    9    -3     0.99    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0277     99    0    0    100    -100 1.01    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0278     100    252    0    155    -50     1.017    100    1 352    35    0    0    0    0    0    0       70    70    70    0    0;
0279     103    40    0    40    -15     1.01    100    1 140    0    0    0    0    0    0    0       28    28    28    0    0;
0280     104    0    0    23    -8     0.971    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0281 %     105    0    0    23    -8     0.965    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0282     107    0    0    200    -200 0.952    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0283     110    0    0    23    -8     0.973    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0284     111    36    0    1000 -100 0.98    100    1 136    14    0    0    0    0    0    0       27    27    27    0    0;
0285 %     112    0    0    1000 -100 0.975    100    1 100    0    0    0    0    0    0    0       20    20    20    0    0;
0286     113    0    0    200    -100 0.993    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0287     116    0    0  1000 -1000 1.005    100    1 100    10    0    0    0    0    0    0       20    20    20    0    0;
0288     % from here on, wind units
0289     1   0   0   200  -100 1.00  100 1 65   0   0   0   0   0   0   0      65 65 65  0   0; % TIFFIN
0290     6   0   0  2000 -1000 1.035 100 1 626  0   0   0   0   0   0   0     626 626 626 0   0; %
0291     9   0   0  2000 -1000 1.035 100 1 742  0   0   0   0   0   0   0     742 742 742 0   0; %
0292    18   0   0   200  -100 1.035 100 1 212  0   0   0   0   0   0   0     212 212 212 0   0; %
0293    19   0   0   200  -100 1.035 100 1  63  0   0   0   0   0   0   0      63  63  63 0   0; %
0294    41   0   0  2000 -1000 1.035 100 1 512  0   0   0   0   0   0   0     512 512 512 0   0; %
0295    43   0   0   200  -100 1.035 100 1  66  0   0   0   0   0   0   0      66  66  66 0   0; %
0296    62   0   0   500  -300 1.035 100 1 153  0   0   0   0   0   0   0     153 153 153 0   0; %
0297    63   0   0   600  -300 1.035 100 1  87  0   0   0   0   0   0   0      87  87  87 0   0; %
0298    72   0   0   200  -100 1.035 100 1  45  0   0   0   0   0   0   0      45  45  45 0   0; %
0299    80   0   0   200  -100 1.035 100 1  40  0   0   0   0   0   0   0      40  40  40 0   0; %
0300     % From here on, storage units
0301     59  0   0    10   -10 1.00  100 1 400 -400  0   0   0   0   0   0       20  50 100  0   0; % TIDD
0302    116  0   0    10   -10 1.035 100 1 400 -400  0   0   0   0   0   0       20  50 100  0   0; % KYGER CREEK
0303     90  0   0    10   -10 1.035 100 1 400 -400  0   0   0   0   0   0       20  50 100  0   0; % HOLSTON
0304     80  0   0    10   -10 1.035 100 1 400 -400  0   0   0   0   0   0       20  50 100  0   0; % CABIN CREEK
0305 ];
0306 
0307 %% branch data
0308 % fbus tbus      r          x         b      rateA    rateB rateC ratio angle status    angmin angmax
0309 mpc.branch = [
0310     1    2    0.0303    0.0999    0.0254    175    0    0    0    0    1    -360    360;
0311     1    3    0.0129    0.0424    0.01082    175 0    0    0    0    1    -360    360;
0312     4    5    0.00176    0.00798    0.0021    175    0    0    0    0    1    -360    360;
0313     3    5    0.0241    0.108    0.0284    175    0    0    0    0    1    -360    360;
0314     5    6    0.0119    0.054    0.01426    175    0    0    0    0    1    -360    360;
0315     6    7    0.00459    0.0208    0.0055    175    0    0    0    0    1    -360    360;
0316     8    9    0.0049  0.0610  0.5810  440    0    0    0    0    1    -360    360;%HD
0317     8    9    0.0049  0.0610  0.5810    440    0    0    0    0    1    -360    360;%HD
0318     8    5    0        0.0267    0        550 0    0 0.985    0    1    -360    360;%trafo
0319     9    10    0.0052  0.0644  0.6150    440    0    0    0    0    1    -360    360;%HD
0320     9    10    0.0052  0.0644  0.6150    440    0    0    0    0    1    -360    360;%HD
0321     4    11    0.0209    0.0688    0.01748    175    0    0    0    0    1    -360    360;
0322     5    11    0.0203    0.0682    0.01738    175    0    0    0    0    1    -360    360;
0323     11    12    0.00595    0.0196    0.00502    175    0    0    0    0    1    -360    360;
0324     2    12    0.0187    0.0616    0.01572    175    0    0    0    0    1    -360    360;
0325     3    12    0.0484    0.16    0.0406    175    0    0    0    0    1    -360    360;
0326     7    12    0.00862    0.034    0.00874    175    0    0    0    0    1    -360    360;
0327     11    13    0.02225    0.0731    0.01876    175    0    0    0    0    1    -360    360;
0328     12    14    0.0215    0.0707    0.01816    175    0    0    0    0    1    -360    360;
0329     13    15    0.0744    0.2444    0.06268    175    0    0    0    0    1    -360    360;
0330     14    15    0.0595    0.195    0.0502    175    0    0    0    0    1    -360    360;
0331     12    16    0.0212    0.0834    0.0214    175    0    0    0    0    1    -360    360;
0332     15    17    0.0264  0.0874  0.0222    175    0    0    0    0    1    -360    360;%Doub C
0333     15    17    0.0264  0.0874  0.0222    175    0    0    0    0    1    -360    360;%Doub C
0334     16    17    0.0454    0.1801    0.0466    175    0    0    0    0    1    -360    360;
0335     17    18    0.0123    0.0505    0.01298    175    0    0    0    0    1    -360    360;
0336     18    19    0.01119    0.0493    0.01142    175    0    0    0    0    1    -360    360;
0337     19    20    0.0252    0.117    0.0298    175    0    0    0    0    1    -360    360;
0338     15    19    0.012    0.0394    0.0101    175    0    0    0    0    1    -360    360;
0339     20    21    0.0183    0.0849    0.0216    175    0    0    0    0    1    -360    360;
0340     21    22    0.0209    0.097    0.0246    175    0    0    0    0    1    -360    360;
0341     22    23    0.0342    0.159    0.0404    175    0    0    0    0    1    -360    360;
0342     23    24    0.0270  0.0984  0.0249    175    0    0    0    0    1    -360    360;%D circ
0343     23    24    0.0270  0.0984  0.0249    175    0    0    0    0    1    -360    360;%D circ
0344     23    25    0.0312  0.1600  0.0432    175    0    0    0    0    1    -360    360;%D circ
0345     23    25    0.0312  0.1600  0.0432    175    0    0    0    0    1    -360    360;%D circ
0346     26    25    0       0.0382    0        200    0    0  0.96 0    1    -360    360;%trafo
0347     25    27    0.0636  0.3260  0.0882    175    0    0    0    0    1    -360    360;%D circ
0348     25    27    0.0636  0.3260  0.0882    175    0    0    0    0    1    -360    360;%D circ
0349     27    28    0.01913    0.0855    0.0216    175    0    0    0    0    1    -360    360;
0350     28    29    0.0237    0.0943    0.0238    175    0    0    0    0    1    -360    360;
0351     30    17    0        0.0388    0       300    0    0 0.96    0    1    -360    360;%trafo
0352     8    30    0.00431    0.0504    0.514    440    0    0    0    0    1    -360    360;    
0353     26    30    0.00799    0.086    0.908    440    0    0    0    0    1    -360    360;   
0354     17    31    0.0474    0.1563    0.0399    175    0    0    0    0    1    -360    360;
0355     29    31    0.0108    0.0331    0.0083    175    0    0    0    0    1    -360    360;
0356     23    32    0.0634  0.2306  0.0587    175    0    0    0    0    1    -360    360;%D circ
0357     23    32    0.0634  0.2306  0.0587    175    0    0    0    0    1    -360    360;%D circ
0358     31    32    0.0298    0.0985    0.0251    175    0    0    0    0    1    -360    360;
0359     27    32    0.0229    0.0755    0.01926    175    0    0    0    0    1    -360    360;
0360     15    33    0.038    0.1244    0.03194    175    0    0    0    0    1    -360    360;
0361     19    34    0.0752    0.247    0.0632    175    0    0    0    0    1    -360    360;
0362     35    36    0.00224    0.0102    0.00268    175    0    0    0    0    1    -360    360;
0363     35    37    0.011    0.0497    0.01318    175    0    0    0    0    1    -360    360;
0364     33    37    0.0415    0.142    0.0366    175    0    0    0    0    1    -360    360;
0365     34    36    0.00871    0.0268    0.00568    175    0    0    0    0    1    -360    360;
0366     34    37    0.0051  0.0188  0.0049    175    0    0    0    0    1    -360    360;%D CIRC
0367     34    37    0.0051  0.0188  0.0049    175    0    0    0    0    1    -360    360;%D CIRC
0368     38    37    0        0.0375    0        350    0    0 0.935    0    1    -360    360;%trafo
0369     37    39    0.0321    0.106    0.027    175    0    0    0    0    1    -360    360;
0370     37    40    0.0593    0.168    0.042    175    0    0    0    0    1    -360    360;
0371     30    38    0.00464    0.054    0.422    440    0    0    0    0    1    -360    360;    
0372     39    40    0.0184    0.0605    0.01552    175    0    0    0    0    1    -360    360;
0373     40    41    0.0145    0.0487    0.01222    175    0    0    0    0    1    -360    360;
0374     40    42    0.0555    0.183    0.0466    175    0    0    0    0    1    -360    360;
0375     41    42    0.041    0.135    0.0344    175    0    0    0    0    1    -360    360;
0376     43    44    0.0608    0.2454    0.06068    175    0    0    0    0    1    -360    360;
0377     34    43    0.0413    0.1681    0.04226    175    0    0    0    0    1    -360    360;
0378     44    45    0.0224    0.0901    0.0224    175    0    0    0    0    1    -360    360;
0379     45    46    0.04    0.1356    0.0332    175    0    0    0    0    1    -360    360;
0380     46    47    0.0760  0.2540  0.0158    175    0    0    0    0    1    -360    360;%D CIRC
0381     46    47    0.0760  0.2540  0.0158    175    0    0    0    0    1    -360    360;%D CIRC
0382     46    48    0.0601    0.189    0.0472    175    0    0    0    0    1    -360    360;
0383     47    49    0.0191    0.0625    0.01604    175    0    0    0    0    1    -360    360;
0384     42    49    0.0715    0.323    0.086    175    0    0    0    0    1    -360    360;
0385     42    49    0.0715    0.323    0.086    175    0    0    0    0    1    -360    360;
0386     45    49    0.0684    0.186    0.0444    175    0    0    0    0    1    -360    360;
0387     48    49    0.0179    0.0505    0.01258    175    0    0    0    0    1    -360    360;
0388     49    50    0.0267    0.0752    0.01874    175    0    0    0    0    1    -360    360;
0389     49    51    0.0486    0.137    0.0342    175    0    0    0    0    1    -360    360;
0390     51    52    0.0203    0.0588    0.01396    175    0    0    0    0    1    -360    360;
0391     52    53    0.0405    0.1635    0.04058    175    0    0    0    0    1    -360    360;
0392     53    54    0.0263    0.122    0.031    175    0    0    0    0    1    -360    360;
0393     49    54    0.073    0.289    0.0738    175    0    0    0    0    1    -360    360;
0394     49    54    0.0869    0.291    0.073    175    0    0    0    0    1    -360    360;
0395     54    55    0.0169    0.0707    0.0202    175    0    0    0    0    1    -360    360;
0396     54    56    0.0055  0.0191  0.0037    175    0    0    0    0    1    -360    360;%D circ
0397     54    56    0.0055  0.0191  0.0037    175    0    0    0    0    1    -360    360;%D circ
0398     55    56    0.00488    0.0151    0.00374    175    0    0    0    0    1    -360    360;
0399     56    57    0.0343    0.0966    0.0242    175    0    0    0    0    1    -360    360;
0400     50    57    0.0474    0.134    0.0332    175    0    0    0    0    1    -360    360;
0401     56    58    0.0343    0.0966    0.0242    175    0    0    0    0    1    -360    360;
0402     51    58    0.0255    0.0719    0.01788    175    0    0    0    0    1    -360    360;
0403     54    59    0.0503    0.2293    0.0598    175    0    0    0    0    1    -360    360;
0404     56    59    0.0825    0.251    0.0569    175    0    0    0    0    1    -360    360;
0405     56    59    0.0803    0.239    0.0536    175    0    0    0    0    1    -360    360;
0406     55    59    0.04739    0.2158    0.05646    175    0    0    0    0    1    -360    360;
0407     59    60    0.0317    0.145    0.0376    175    0    0    0    0    1    -360    360;
0408     59    61    0.0328    0.15    0.0388    175    0    0    0    0    1    -360    360;
0409     60    61    0.0053  0.0270  0.0073    175    0    0    0    0    1    -360    360;%D circ
0410     60    61    0.0053  0.0270  0.0073    175    0    0    0    0    1    -360    360;%D circ
0411     60    62    0.0123    0.0561    0.01468    175    0    0    0    0    1    -360    360;
0412     61    62    0.00824    0.0376    0.0098    175    0    0    0    0    1    -360    360;
0413     63    59    0        0.0386    0        400    0    0 0.96    0    1    -360    360;%trafo
0414     63    64    0.00172    0.02    0.216    440    0    0    0    0    1    -360    360;%H
0415     64    61    0       0.0268    0        200    0    0 0.985    0    1    -360    360;%trafo
0416     38    65    0.00901    0.0986    1.046    440    0    0    0    0    1    -360    360;%H
0417     64    65    0.00269    0.0302    0.38    440    0    0    0    0    1    -360    360;%H
0418     49    66    0.018    0.0919    0.0248    175    0    0    0    0    1    -360    360;
0419     49    66    0.018    0.0919    0.0248    175    0    0    0    0    1    -360    360;
0420     62    66    0.0482    0.218    0.0578    175    0    0    0    0    1    -360    360;
0421     62    67    0.0258    0.117    0.031    175    0    0    0    0    1    -360    360;
0422     65    66    0        0.037    0        200    0    0 0.935    0    1    -360    360;%trafo
0423     66    67    0.0224    0.1015    0.02682    175    0    0    0    0    1    -360    360;
0424     65    68    0.0028  0.0320  0.3190    440    0    0    0    0    1    -360    360;%HD
0425     65    68    0.0028  0.0320  0.3190    440    0    0    0    0    1    -360    360;%HD
0426     47    69    0.0844    0.2778    0.07092    175    0    0    0    0    1    -360    360;
0427     49    69    0.0985    0.324    0.0828    175    0    0    0    0    1    -360    360;
0428     68    69    0        0.037    0        350    0    0 0.935    0    1    -360    360;%trafo
0429     69    70    0.0600  0.2540  0.0610    175    0    0    0    0    1    -360    360;%D circ
0430     69    70    0.0600  0.2540  0.0610    175    0    0    0    0    1    -360    360;%D circ
0431     24    70    0.00221    0.4115    0.10198    175    0    0    0    0    1    -360    360;
0432     70    71    0.00882    0.0355    0.00878    175    0    0    0    0    1    -360    360;
0433     24    72    0.0488    0.196    0.0488    175    0    0    0    0    1    -360    360;
0434     71    72    0.0446    0.18    0.04444    175    0    0    0    0    1    -360    360;
0435     71    73    0.00866    0.0454    0.01178    175    0    0    0    0    1    -360    360;
0436     70    74    0.0401    0.1323    0.03368    175    0    0    0    0    1    -360    360;
0437     70    75    0.0428    0.141    0.036    175    0    0    0    0    1    -360    360;
0438     69    75    0.0810  0.2440  0.0620    175    0    0    0    0    1    -360    360;%D circ
0439     69    75    0.0810  0.2440  0.0620    175    0    0    0    0    1    -360    360;%D circ
0440     74    75    0.0123    0.0406    0.01034    175    0    0    0    0    1    -360    360;
0441     76    77    0.0444    0.148    0.0368    175    0    0    0    0    1    -360    360;
0442     69    77    0.0618  0.2020  0.0519    175    0   0    0    0    1    -360    360;%D circ
0443     69    77    0.0618  0.2020  0.0519    175    0   0    0    0    1    -360    360;%D circ
0444     75    77    0.0601    0.1999    0.04978    175    0    0    0    0    1    -360    360;
0445     77    78    0.0075  0.0248  0.0063    175    0    0    0    0    1    -360    360;%D circ
0446     77    78    0.0075  0.0248  0.0063    175    0    0    0    0    1    -360    360;%D circ
0447     78    79    0.00546    0.0244    0.00648    175    0    0    0    0    1    -360    360;
0448     77    80    0.017    0.0485    0.0472    175    0    0    0    0    1    -360    360;
0449     77    80    0.0294    0.105    0.0228    175    0    0    0    0    1    -360    360;
0450     79    80    0.0156    0.0704    0.0187    175    0    0    0    0    1    -360    360;
0451     68    81    0.0035  0.0404  0.4040    440    0    0    0    0    1    -360    360;%HD
0452     68    81    0.0035  0.0404  0.4040    440    0    0    0    0    1    -360    360;%HD
0453     81    80    0        0.037    0        200    0   0 0.935    0    1    -360    360;%Trafo
0454     77    82    0.0596  0.1706  0.0409    175    0    0    0    0    1    -360    360;%D circ
0455     77    82    0.0596  0.1706  0.0409    175    0    0    0    0    1    -360    360;%D circ
0456     82    83    0.0224  0.0733  0.0190    175    0    0    0    0    1    -360    360;%D circ
0457     82    83    0.0224  0.0733  0.0190    175    0    0    0    0    1    -360    360;%D circ
0458     83    84    0.0625    0.132    0.0258    175    0    0    0    0    1    -360    360;
0459     83    85    0.043    0.148    0.0348    175    0    0    0    0    1    -360    360;
0460     84    85    0.0302    0.0641    0.01234    175    0    0    0    0    1    -360    360;
0461     85    86    0.035    0.123    0.0276    175    0    0    0    0    1    -360    360;
0462     86    87    0.02828    0.2074    0.0445    200    0    0    0    0    1    -360    360;%161Kv
0463     85    88    0.02    0.102    0.0276    175    0    0    0    0    1    -360    360;
0464     85    89    0.0239    0.173    0.047    175    0    0    0    0    1    -360    360;
0465     88    89    0.0139    0.0712    0.01934    175    0    0    0    0    1    -360    360;
0466     89    90    0.0518    0.188    0.0528    175    0    0    0    0    1    -360    360;
0467     89    90    0.0238    0.0997    0.106    175    0    0    0    0    1    -360    360;
0468     90    91    0.0254    0.0836    0.0214    175    0    0    0    0    1    -360    360;
0469     89    92    0.0099    0.0505    0.0548    175    0    0    0    0    1    -360    360;
0470     89    92    0.0393    0.1581    0.0414    175    0    0    0    0    1    -360    360;
0471     91    92    0.0387    0.1272    0.03268    175    0    0    0    0    1    -360    360;
0472     92    93    0.0258    0.0848    0.0218    175    0    0    0    0    1    -360    360;
0473     92    94    0.0481    0.158    0.0406    175    0    0    0    0    1    -360    360;
0474     93    94    0.0223    0.0732    0.01876    175    0    0    0    0    1    -360    360;
0475     94    95    0.0132    0.0434    0.0111    175    0    0    0    0    1    -360    360;
0476     80    96    0.0356    0.182    0.0494    175    0    0    0    0    1    -360    360;
0477     82    96    0.0324  0.1060  0.0272    175    0    0    0    0    1    -360    360;%D circ
0478     82    96    0.0324  0.1060  0.0272    175    0    0    0    0    1    -360    360;%D circ
0479     94    96    0.0269    0.0869    0.023    175    0    0    0    0    1    -360    360;
0480     80    97    0.0183    0.0934    0.0254    175    0    0    0    0    1    -360    360;
0481     80    98    0.0238    0.108    0.0286    175    0    0    0    0    1    -360    360;
0482     80    99    0.0454    0.206    0.0546    175    0    0    0    0    1    -360    360;
0483     92    100    0.0648    0.295    0.0472    175    0    0    0    0    1    -360    360;
0484     94    100    0.0356  0.1160  0.0302    175    0    0    0    0    1    -360    360;%D circ
0485     94    100    0.0356  0.1160  0.0302    175    0    0    0    0    1    -360    360;%D circ
0486     95    96    0.0171    0.0547    0.01474    175    0    0    0    0    1    -360    360;
0487     96    97    0.0173    0.0885    0.024    175    0    0    0    0    1    -360    360;
0488     98    100    0.0397    0.179    0.0476    175    0    0    0    0    1    -360    360;
0489     99    100    0.018    0.0813    0.0216    175    0    0    0    0    1    -360    360;
0490     100    101    0.0277    0.1262    0.0328    175    0    0    0    0    1    -360    360;
0491     92    102    0.0123    0.0559    0.01464    175    0    0    0    0    1    -360    360;
0492     101    102    0.0246    0.112    0.0294    175    0    0    0    0    1    -360    360;
0493     100    103    0.0320  0.1050  0.0268    175    0    0    0    0    1    -360    360;%D circ
0494     100    103    0.0320  0.1050  0.0268    175    0    0    0    0    1    -360    360;%D circ
0495     100    104    0.0451    0.204    0.0541    175    0    0    0    0    1    -360    360;
0496     103    104    0.0466    0.1584    0.0407    175    0    0    0    0    1    -360    360;
0497     103    105    0.0535    0.1625    0.0408    175    0    0    0    0    1    -360    360;
0498     100    106    0.0605    0.229    0.062    175    0    0    0    0    1    -360    360;
0499     104    105    0.00994    0.0378    0.00986    175    0    0    0    0    1    -360    360;
0500     105    106    0.014    0.0547    0.01434    175    0    0    0    0    1    -360    360;
0501     105    107    0.053    0.183    0.0472    175    0    0    0    0    1    -360    360;
0502     105    108    0.0261    0.0703    0.01844    175    0    0    0    0    1    -360    360;
0503     106    107    0.053    0.183    0.0472    175    0    0    0    0    1    -360    360;
0504     108    109    0.0105    0.0288    0.0076    175    0    0    0    0    1    -360    360;
0505     103    110    0.03906    0.1813    0.0461    175    0    0    0    0    1    -360    360;
0506     109    110    0.0278    0.0762    0.0202    175    0    0    0    0    1    -360    360;
0507     110    111    0.022    0.0755    0.02    175    0    0    0    0    1    -360    360;
0508     110    112    0.0494  0.1280  0.0310    175    0    0    0    0    1    -360    360;%D circ
0509     110    112    0.0494  0.1280  0.0310    175    0    0    0    0    1    -360    360;%D circ
0510     17    113    0.00913    0.0301    0.00768    175    0    0    0    0    1    -360    360;
0511     32    113    0.0615    0.203    0.0518    175    0    0    0    0    1    -360    360;
0512     32    114    0.0135    0.0612    0.01628    175    0    0    0    0    1    -360    360;
0513     27    115    0.0164    0.0741    0.01972    175    0    0    0    0    1    -360    360;
0514     114    115    0.0023    0.0104    0.00276    175    0    0    0    0    1    -360    360;
0515     68    116    0.0007  0.0081  0.0820    440    0    0    0    0    1    -360    360;%HD
0516     68    116    0.0007  0.0081  0.0820    440    0    0    0    0    1    -360    360;%HD
0517     12    117    0.0329    0.14    0.0358    175    0    0    0    0    1    -360    360;
0518     75    118    0.0145    0.0481    0.01198    175    0    0    0    0    1    -360    360;
0519     76    118    0.0164    0.0544    0.01356    175    0    0    0    0    1    -360    360;
0520 ];
0521 
0522 %%-----  OPF Data  -----%%
0523 %% generator cost data
0524 %    1    startup    shutdown n    x1    y1    ...    xn yn % For piecewise linear case
0525 %    2    startup    shutdown    n    c(n-1)    ...    c0 %for polynomial case
0526 mpc.gencost = [                                            
0527 %     2    0    0    2     35.39     0    0    0    0    0;    %
0528 %     2    0    0    2     31.45     0    0    0    0    0;    %
0529     2    2000    0    2     20.22     0    0    0    0    0;    %
0530     2    3000    0    2     28.40     300    0    0    0    0;    %
0531     2   16000    0    2     29.36     1600    0    0    0    0;    %
0532     2    7000    0    2     36.85     70    0    0    0    0;    %
0533 %     2    0    0    2     45.58     0    0    0    0    0;    %
0534 %     2    0    0    2     213.32     0    0    0    0    0;    %
0535 %     2    0    0    2     62.15     0    0    0    0    0;    %
0536     2    2700    0    2     26.64     300    0    0    0    0;    %
0537     2    8000    0    2     26.64     800    0    0    0    0;    %
0538     2    11000    0    2     26.64     1100    0    0    0    0;    %
0539     2    5000    0    2     45.58     500    0    0    0    0;    %
0540 %     2    0    0    2     31.77     0    0    0    0    0;    %
0541 %     2    0    0    2     37.34     0    0    0    0    0;    %
0542 %     2    0    0    2     212.03     0    0    0    0    0;    %
0543 %     2    0    0    2     329.73     0    0    0    0    0;    %
0544     2    4000    0    2     37.34     400    0    0    0    0;    %
0545     2    3000    0    2     33.39     300    0    0    0    0;    %
0546     2    4000    0    2     33.39     400    0    0    0    0;    %
0547     2    8000    0    2     25.87     800    0    0    0    0;    %
0548     2    4000    0    2     53.21     200    0    0    0    0;    %
0549 %     2    0    0    2     2.00     0    0    0    0    0;    %
0550 %     2    0    0    2     612.62     0    0    0    0    0;    %
0551     2    7000    0    2     26.57     700    0    0    0    0;    %
0552     2    8000    0    2     31.77     800    0    0    0    0;    %
0553     2    2000    0    2     34.60     100    0    0    0    0;    %
0554     2    12000    0    2     24.44     1200    0    0    0    0;    %
0555     2    15000    0    2     30.81     1500    0    0    0    0;    %
0556     2    40000    0    2     48.13     4000    0    0    0    0;    %
0557 %     2    0    0    2     1.29     0    0    0    0    0;    %
0558     2    2500    0    2     24.44     250    0    0    0    0;    %
0559     2    2500    0    2     24.01     250    0    0    0    0;    %
0560 %     2    0    0    2     25.87     0    0    0    0    0;    %
0561     2    20      0    2      1.29     0    0    0    0    0;    %
0562     2    3200    0    2     31.45     0    0    0    0    0;    %
0563     2    30000    0    2     45.66     300    0    0    0    0;    %
0564 %     2    0    0    2     66.19     0    0    0    0    0;    %
0565     2    3200    0    2     30.21     320    0    0    0    0;    %
0566     2    22000    0    2     30.09     2200    0    0    0    0;    %
0567     2    3400    0    2     33.39     340    0    0    0    0;    %
0568     2    3000    0    2     30.09     300    0    0    0    0;    %
0569 %     2    0    0    2     215.89     0    0    0    0    0;    %
0570     2    0    0    2     1.29     0    0    0    0    0;    %
0571     2    10000    0    2     28.99     1000    0    0    0    0;    %
0572     2    0    0    2     2.00     0    0    0    0    0;    %
0573     2    0    0    2     2.00     0    0    0    0    0;    %
0574 %     2    0    0    2     1.29     0    0    0    0    0;    %
0575     2    0    0    2     1.29     0    0    0    0    0;    %
0576     2    0    0    2     1.29     0    0    0    0    0;    %
0577     2    5000    0    2     33.39     500    0    0    0    0;    %
0578 %     2    0    0    2     59.82     0    0    0    0    0;    %
0579     2    3100    0    2     30.87     300    0    0    0    0;    %
0580     2    2700    0    2     26.64     300    0    0    0    0;    %
0581     
0582     % wind units
0583     2    0    0    2    0.0     0.0    0    0      0    0;
0584     2    0    0    2    0.0     0.0    0    0      0    0;
0585     2    0    0    2    0.0     0.0    0    0      0    0;
0586     2    0    0    2    0.0     0.0    0    0      0    0;
0587     2    0    0    2    0.0     0.0    0    0      0    0;
0588     2    0    0    2    0.0     0.0    0    0      0    0;
0589     2    0    0    2    0.0     0.0    0    0      0    0;
0590     2    0    0    2    0.0     0.0    0    0      0    0;
0591     2    0    0    2    0.0     0.0    0    0      0    0;
0592     2    0    0    2    0.0     0.0    0    0      0    0;
0593     2    0    0    2    0.0     0.0    0    0      0    0;
0594 
0595     % storage units
0596     %1   0   0   3   -200   2    0    0    200    2;
0597     %1   0   0   3   -200   2    0    0    200    2;
0598     %2    0    0    2    0.0     0.0    0    0      0    0;
0599     %2    0    0    2    0.0     0.0    0    0      0    0;
0600     2    0    0    2   0.0     0.0    0    0      0    0;
0601     2    0    0    2    0.0     0.0    0    0      0    0;
0602     2    0    0    2   0.0     0.0    0    0      0    0;
0603     2    0    0    2    0.0     0.0    0    0      0    0;
0604 ];
0605 
0606 %% generator fuel type
0607 mpc.genfuel = { ...
0608 %         'syncgen'    ;
0609 %         'syncgen'    ;
0610         'syncgen'    ;
0611         'coal'    ;
0612         'coal'    ;
0613         'coal'    ;
0614 %         'syncgen'    ;
0615 %         'oil'    ;
0616 %         'syncgen'    ;
0617         'coal'    ;
0618         'coal'    ;
0619         'coal'    ;
0620         'coal'    ;
0621 %         'syncgen'    ;
0622 %         'syncgen'    ;
0623 %         'syncgen'    ;
0624 %         'syncgen'    ;
0625         'coal'    ;
0626         'coal'    ;
0627         'coal'    ;
0628         'coal'    ;
0629         'ng'    ;
0630 %         'syncgen'    ;
0631 %         'syncgen'    ;
0632         'coal'    ;
0633         'coal'    ;
0634         'ng'    ;
0635         'coal'    ;
0636         'coal'    ;
0637         'coal'    ;
0638 %         'syncgen'    ;
0639         'coal'    ;
0640         'coal'    ;
0641 %         'syncgen'    ;
0642         'syncgen'    ;
0643         'syncgen'    ;
0644         'coal'    ;
0645 %         'syncgen'    ;
0646         'coal'    ;
0647         'coal'    ;
0648         'coal'    ;
0649         'coal'    ;
0650 %         'oil'    ;
0651         'hydro'    ;
0652         'coal'    ;
0653         'hydro'    ;
0654         'hydro'    ;
0655 %         'syncgen'    ;
0656         'hydro'    ;
0657         'hydro'    ;
0658         'coal'    ;
0659 %         'syncgen'    ;
0660         'coal'    ;
0661         'coal'    ;
0662         'wind'  ;
0663         'wind'  ;
0664         'wind'  ;
0665         'wind'  ;
0666         'wind'  ;
0667         'wind'  ;
0668         'wind'  ;
0669         'wind'  ;
0670         'wind'  ;
0671         'wind'  ;
0672         'wind'  ;
0673         'ess'   ;
0674         'ess'   ;
0675         'ess'   ;
0676         'ess'   ;
0677 };
0678 
0679 
0680 icoal = [];
0681 ioil = [];
0682 ing = [];
0683 ihydro = [];
0684 inuke = [];
0685 iwind = [];
0686 iess = [];
0687 isyncgen = [];
0688 for i = 1:length(mpc.genfuel)
0689   if strcmp('coal', mpc.genfuel{i})
0690     icoal = [ icoal; i];
0691   elseif strcmp('oil', mpc.genfuel{i})
0692     ioil = [ ioil; i];
0693   elseif strcmp('hydro', mpc.genfuel{i})
0694     ihydro = [ ihydro; i];
0695   elseif strcmp('ng', mpc.genfuel{i})
0696     ing = [ ing; i];
0697   elseif strcmp('nuke', mpc.genfuel{i})
0698     inuke = [ inuke; i];
0699   elseif strcmp('wind', mpc.genfuel{i})
0700     iwind = [ iwind; i];
0701   elseif strcmp('ess', mpc.genfuel{i})
0702     iess = [ iess; i];
0703   elseif strcmp('syncgen', mpc.genfuel{i})
0704     isyncgen = [ isyncgen; i];
0705   else
0706     error('unrecognized fuel type')
0707   end
0708 end
0709 mpc.icoal = icoal;
0710 mpc.ioil = ioil;
0711 mpc.ing = ing;
0712 mpc.ihydro = ihydro;
0713 mpc.inuke = inuke;
0714 mpc.iwind = iwind;
0715 mpc.iess = iess;
0716 mpc.isyncgen = isyncgen;
0717 
0718 define_constants;
0719 mpc.NamePlateWind = mpc.gen(iwind, PMAX);
0720 
0721 
0722 % Warnings from cdf2matp conversion:
0723 %
0724 % ***** area data conversion not yet implemented (creating dummy area data)
0725 % ***** negative Pg at bus 4 treated as Pd
0726 % ***** negative Pg at bus 8 treated as Pd
0727 % ***** negative Pg at bus 24 treated as Pd
0728 % ***** negative Pg at bus 27 treated as Pd
0729 % ***** negative Pg at bus 40 treated as Pd
0730 % ***** negative Pg at bus 42 treated as Pd
0731 % ***** negative Pg at bus 72 treated as Pd
0732 % ***** negative Pg at bus 73 treated as Pd
0733 % ***** negative Pg at bus 90 treated as Pd
0734 % ***** negative Pg at bus 91 treated as Pd
0735 % ***** negative Pg at bus 99 treated as Pd
0736 % ***** negative Pg at bus 107 treated as Pd
0737 % ***** negative Pg at bus 112 treated as Pd
0738 % ***** negative Pg at bus 113 treated as Pd
0739 % ***** negative Pg at bus 116 treated as Pd
0740 % ***** Insufficient generation, setting Pmax at slack bus (bus 69) to 805.2
0741 % ***** MVA limit of branch 1 - 2 not given, set to 9900
0742 % ***** MVA limit of branch 1 - 3 not given, set to 9900
0743 % ***** MVA limit of branch 4 - 5 not given, set to 9900
0744 % ***** MVA limit of branch 3 - 5 not given, set to 9900
0745 % ***** MVA limit of branch 5 - 6 not given, set to 9900
0746 % ***** MVA limit of branch 6 - 7 not given, set to 9900
0747 % ***** MVA limit of branch 8 - 9 not given, set to 9900
0748 % ***** MVA limit of branch 8 - 5 not given, set to 9900
0749 % ***** MVA limit of branch 9 - 10 not given, set to 9900
0750 % ***** MVA limit of branch 4 - 11 not given, set to 9900
0751 % ***** MVA limit of branch 5 - 11 not given, set to 9900
0752 % ***** MVA limit of branch 11 - 12 not given, set to 9900
0753 % ***** MVA limit of branch 2 - 12 not given, set to 9900
0754 % ***** MVA limit of branch 3 - 12 not given, set to 9900
0755 % ***** MVA limit of branch 7 - 12 not given, set to 9900
0756 % ***** MVA limit of branch 11 - 13 not given, set to 9900
0757 % ***** MVA limit of branch 12 - 14 not given, set to 9900
0758 % ***** MVA limit of branch 13 - 15 not given, set to 9900
0759 % ***** MVA limit of branch 14 - 15 not given, set to 9900
0760 % ***** MVA limit of branch 12 - 16 not given, set to 9900
0761 % ***** MVA limit of branch 15 - 17 not given, set to 9900
0762 % ***** MVA limit of branch 16 - 17 not given, set to 9900
0763 % ***** MVA limit of branch 17 - 18 not given, set to 9900
0764 % ***** MVA limit of branch 18 - 19 not given, set to 9900
0765 % ***** MVA limit of branch 19 - 20 not given, set to 9900
0766 % ***** MVA limit of branch 15 - 19 not given, set to 9900
0767 % ***** MVA limit of branch 20 - 21 not given, set to 9900
0768 % ***** MVA limit of branch 21 - 22 not given, set to 9900
0769 % ***** MVA limit of branch 22 - 23 not given, set to 9900
0770 % ***** MVA limit of branch 23 - 24 not given, set to 9900
0771 % ***** MVA limit of branch 23 - 25 not given, set to 9900
0772 % ***** MVA limit of branch 26 - 25 not given, set to 9900
0773 % ***** MVA limit of branch 25 - 27 not given, set to 9900
0774 % ***** MVA limit of branch 27 - 28 not given, set to 9900
0775 % ***** MVA limit of branch 28 - 29 not given, set to 9900
0776 % ***** MVA limit of branch 30 - 17 not given, set to 9900
0777 % ***** MVA limit of branch 8 - 30 not given, set to 9900
0778 % ***** MVA limit of branch 26 - 30 not given, set to 9900
0779 % ***** MVA limit of branch 17 - 31 not given, set to 9900
0780 % ***** MVA limit of branch 29 - 31 not given, set to 9900
0781 % ***** MVA limit of branch 23 - 32 not given, set to 9900
0782 % ***** MVA limit of branch 31 - 32 not given, set to 9900
0783 % ***** MVA limit of branch 27 - 32 not given, set to 9900
0784 % ***** MVA limit of branch 15 - 33 not given, set to 9900
0785 % ***** MVA limit of branch 19 - 34 not given, set to 9900
0786 % ***** MVA limit of branch 35 - 36 not given, set to 9900
0787 % ***** MVA limit of branch 35 - 37 not given, set to 9900
0788 % ***** MVA limit of branch 33 - 37 not given, set to 9900
0789 % ***** MVA limit of branch 34 - 36 not given, set to 9900
0790 % ***** MVA limit of branch 34 - 37 not given, set to 9900
0791 % ***** MVA limit of branch 38 - 37 not given, set to 9900
0792 % ***** MVA limit of branch 37 - 39 not given, set to 9900
0793 % ***** MVA limit of branch 37 - 40 not given, set to 9900
0794 % ***** MVA limit of branch 30 - 38 not given, set to 9900
0795 % ***** MVA limit of branch 39 - 40 not given, set to 9900
0796 % ***** MVA limit of branch 40 - 41 not given, set to 9900
0797 % ***** MVA limit of branch 40 - 42 not given, set to 9900
0798 % ***** MVA limit of branch 41 - 42 not given, set to 9900
0799 % ***** MVA limit of branch 43 - 44 not given, set to 9900
0800 % ***** MVA limit of branch 34 - 43 not given, set to 9900
0801 % ***** MVA limit of branch 44 - 45 not given, set to 9900
0802 % ***** MVA limit of branch 45 - 46 not given, set to 9900
0803 % ***** MVA limit of branch 46 - 47 not given, set to 9900
0804 % ***** MVA limit of branch 46 - 48 not given, set to 9900
0805 % ***** MVA limit of branch 47 - 49 not given, set to 9900
0806 % ***** MVA limit of branch 42 - 49 not given, set to 9900
0807 % ***** MVA limit of branch 42 - 49 not given, set to 9900
0808 % ***** MVA limit of branch 45 - 49 not given, set to 9900
0809 % ***** MVA limit of branch 48 - 49 not given, set to 9900
0810 % ***** MVA limit of branch 49 - 50 not given, set to 9900
0811 % ***** MVA limit of branch 49 - 51 not given, set to 9900
0812 % ***** MVA limit of branch 51 - 52 not given, set to 9900
0813 % ***** MVA limit of branch 52 - 53 not given, set to 9900
0814 % ***** MVA limit of branch 53 - 54 not given, set to 9900
0815 % ***** MVA limit of branch 49 - 54 not given, set to 9900
0816 % ***** MVA limit of branch 49 - 54 not given, set to 9900
0817 % ***** MVA limit of branch 54 - 55 not given, set to 9900
0818 % ***** MVA limit of branch 54 - 56 not given, set to 9900
0819 % ***** MVA limit of branch 55 - 56 not given, set to 9900
0820 % ***** MVA limit of branch 56 - 57 not given, set to 9900
0821 % ***** MVA limit of branch 50 - 57 not given, set to 9900
0822 % ***** MVA limit of branch 56 - 58 not given, set to 9900
0823 % ***** MVA limit of branch 51 - 58 not given, set to 9900
0824 % ***** MVA limit of branch 54 - 59 not given, set to 9900
0825 % ***** MVA limit of branch 56 - 59 not given, set to 9900
0826 % ***** MVA limit of branch 56 - 59 not given, set to 9900
0827 % ***** MVA limit of branch 55 - 59 not given, set to 9900
0828 % ***** MVA limit of branch 59 - 60 not given, set to 9900
0829 % ***** MVA limit of branch 59 - 61 not given, set to 9900
0830 % ***** MVA limit of branch 60 - 61 not given, set to 9900
0831 % ***** MVA limit of branch 60 - 62 not given, set to 9900
0832 % ***** MVA limit of branch 61 - 62 not given, set to 9900
0833 % ***** MVA limit of branch 63 - 59 not given, set to 9900
0834 % ***** MVA limit of branch 63 - 64 not given, set to 9900
0835 % ***** MVA limit of branch 64 - 61 not given, set to 9900
0836 % ***** MVA limit of branch 38 - 65 not given, set to 9900
0837 % ***** MVA limit of branch 64 - 65 not given, set to 9900
0838 % ***** MVA limit of branch 49 - 66 not given, set to 9900
0839 % ***** MVA limit of branch 49 - 66 not given, set to 9900
0840 % ***** MVA limit of branch 62 - 66 not given, set to 9900
0841 % ***** MVA limit of branch 62 - 67 not given, set to 9900
0842 % ***** MVA limit of branch 65 - 66 not given, set to 9900
0843 % ***** MVA limit of branch 66 - 67 not given, set to 9900
0844 % ***** MVA limit of branch 65 - 68 not given, set to 9900
0845 % ***** MVA limit of branch 47 - 69 not given, set to 9900
0846 % ***** MVA limit of branch 49 - 69 not given, set to 9900
0847 % ***** MVA limit of branch 68 - 69 not given, set to 9900
0848 % ***** MVA limit of branch 69 - 70 not given, set to 9900
0849 % ***** MVA limit of branch 24 - 70 not given, set to 9900
0850 % ***** MVA limit of branch 70 - 71 not given, set to 9900
0851 % ***** MVA limit of branch 24 - 72 not given, set to 9900
0852 % ***** MVA limit of branch 71 - 72 not given, set to 9900
0853 % ***** MVA limit of branch 71 - 73 not given, set to 9900
0854 % ***** MVA limit of branch 70 - 74 not given, set to 9900
0855 % ***** MVA limit of branch 70 - 75 not given, set to 9900
0856 % ***** MVA limit of branch 69 - 75 not given, set to 9900
0857 % ***** MVA limit of branch 74 - 75 not given, set to 9900
0858 % ***** MVA limit of branch 76 - 77 not given, set to 9900
0859 % ***** MVA limit of branch 69 - 77 not given, set to 9900
0860 % ***** MVA limit of branch 75 - 77 not given, set to 9900
0861 % ***** MVA limit of branch 77 - 78 not given, set to 9900
0862 % ***** MVA limit of branch 78 - 79 not given, set to 9900
0863 % ***** MVA limit of branch 77 - 80 not given, set to 9900
0864 % ***** MVA limit of branch 77 - 80 not given, set to 9900
0865 % ***** MVA limit of branch 79 - 80 not given, set to 9900
0866 % ***** MVA limit of branch 68 - 81 not given, set to 9900
0867 % ***** MVA limit of branch 81 - 80 not given, set to 9900
0868 % ***** MVA limit of branch 77 - 82 not given, set to 9900
0869 % ***** MVA limit of branch 82 - 83 not given, set to 9900
0870 % ***** MVA limit of branch 83 - 84 not given, set to 9900
0871 % ***** MVA limit of branch 83 - 85 not given, set to 9900
0872 % ***** MVA limit of branch 84 - 85 not given, set to 9900
0873 % ***** MVA limit of branch 85 - 86 not given, set to 9900
0874 % ***** MVA limit of branch 86 - 87 not given, set to 9900
0875 % ***** MVA limit of branch 85 - 88 not given, set to 9900
0876 % ***** MVA limit of branch 85 - 89 not given, set to 9900
0877 % ***** MVA limit of branch 88 - 89 not given, set to 9900
0878 % ***** MVA limit of branch 89 - 90 not given, set to 9900
0879 % ***** MVA limit of branch 89 - 90 not given, set to 9900
0880 % ***** MVA limit of branch 90 - 91 not given, set to 9900
0881 % ***** MVA limit of branch 89 - 92 not given, set to 9900
0882 % ***** MVA limit of branch 89 - 92 not given, set to 9900
0883 % ***** MVA limit of branch 91 - 92 not given, set to 9900
0884 % ***** MVA limit of branch 92 - 93 not given, set to 9900
0885 % ***** MVA limit of branch 92 - 94 not given, set to 9900
0886 % ***** MVA limit of branch 93 - 94 not given, set to 9900
0887 % ***** MVA limit of branch 94 - 95 not given, set to 9900
0888 % ***** MVA limit of branch 80 - 96 not given, set to 9900
0889 % ***** MVA limit of branch 82 - 96 not given, set to 9900
0890 % ***** MVA limit of branch 94 - 96 not given, set to 9900
0891 % ***** MVA limit of branch 80 - 97 not given, set to 9900
0892 % ***** MVA limit of branch 80 - 98 not given, set to 9900
0893 % ***** MVA limit of branch 80 - 99 not given, set to 9900
0894 % ***** MVA limit of branch 92 - 100 not given, set to 9900
0895 % ***** MVA limit of branch 94 - 100 not given, set to 9900
0896 % ***** MVA limit of branch 95 - 96 not given, set to 9900
0897 % ***** MVA limit of branch 96 - 97 not given, set to 9900
0898 % ***** MVA limit of branch 98 - 100 not given, set to 9900
0899 % ***** MVA limit of branch 99 - 100 not given, set to 9900
0900 % ***** MVA limit of branch 100 - 101 not given, set to 9900
0901 % ***** MVA limit of branch 92 - 102 not given, set to 9900
0902 % ***** MVA limit of branch 101 - 102 not given, set to 9900
0903 % ***** MVA limit of branch 100 - 103 not given, set to 9900
0904 % ***** MVA limit of branch 100 - 104 not given, set to 9900
0905 % ***** MVA limit of branch 103 - 104 not given, set to 9900
0906 % ***** MVA limit of branch 103 - 105 not given, set to 9900
0907 % ***** MVA limit of branch 100 - 106 not given, set to 9900
0908 % ***** MVA limit of branch 104 - 105 not given, set to 9900
0909 % ***** MVA limit of branch 105 - 106 not given, set to 9900
0910 % ***** MVA limit of branch 105 - 107 not given, set to 9900
0911 % ***** MVA limit of branch 105 - 108 not given, set to 9900
0912 % ***** MVA limit of branch 106 - 107 not given, set to 9900
0913 % ***** MVA limit of branch 108 - 109 not given, set to 9900
0914 % ***** MVA limit of branch 103 - 110 not given, set to 9900
0915 % ***** MVA limit of branch 109 - 110 not given, set to 9900
0916 % ***** MVA limit of branch 110 - 111 not given, set to 9900
0917 % ***** MVA limit of branch 110 - 112 not given, set to 9900
0918 % ***** MVA limit of branch 17 - 113 not given, set to 9900
0919 % ***** MVA limit of branch 32 - 113 not given, set to 9900
0920 % ***** MVA limit of branch 32 - 114 not given, set to 9900
0921 % ***** MVA limit of branch 27 - 115 not given, set to 9900
0922 % ***** MVA limit of branch 114 - 115 not given, set to 9900
0923 % ***** MVA limit of branch 68 - 116 not given, set to 9900
0924 % ***** MVA limit of branch 12 - 117 not given, set to 9900
0925 % ***** MVA limit of branch 75 - 118 not given, set to 9900
0926 % ***** MVA limit of branch 76 - 118 not given, set to 9900

Generated on Fri 16-Dec-2016 12:45:37 by m2html © 2005