0001 function wind = ex_wind(mpc)
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015 wind.gen = [
0016 2 0 0 50 -50 1 100 1 100 0 0 0 0 0 0 0 0 200 200 0 0;
0017 ];
0018
0019 wind.xgd_table.colnames = {
0020 'InitialPg', ...
0021 'RampWearCostCoeff', ...
0022 'PositiveActiveReservePrice', ...
0023 'PositiveActiveReserveQuantity', ...
0024 'NegativeActiveReservePrice', ...
0025 'NegativeActiveReserveQuantity', ...
0026 'PositiveActiveDeltaPrice', ...
0027 'NegativeActiveDeltaPrice', ...
0028 'PositiveLoadFollowReservePrice', ...
0029 'PositiveLoadFollowReserveQuantity', ...
0030 'NegativeLoadFollowReservePrice', ...
0031 'NegativeLoadFollowReserveQuantity', ...
0032 };
0033
0034 wind.xgd_table.data = [
0035 0 0 1e-8 200 2e-8 200 1e-9 1e-9 1e-6 200 1e-6 200;
0036 ];