forked from Irieo/IntEG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IntEG_v20_report.gms
672 lines (554 loc) · 30.3 KB
/
IntEG_v20_report.gms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
*$onMulti
$set resultdir_EVP output_v20_EVP\
$set resultdir_EUCO output_v20_EUCO\
$set resultdir_ST output_v20_ST\
$set resultdir_DG output_v20_DG\
$set resultdir_EVPI output_v20_EVPI\
$set resultdir_all results_v20\
parameters
EVP_STOCH_GasDem_TC,
EVP_STOCH_ElDem_TC,
EVP_STOCH_RESCap_TC,
EVP_STOCH_FuelPrice_TC,
EVP_STOCH_CO2Price_TC,
EVP_STOCH_AllPar_TC,
EVP_STOCH_FINV_GasDem_TC,
EVP_STOCH_FINV_ElDem_TC,
EVP_STOCH_FINV_RESCap_TC,
EVP_STOCH_FINV_FuelPrice_TC,
EVP_STOCH_FINV_CO2Price_TC,
EVP_STOCH_FINV_AllPar_TC,
EVP_Det_TC,
EVP_STOCH_GasDem_GasShed,
EVP_STOCH_ElDem_GasShed,
EVP_STOCH_RESCap_GasShed,
EVP_STOCH_FuelPrice_GasShed,
EVP_STOCH_CO2Price_GasShed,
EVP_STOCH_AllPar_GasShed,
EVP_STOCH_FINV_GasDem_GasShed,
EVP_STOCH_FINV_ElDem_GasShed,
EVP_STOCH_FINV_RESCap_GasShed,
EVP_STOCH_FINV_FuelPrice_GasShed,
EVP_STOCH_FINV_CO2Price_GasShed,
EVP_STOCH_FINV_AllPar_GasShed,
EVP_STOCH_GasDem_CapNew,
EVP_STOCH_ElDem_CapNew,
EVP_STOCH_RESCap_CapNew,
EVP_STOCH_FuelPrice_CapNew,
EVP_STOCH_CO2Price_CapNew,
EVP_STOCH_AllPar_CapNew,
EVP_STOCH_FINV_GasDem_CapNew,
EUCO_STOCH_GasDem_TC,
EUCO_STOCH_ElDem_TC,
EUCO_STOCH_RESCap_TC,
EUCO_STOCH_FuelPrice_TC,
EUCO_STOCH_CO2Price_TC,
EUCO_STOCH_AllPar_TC,
EUCO_STOCH_FINV_GasDem_TC,
EUCO_STOCH_FINV_ElDem_TC,
EUCO_STOCH_FINV_RESCap_TC,
EUCO_STOCH_FINV_FuelPrice_TC,
EUCO_STOCH_FINV_CO2Price_TC,
EUCO_STOCH_FINV_AllPar_TC,
EUCO_Det_TC,
EUCO_STOCH_GasDem_GasShed,
EUCO_STOCH_ElDem_GasShed,
EUCO_STOCH_RESCap_GasShed,
EUCO_STOCH_FuelPrice_GasShed,
EUCO_STOCH_CO2Price_GasShed,
EUCO_STOCH_AllPar_GasShed,
EUCO_STOCH_FINV_GasDem_GasShed,
EUCO_STOCH_FINV_ElDem_GasShed,
EUCO_STOCH_FINV_RESCap_GasShed,
EUCO_STOCH_FINV_FuelPrice_GasShed,
EUCO_STOCH_FINV_CO2Price_GasShed,
EUCO_STOCH_FINV_AllPar_GasShed,
EUCO_STOCH_GasDem_CapNew,
EUCO_STOCH_ElDem_CapNew,
EUCO_STOCH_RESCap_CapNew,
EUCO_STOCH_FuelPrice_CapNew,
EUCO_STOCH_CO2Price_CapNew,
EUCO_STOCH_AllPar_CapNew,
EUCO_STOCH_FINV_GasDem_CapNew,
ST_STOCH_GasDem_TC,
ST_STOCH_ElDem_TC,
ST_STOCH_RESCap_TC,
ST_STOCH_FuelPrice_TC,
ST_STOCH_CO2Price_TC,
ST_STOCH_AllPar_TC,
ST_STOCH_FINV_GasDem_TC,
ST_STOCH_FINV_ElDem_TC,
ST_STOCH_FINV_RESCap_TC,
ST_STOCH_FINV_FuelPrice_TC,
ST_STOCH_FINV_CO2Price_TC,
ST_STOCH_FINV_AllPar_TC,
ST_Det_TC,
ST_STOCH_GasDem_GasShed,
ST_STOCH_ElDem_GasShed,
ST_STOCH_RESCap_GasShed,
ST_STOCH_FuelPrice_GasShed,
ST_STOCH_CO2Price_GasShed,
ST_STOCH_AllPar_GasShed,
ST_STOCH_FINV_GasDem_GasShed,
ST_STOCH_FINV_ElDem_GasShed,
ST_STOCH_FINV_RESCap_GasShed,
ST_STOCH_FINV_FuelPrice_GasShed,
ST_STOCH_FINV_CO2Price_GasShed,
ST_STOCH_FINV_AllPar_GasShed,
ST_STOCH_GasDem_CapNew,
ST_STOCH_ElDem_CapNew,
ST_STOCH_RESCap_CapNew,
ST_STOCH_FuelPrice_CapNew,
ST_STOCH_CO2Price_CapNew,
ST_STOCH_AllPar_CapNew,
ST_STOCH_FINV_GasDem_CapNew,
DG_STOCH_GasDem_TC,
DG_STOCH_ElDem_TC,
DG_STOCH_RESCap_TC,
DG_STOCH_FuelPrice_TC,
DG_STOCH_CO2Price_TC,
DG_STOCH_AllPar_TC,
DG_STOCH_FINV_GasDem_TC,
DG_STOCH_FINV_ElDem_TC,
DG_STOCH_FINV_RESCap_TC,
DG_STOCH_FINV_FuelPrice_TC,
DG_STOCH_FINV_CO2Price_TC,
DG_STOCH_FINV_AllPar_TC,
DG_Det_TC,
DG_STOCH_GasDem_GasShed,
DG_STOCH_ElDem_GasShed,
DG_STOCH_RESCap_GasShed,
DG_STOCH_FuelPrice_GasShed,
DG_STOCH_CO2Price_GasShed,
DG_STOCH_AllPar_GasShed,
DG_STOCH_FINV_GasDem_GasShed,
DG_STOCH_FINV_ElDem_GasShed,
DG_STOCH_FINV_RESCap_GasShed,
DG_STOCH_FINV_FuelPrice_GasShed,
DG_STOCH_FINV_CO2Price_GasShed,
DG_STOCH_FINV_AllPar_GasShed,
DG_STOCH_GasDem_CapNew,
DG_STOCH_ElDem_CapNew,
DG_STOCH_RESCap_CapNew,
DG_STOCH_FuelPrice_CapNew,
DG_STOCH_CO2Price_CapNew,
DG_STOCH_AllPar_CapNew,
DG_STOCH_FINV_GasDem_CapNew
;
parameter report(*,*,*);
option report:0;
option decimals = 0;
parameter report_invest(n,*,*,year,i);
option report_invest:0;
*#################################################################################################################################
* SCENARIO 1: ECIU - EVP
*#################################################################################################################################
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_Scen_GasDem.gdx
$load EVP_STOCH_GasDem_TC = Cost_GLobal.l
$load EVP_STOCH_GasDem_GasShed = gas_shed.l
$load EVP_STOCH_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_Scen_ElDem.gdx
$Load EVP_STOCH_ElDem_TC = Cost_GLobal.l
$Load EVP_STOCH_ElDem_GasShed = gas_shed.l
$load EVP_STOCH_ELDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_Scen_RESCap.gdx
$Load EVP_STOCH_RESCap_TC = Cost_GLobal.l
$Load EVP_STOCH_RESCap_GasShed = gas_shed.l
$load EVP_STOCH_RESCap_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_Scen_FuelPrice.gdx
$Load EVP_STOCH_FuelPrice_TC = Cost_GLobal.l
$Load EVP_STOCH_FuelPrice_GasShed = gas_shed.l
$load EVP_STOCH_FuelPrice_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_Scen_CO2Price.gdx
$Load EVP_STOCH_CO2Price_TC = Cost_GLobal.l
$Load EVP_STOCH_CO2Price_GasShed = gas_shed.l
$load EVP_STOCH_CO2Price_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_Scen_AllPar.gdx
$Load EVP_STOCH_AllPar_TC = Cost_GLobal.l
$Load EVP_STOCH_AllPar_GasShed = gas_shed.l
$load EVP_STOCH_AllPar_CapNew = cap_new.l
$gdxin
* FINV
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_FINV_Scen_GasDem.gdx
$load EVP_STOCH_FINV_GasDem_TC = Cost_GLobal.l
$load EVP_STOCH_FINV_GasDem_GasShed = gas_shed.l
$load EVP_STOCH_FINV_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_FINV_Scen_ElDem.gdx
$Load EVP_STOCH_FINV_ElDem_TC = Cost_GLobal.l
$Load EVP_STOCH_FINV_ElDem_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_FINV_Scen_RESCap.gdx
$Load EVP_STOCH_FINV_RESCap_TC = Cost_GLobal.l
$Load EVP_STOCH_FINV_RESCap_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_FINV_Scen_FuelPrice.gdx
$Load EVP_STOCH_FINV_FuelPrice_TC = Cost_GLobal.l
$Load EVP_STOCH_FINV_FuelPrice_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_FINV_Scen_CO2Price.gdx
$Load EVP_STOCH_FINV_CO2Price_TC = Cost_GLobal.l
$Load EVP_STOCH_FINV_CO2Price_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EVP%%GlobalSCEN%_STOCH_FINV_Scen_AllPar.gdx
$Load EVP_STOCH_FINV_AllPar_TC = Cost_GLobal.l
$Load EVP_STOCH_FINV_AllPar_GasShed = gas_shed.l
$gdxin
*Det
$gdxin %resultdir_EVP%%GlobalSCEN%_DET_Scen.gdx
$load EVP_Det_TC = Cost_GLobal.l
$gdxin
* ECIU
report('EVP', 'GasDem', 'STOCH_OBJ') = EVP_STOCH_GasDem_TC;
report('EVP', 'ElDem', 'STOCH_OBJ') = EVP_STOCH_ElDem_TC ;
report('EVP', 'RESCap', 'STOCH_OBJ') = EVP_STOCH_RESCap_TC;
report('EVP', 'FuelPrice', 'STOCH_OBJ') = EVP_STOCH_FuelPrice_TC;
report('EVP', 'CO2Price', 'STOCH_OBJ') = EVP_STOCH_CO2Price_TC;
report('EVP', 'AllPar', 'STOCH_OBJ') = EVP_STOCH_AllPar_TC;
report('EVP', 'DET', 'Det_OBJ') = EVP_Det_TC;
report('EVP', 'GasDem', 'STOCH_FINV_OBJ') = EVP_STOCH_FINV_GasDem_TC;
report('EVP', 'ElDem', 'STOCH_FINV_OBJ') = EVP_STOCH_FINV_ElDem_TC ;
report('EVP', 'RESCap', 'STOCH_FINV_OBJ') = EVP_STOCH_FINV_RESCap_TC;
report('EVP', 'FuelPrice', 'STOCH_FINV_OBJ') = EVP_STOCH_FINV_FuelPrice_TC;
report('EVP', 'CO2Price', 'STOCH_FINV_OBJ') = EVP_STOCH_FINV_CO2Price_TC;
report('EVP', 'AllPar', 'STOCH_FINV_OBJ') = EVP_STOCH_FINV_AllPar_TC;
report('EVP', 'GasDem', 'ECIU [M Euro]') = (EVP_STOCH_FINV_GasDem_TC - EVP_STOCH_GasDem_TC) / 1000000 ;
report('EVP', 'ElDem', 'ECIU [M Euro]') = (EVP_STOCH_FINV_ElDem_TC - EVP_STOCH_ElDem_TC) / 1000000 ;
report('EVP', 'RESCap', 'ECIU [M Euro]') = (EVP_STOCH_FINV_RESCap_TC - EVP_STOCH_RESCap_TC) / 1000000 ;
report('EVP', 'FuelPrice', 'ECIU [M Euro]') = (EVP_STOCH_FINV_FuelPrice_TC - EVP_STOCH_FuelPrice_TC) / 1000000 ;
report('EVP', 'CO2Price', 'ECIU [M Euro]') = (EVP_STOCH_FINV_CO2Price_TC - EVP_STOCH_CO2Price_TC) / 1000000 ;
report('EVP', 'AllPar', 'ECIU [M Euro]') = (EVP_STOCH_FINV_AllPar_TC - EVP_STOCH_AllPar_TC) / 1000000 ;
report('EVP', 'GasDem', 'STOCH_GasShed') = sum((co,year,month,scen), EVP_STOCH_GasDem_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'ElDem', 'STOCH_GasShed') = sum((co,year,month,scen), EVP_STOCH_ElDem_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'RESCap', 'STOCH_GasShed') = sum((co,year,month,scen), EVP_STOCH_RESCap_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'FuelPrice', 'STOCH_GasShed') = sum((co,year,month,scen), EVP_STOCH_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'CO2Price', 'STOCH_GasShed') = sum((co,year,month,scen), EVP_STOCH_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'AllPar', 'STOCH_GasShed') = sum((co,year,month,scen), EVP_STOCH_AllPar_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'GasDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EVP_STOCH_FINV_GasDem_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'ElDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EVP_STOCH_FINV_ElDem_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'RESCap', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EVP_STOCH_FINV_RESCap_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'FuelPrice', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EVP_STOCH_FINV_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'CO2Price', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EVP_STOCH_FINV_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('EVP', 'AllPar', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EVP_STOCH_FINV_AllPar_GasShed (co,year,month,scen)) + EPS;
report_invest(co, 'EVP', 'GasDem', year, i) = EVP_STOCH_GasDem_CapNew (i,co,year) ;
report_invest(co, 'EVP', 'ElDem', year, i) = EVP_STOCH_ElDem_CapNew (i,co,year) ;
report_invest(co, 'EVP', 'RESCap', year, i) = EVP_STOCH_RESCap_CapNew (i,co,year) ;
report_invest(co, 'EVP', 'FuelPrice', year, i) = EVP_STOCH_FuelPrice_CapNew (i,co,year) ;
report_invest(co, 'EVP', 'CO2Price', year, i) = EVP_STOCH_CO2Price_CapNew (i,co,year) ;
report_invest(co, 'EVP', 'AllPar', year, i) = EVP_STOCH_AllPar_CapNew (i,co,year) ;
report_invest(co, 'EVP', 'Det', year, i) = EVP_STOCH_FINV_GasDem_CapNew (i,co,year) ;
*#################################################################################################################################
* SCENARIO 2: ECIU - EUCO
*#################################################################################################################################
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_Scen_GasDem.gdx
$load EUCO_STOCH_GasDem_TC = Cost_GLobal.l
$load EUCO_STOCH_GasDem_GasShed = gas_shed.l
$load EUCO_STOCH_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_Scen_ElDem.gdx
$Load EUCO_STOCH_ElDem_TC = Cost_GLobal.l
$Load EUCO_STOCH_ElDem_GasShed = gas_shed.l
$load EUCO_STOCH_ElDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_Scen_RESCap.gdx
$Load EUCO_STOCH_RESCap_TC = Cost_GLobal.l
$Load EUCO_STOCH_RESCap_GasShed = gas_shed.l
$load EUCO_STOCH_RESCap_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_Scen_FuelPrice.gdx
$Load EUCO_STOCH_FuelPrice_TC = Cost_GLobal.l
$Load EUCO_STOCH_FuelPrice_GasShed = gas_shed.l
$load EUCO_STOCH_FuelPrice_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_Scen_CO2Price.gdx
$Load EUCO_STOCH_CO2Price_TC = Cost_GLobal.l
$Load EUCO_STOCH_CO2Price_GasShed = gas_shed.l
$load EUCO_STOCH_CO2Price_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_Scen_AllPar.gdx
$Load EUCO_STOCH_AllPar_TC = Cost_GLobal.l
$Load EUCO_STOCH_AllPar_GasShed = gas_shed.l
$load EUCO_STOCH_AllPar_CapNew = cap_new.l
$gdxin
* FINV
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_FINV_Scen_GasDem.gdx
$load EUCO_STOCH_FINV_GasDem_TC = Cost_GLobal.l
$load EUCO_STOCH_FINV_GasDem_GasShed = gas_shed.l
$load EUCO_STOCH_FINV_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_FINV_Scen_ElDem.gdx
$Load EUCO_STOCH_FINV_ElDem_TC = Cost_GLobal.l
$Load EUCO_STOCH_FINV_ElDem_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_FINV_Scen_RESCap.gdx
$Load EUCO_STOCH_FINV_RESCap_TC = Cost_GLobal.l
$Load EUCO_STOCH_FINV_RESCap_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_FINV_Scen_FuelPrice.gdx
$Load EUCO_STOCH_FINV_FuelPrice_TC = Cost_GLobal.l
$Load EUCO_STOCH_FINV_FuelPrice_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_FINV_Scen_CO2Price.gdx
$Load EUCO_STOCH_FINV_CO2Price_TC = Cost_GLobal.l
$Load EUCO_STOCH_FINV_CO2Price_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_EUCO%%GlobalSCEN%_STOCH_FINV_Scen_AllPar.gdx
$Load EUCO_STOCH_FINV_AllPar_TC = Cost_GLobal.l
$Load EUCO_STOCH_FINV_AllPar_GasShed = gas_shed.l
$gdxin
*Det
$gdxin %resultdir_EUCO%%GlobalSCEN%_DET_Scen.gdx
$load EUCO_Det_TC = Cost_GLobal.l
$gdxin
* ECIU
report('EUCO', 'GasDem', 'STOCH_OBJ') = EUCO_STOCH_GasDem_TC;
report('EUCO', 'ElDem', 'STOCH_OBJ') = EUCO_STOCH_ElDem_TC ;
report('EUCO', 'RESCap', 'STOCH_OBJ') = EUCO_STOCH_RESCap_TC;
report('EUCO', 'FuelPrice', 'STOCH_OBJ') = EUCO_STOCH_FuelPrice_TC;
report('EUCO', 'CO2Price', 'STOCH_OBJ') = EUCO_STOCH_CO2Price_TC;
report('EUCO', 'AllPar', 'STOCH_OBJ') = EUCO_STOCH_AllPar_TC;
report('EUCO', 'DET', 'Det_OBJ') = EUCO_Det_TC;
report('EUCO', 'GasDem', 'STOCH_FINV_OBJ') = EUCO_STOCH_FINV_GasDem_TC;
report('EUCO', 'ElDem', 'STOCH_FINV_OBJ') = EUCO_STOCH_FINV_ElDem_TC ;
report('EUCO', 'RESCap', 'STOCH_FINV_OBJ') = EUCO_STOCH_FINV_RESCap_TC;
report('EUCO', 'FuelPrice', 'STOCH_FINV_OBJ') = EUCO_STOCH_FINV_FuelPrice_TC;
report('EUCO', 'CO2Price', 'STOCH_FINV_OBJ') = EUCO_STOCH_FINV_CO2Price_TC;
report('EUCO', 'AllPar', 'STOCH_FINV_OBJ') = EUCO_STOCH_FINV_AllPar_TC;
report('EUCO', 'GasDem', 'ECIU [M Euro]') = (EUCO_STOCH_FINV_GasDem_TC - EUCO_STOCH_GasDem_TC) / 1000000 ;
report('EUCO', 'ElDem', 'ECIU [M Euro]') = (EUCO_STOCH_FINV_ElDem_TC - EUCO_STOCH_ElDem_TC) / 1000000 ;
report('EUCO', 'RESCap', 'ECIU [M Euro]') = (EUCO_STOCH_FINV_RESCap_TC - EUCO_STOCH_RESCap_TC) / 1000000 ;
report('EUCO', 'FuelPrice', 'ECIU [M Euro]') = (EUCO_STOCH_FINV_FuelPrice_TC - EUCO_STOCH_FuelPrice_TC) / 1000000 ;
report('EUCO', 'CO2Price', 'ECIU [M Euro]') = (EUCO_STOCH_FINV_CO2Price_TC - EUCO_STOCH_CO2Price_TC) / 1000000 ;
report('EUCO', 'AllPar', 'ECIU [M Euro]') = (EUCO_STOCH_FINV_AllPar_TC - EUCO_STOCH_AllPar_TC) / 1000000 ;
report('EUCO', 'GasDem', 'STOCH_GasShed') = sum((co,year,month,scen), EUCO_STOCH_GasDem_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'ElDem', 'STOCH_GasShed') = sum((co,year,month,scen), EUCO_STOCH_ElDem_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'RESCap', 'STOCH_GasShed') = sum((co,year,month,scen), EUCO_STOCH_RESCap_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'FuelPrice', 'STOCH_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'CO2Price', 'STOCH_GasShed') = sum((co,year,month,scen), EUCO_STOCH_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'AllPar', 'STOCH_GasShed') = sum((co,year,month,scen), EUCO_STOCH_AllPar_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'GasDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FINV_GasDem_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'ElDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FINV_ElDem_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'RESCap', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FINV_RESCap_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'FuelPrice', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FINV_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'CO2Price', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FINV_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('EUCO', 'AllPar', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), EUCO_STOCH_FINV_AllPar_GasShed (co,year,month,scen)) + EPS;
report_invest(co, 'EUCO', 'GasDem', year, i) = EUCO_STOCH_GasDem_CapNew (i,co,year) ;
report_invest(co, 'EUCO', 'ElDem', year, i) = EUCO_STOCH_ElDem_CapNew (i,co,year) ;
report_invest(co, 'EUCO', 'RESCap', year, i) = EUCO_STOCH_RESCap_CapNew (i,co,year) ;
report_invest(co, 'EUCO', 'FuelPrice', year, i) = EUCO_STOCH_FuelPrice_CapNew (i,co,year) ;
report_invest(co, 'EUCO', 'CO2Price', year, i) = EUCO_STOCH_CO2Price_CapNew (i,co,year) ;
report_invest(co, 'EUCO', 'AllPar', year, i) = EUCO_STOCH_AllPar_CapNew (i,co,year) ;
report_invest(co, 'EUCO', 'Det', year, i) = EUCO_STOCH_FINV_GasDem_CapNew (i,co,year) ;
*#################################################################################################################################
* SCENARIO 3: ECIU - ST
*#################################################################################################################################
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_Scen_GasDem.gdx
$load ST_STOCH_GasDem_TC = Cost_GLobal.l
$load ST_STOCH_GasDem_GasShed = gas_shed.l
$load ST_STOCH_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_Scen_ElDem.gdx
$Load ST_STOCH_ElDem_TC = Cost_GLobal.l
$Load ST_STOCH_ElDem_GasShed = gas_shed.l
$load ST_STOCH_ElDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_Scen_RESCap.gdx
$Load ST_STOCH_RESCap_TC = Cost_GLobal.l
$Load ST_STOCH_RESCap_GasShed = gas_shed.l
$load ST_STOCH_RESCap_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_Scen_FuelPrice.gdx
$Load ST_STOCH_FuelPrice_TC = Cost_GLobal.l
$Load ST_STOCH_FuelPrice_GasShed = gas_shed.l
$load ST_STOCH_FuelPrice_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_Scen_CO2Price.gdx
$Load ST_STOCH_CO2Price_TC = Cost_GLobal.l
$Load ST_STOCH_CO2Price_GasShed = gas_shed.l
$load ST_STOCH_CO2Price_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_Scen_AllPar.gdx
$Load ST_STOCH_AllPar_TC = Cost_GLobal.l
$Load ST_STOCH_AllPar_GasShed = gas_shed.l
$load ST_STOCH_AllPar_CapNew = cap_new.l
$gdxin
* FINV
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_FINV_Scen_GasDem.gdx
$load ST_STOCH_FINV_GasDem_TC = Cost_GLobal.l
$load ST_STOCH_FINV_GasDem_GasShed = gas_shed.l
$load ST_STOCH_FINV_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_FINV_Scen_ElDem.gdx
$Load ST_STOCH_FINV_ElDem_TC = Cost_GLobal.l
$Load ST_STOCH_FINV_ElDem_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_FINV_Scen_RESCap.gdx
$Load ST_STOCH_FINV_RESCap_TC = Cost_GLobal.l
$Load ST_STOCH_FINV_RESCap_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_FINV_Scen_FuelPrice.gdx
$Load ST_STOCH_FINV_FuelPrice_TC = Cost_GLobal.l
$Load ST_STOCH_FINV_FuelPrice_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_FINV_Scen_CO2Price.gdx
$Load ST_STOCH_FINV_CO2Price_TC = Cost_GLobal.l
$Load ST_STOCH_FINV_CO2Price_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_ST%%GlobalSCEN%_STOCH_FINV_Scen_AllPar.gdx
$Load ST_STOCH_FINV_AllPar_TC = Cost_GLobal.l
$Load ST_STOCH_FINV_AllPar_GasShed = gas_shed.l
$gdxin
*Det
$gdxin %resultdir_ST%%GlobalSCEN%_DET_Scen.gdx
$load ST_Det_TC = Cost_GLobal.l
$gdxin
* ECIU
report('ST', 'GasDem', 'STOCH_OBJ') = ST_STOCH_GasDem_TC;
report('ST', 'ElDem', 'STOCH_OBJ') = ST_STOCH_ElDem_TC ;
report('ST', 'RESCap', 'STOCH_OBJ') = ST_STOCH_RESCap_TC;
report('ST', 'FuelPrice', 'STOCH_OBJ') = ST_STOCH_FuelPrice_TC;
report('ST', 'CO2Price', 'STOCH_OBJ') = ST_STOCH_CO2Price_TC;
report('ST', 'AllPar', 'STOCH_OBJ') = ST_STOCH_AllPar_TC;
report('ST', 'DET', 'Det_OBJ') = ST_Det_TC ;
report('ST', 'GasDem', 'STOCH_FINV_OBJ') = ST_STOCH_FINV_GasDem_TC;
report('ST', 'ElDem', 'STOCH_FINV_OBJ') = ST_STOCH_FINV_ElDem_TC ;
report('ST', 'RESCap', 'STOCH_FINV_OBJ') = ST_STOCH_FINV_RESCap_TC;
report('ST', 'FuelPrice', 'STOCH_FINV_OBJ') = ST_STOCH_FINV_FuelPrice_TC;
report('ST', 'CO2Price', 'STOCH_FINV_OBJ') = ST_STOCH_FINV_CO2Price_TC;
report('ST', 'AllPar', 'STOCH_FINV_OBJ') = ST_STOCH_FINV_AllPar_TC;
report('ST', 'GasDem', 'ECIU [M Euro]') = (ST_STOCH_FINV_GasDem_TC - ST_STOCH_GasDem_TC) / 1000000 ;
report('ST', 'ElDem', 'ECIU [M Euro]') = (ST_STOCH_FINV_ElDem_TC - ST_STOCH_ElDem_TC) / 1000000 ;
report('ST', 'RESCap', 'ECIU [M Euro]') = (ST_STOCH_FINV_RESCap_TC - ST_STOCH_RESCap_TC) / 1000000 ;
report('ST', 'FuelPrice', 'ECIU [M Euro]') = (ST_STOCH_FINV_FuelPrice_TC - ST_STOCH_FuelPrice_TC) / 1000000 ;
report('ST', 'CO2Price', 'ECIU [M Euro]') = (ST_STOCH_FINV_CO2Price_TC - ST_STOCH_CO2Price_TC) / 1000000 ;
report('ST', 'AllPar', 'ECIU [M Euro]') = (ST_STOCH_FINV_AllPar_TC - ST_STOCH_AllPar_TC) / 1000000 ;
report('ST', 'GasDem', 'STOCH_GasShed') = sum((co,year,month,scen), ST_STOCH_GasDem_GasShed (co,year,month,scen)) + EPS;
report('ST', 'ElDem', 'STOCH_GasShed') = sum((co,year,month,scen), ST_STOCH_ElDem_GasShed (co,year,month,scen)) + EPS;
report('ST', 'RESCap', 'STOCH_GasShed') = sum((co,year,month,scen), ST_STOCH_RESCap_GasShed (co,year,month,scen)) + EPS;
report('ST', 'FuelPrice', 'STOCH_GasShed') = sum((co,year,month,scen), ST_STOCH_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('ST', 'CO2Price', 'STOCH_GasShed') = sum((co,year,month,scen), ST_STOCH_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('ST', 'AllPar', 'STOCH_GasShed') = sum((co,year,month,scen), ST_STOCH_AllPar_GasShed (co,year,month,scen)) + EPS;
report('ST', 'GasDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), ST_STOCH_FINV_GasDem_GasShed (co,year,month,scen)) + EPS;
report('ST', 'ElDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), ST_STOCH_FINV_ElDem_GasShed (co,year,month,scen)) + EPS;
report('ST', 'RESCap', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), ST_STOCH_FINV_RESCap_GasShed (co,year,month,scen)) + EPS;
report('ST', 'FuelPrice', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), ST_STOCH_FINV_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('ST', 'CO2Price', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), ST_STOCH_FINV_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('ST', 'AllPar', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), ST_STOCH_FINV_AllPar_GasShed (co,year,month,scen)) + EPS;
report_invest(co, 'ST', 'GasDem', year, i) = ST_STOCH_GasDem_CapNew (i,co,year) ;
report_invest(co, 'ST', 'ElDem', year, i) = ST_STOCH_ElDem_CapNew (i,co,year) ;
report_invest(co, 'ST', 'RESCap', year, i) = ST_STOCH_RESCap_CapNew (i,co,year) ;
report_invest(co, 'ST', 'FuelPrice', year, i) = ST_STOCH_FuelPrice_CapNew (i,co,year) ;
report_invest(co, 'ST', 'CO2Price', year, i) = ST_STOCH_CO2Price_CapNew (i,co,year) ;
report_invest(co, 'ST', 'AllPar', year, i) = ST_STOCH_AllPar_CapNew (i,co,year) ;
report_invest(co, 'ST', 'Det', year, i) = ST_STOCH_FINV_GasDem_CapNew (i,co,year) ;
*#################################################################################################################################
* SCENARIO 4: ECIU - DG
*#################################################################################################################################
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_Scen_GasDem.gdx
$load DG_STOCH_GasDem_TC = CoST_GLobal.l
$load DG_STOCH_GasDem_GasShed = gas_shed.l
$load DG_STOCH_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_Scen_ElDem.gdx
$Load DG_STOCH_ElDem_TC = CoST_GLobal.l
$Load DG_STOCH_ElDem_GasShed = gas_shed.l
$load DG_STOCH_ElDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_Scen_RESCap.gdx
$Load DG_STOCH_RESCap_TC = CoST_GLobal.l
$Load DG_STOCH_RESCap_GasShed = gas_shed.l
$load DG_STOCH_RESCap_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_Scen_FuelPrice.gdx
$Load DG_STOCH_FuelPrice_TC = CoST_GLobal.l
$Load DG_STOCH_FuelPrice_GasShed = gas_shed.l
$load DG_STOCH_FuelPrice_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_Scen_CO2Price.gdx
$Load DG_STOCH_CO2Price_TC = CoST_GLobal.l
$Load DG_STOCH_CO2Price_GasShed = gas_shed.l
$load DG_STOCH_CO2Price_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_Scen_AllPar.gdx
$Load DG_STOCH_AllPar_TC = CoST_GLobal.l
$Load DG_STOCH_AllPar_GasShed = gas_shed.l
$load DG_STOCH_AllPar_CapNew = cap_new.l
$gdxin
* FINV
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_FINV_Scen_GasDem.gdx
$load DG_STOCH_FINV_GasDem_TC = CoST_GLobal.l
$load DG_STOCH_FINV_GasDem_GasShed = gas_shed.l
$load DG_STOCH_FINV_GasDem_CapNew = cap_new.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_FINV_Scen_ElDem.gdx
$Load DG_STOCH_FINV_ElDem_TC = CoST_GLobal.l
$Load DG_STOCH_FINV_ElDem_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_FINV_Scen_RESCap.gdx
$Load DG_STOCH_FINV_RESCap_TC = CoST_GLobal.l
$Load DG_STOCH_FINV_RESCap_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_FINV_Scen_FuelPrice.gdx
$Load DG_STOCH_FINV_FuelPrice_TC = CoST_GLobal.l
$Load DG_STOCH_FINV_FuelPrice_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_FINV_Scen_CO2Price.gdx
$Load DG_STOCH_FINV_CO2Price_TC = CoST_GLobal.l
$Load DG_STOCH_FINV_CO2Price_GasShed = gas_shed.l
$gdxin
$gdxin %resultdir_DG%%GlobalSCEN%_STOCH_FINV_Scen_AllPar.gdx
$Load DG_STOCH_FINV_AllPar_TC = CoST_GLobal.l
$Load DG_STOCH_FINV_AllPar_GasShed = gas_shed.l
$gdxin
*Det
$gdxin %resultdir_DG%%GlobalSCEN%_DET_Scen.gdx
$load DG_Det_TC = Cost_GLobal.l
$gdxin
* ECIU
report('DG', 'GasDem', 'STOCH_OBJ') = DG_STOCH_GasDem_TC;
report('DG', 'ElDem', 'STOCH_OBJ') = DG_STOCH_ElDem_TC ;
report('DG', 'RESCap', 'STOCH_OBJ') = DG_STOCH_RESCap_TC;
report('DG', 'FuelPrice', 'STOCH_OBJ') = DG_STOCH_FuelPrice_TC;
report('DG', 'CO2Price', 'STOCH_OBJ') = DG_STOCH_CO2Price_TC;
report('DG', 'AllPar', 'STOCH_OBJ') = DG_STOCH_AllPar_TC;
report('DG', 'DET', 'Det_OBJ') = DG_Det_TC;
report('DG', 'GasDem', 'STOCH_FINV_OBJ') = DG_STOCH_FINV_GasDem_TC;
report('DG', 'ElDem', 'STOCH_FINV_OBJ') = DG_STOCH_FINV_ElDem_TC ;
report('DG', 'RESCap', 'STOCH_FINV_OBJ') = DG_STOCH_FINV_RESCap_TC;
report('DG', 'FuelPrice', 'STOCH_FINV_OBJ') = DG_STOCH_FINV_FuelPrice_TC;
report('DG', 'CO2Price', 'STOCH_FINV_OBJ') = DG_STOCH_FINV_CO2Price_TC;
report('DG', 'AllPar', 'STOCH_FINV_OBJ') = DG_STOCH_FINV_AllPar_TC;
report('DG', 'GasDem', 'ECIU [M Euro]') = (DG_STOCH_FINV_GasDem_TC - DG_STOCH_GasDem_TC) / 1000000 ;
report('DG', 'ElDem', 'ECIU [M Euro]') = (DG_STOCH_FINV_ElDem_TC - DG_STOCH_ElDem_TC) / 1000000 ;
report('DG', 'RESCap', 'ECIU [M Euro]') = (DG_STOCH_FINV_RESCap_TC - DG_STOCH_RESCap_TC) / 1000000 ;
report('DG', 'FuelPrice', 'ECIU [M Euro]') = (DG_STOCH_FINV_FuelPrice_TC - DG_STOCH_FuelPrice_TC) / 1000000 ;
report('DG', 'CO2Price', 'ECIU [M Euro]') = (DG_STOCH_FINV_CO2Price_TC - DG_STOCH_CO2Price_TC) / 1000000 ;
report('DG', 'AllPar', 'ECIU [M Euro]') = (DG_STOCH_FINV_AllPar_TC - DG_STOCH_AllPar_TC) / 1000000 ;
report('DG', 'GasDem', 'STOCH_GasShed') = sum((co,year,month,scen), DG_STOCH_GasDem_GasShed (co,year,month,scen)) + EPS;
report('DG', 'ElDem', 'STOCH_GasShed') = sum((co,year,month,scen), DG_STOCH_ElDem_GasShed (co,year,month,scen)) + EPS;
report('DG', 'RESCap', 'STOCH_GasShed') = sum((co,year,month,scen), DG_STOCH_RESCap_GasShed (co,year,month,scen)) + EPS;
report('DG', 'FuelPrice', 'STOCH_GasShed') = sum((co,year,month,scen), DG_STOCH_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('DG', 'CO2Price', 'STOCH_GasShed') = sum((co,year,month,scen), DG_STOCH_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('DG', 'AllPar', 'STOCH_GasShed') = sum((co,year,month,scen), DG_STOCH_AllPar_GasShed (co,year,month,scen)) + EPS;
report('DG', 'GasDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), DG_STOCH_FINV_GasDem_GasShed (co,year,month,scen)) + EPS;
report('DG', 'ElDem', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), DG_STOCH_FINV_ElDem_GasShed (co,year,month,scen)) + EPS;
report('DG', 'RESCap', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), DG_STOCH_FINV_RESCap_GasShed (co,year,month,scen)) + EPS;
report('DG', 'FuelPrice', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), DG_STOCH_FINV_FuelPrice_GasShed (co,year,month,scen)) + EPS;
report('DG', 'CO2Price', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), DG_STOCH_FINV_CO2Price_GasShed (co,year,month,scen)) + EPS;
report('DG', 'AllPar', 'STOCH_FINV_GasShed') = sum((co,year,month,scen), DG_STOCH_FINV_AllPar_GasShed (co,year,month,scen)) + EPS;
report_invest(co, 'DG', 'GasDem', year, i) = DG_STOCH_GasDem_CapNew (i,co,year) ;
report_invest(co, 'DG', 'ElDem', year, i) = DG_STOCH_ElDem_CapNew (i,co,year) ;
report_invest(co, 'DG', 'RESCap', year, i) = DG_STOCH_RESCap_CapNew (i,co,year) ;
report_invest(co, 'DG', 'FuelPrice', year, i) = DG_STOCH_FuelPrice_CapNew (i,co,year) ;
report_invest(co, 'DG', 'CO2Price', year, i) = DG_STOCH_CO2Price_CapNew (i,co,year) ;
report_invest(co, 'DG', 'AllPar', year, i) = DG_STOCH_AllPar_CapNew (i,co,year) ;
report_invest(co, 'DG', 'Det', year, i) = DG_STOCH_FINV_GasDem_CapNew (i,co,year) ;
*#################################################################################################################################
* _report.gdx
*#################################################################################################################################
execute_unload '%resultdir_all%%GlobalSCEN%_report.gdx' report, report_invest;