forked from Irieo/IntEG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IntEG_v20_declar_topology.gms
45 lines (34 loc) · 1.51 KB
/
IntEG_v20_declar_topology.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
******************************** Global MODEL TOPOLOGY ***************************
SETS
n all nodes
co(n) consumption nodes for gas and all nodes for electricity
coo(co) co without Norway
;
******************************** GAS MODEL TOPOLOGY ***************************
SETS
prall(n) only gas production nodes
trgen(n) only trading nodes #without LNG terminals
lng_p(n) lng suppliers cut #for separation of LNG and pipeline deliveries in postprocessing
regn(n) only regasificatino terminals
liqn(n) only liquifation terminals
storall(n) only storage nodes
P gas producers
eu_p(p) European-only producers
W gas wholesalers #players
;
alias(n,m);
alias(n,nn);
alias(co,coco);
alias(trgen,jtrgen);
***************************** ELECTRICITY MODEL TOPOLOGY *********************
SETS
i all electricity generation technologiess
ResT(i) only RES generation technologies
ConvT(i) only conventional technologies
StorT(i) only storage technologies
GasT(i) only gas fuel technologies
ReservT(i) only Reservoirs
noGas(i) conventional technologies without Gas technologies
scen_up scenarios which are used to upload all scenario data
/EUCO_up, ST_up, DG_up/
;