-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGDATASET.inc
58 lines (56 loc) · 9.06 KB
/
GDATASET.inc
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
SET GDATASET 'Generation technology data'
/
GDTYPE 'Generation type'
GDFUEL
GDCV
GDCB 'Cb-value for CHP'
GDFE 'Fuel efficiency'
GDDESO2 'Degree of desulphoring'
GDNOX 'NOx-factor (mg/MJ)'
GDCH4 'CH4-factor (mg/MJ)'
GDURBRUR 'Central or decentral technology'
GDINVCOST0 'Investment cost (MMoney/MW)(default value)'
GDOMVCOST0 'Variable operating and maintenance costs (Money/MWh)(default value)'
GDOMFCOST0 'Annual operating and maintenance costs (kMoney/MW)(default value)'
GDFROMYEAR 'Technology available for investment from beginning of this year'
GDLIFETIME 'Economic lifetime (years)'
GDKVARIABL 'Capacity is a variable to be found for each year (1/0)'
GDSTOHLOAD 'Hours to load storage'
GDSTOHUNLD 'Hours to unload storage'
GDCOMB 'Combination technology'
GDCOMBSK 'Combination technology, maximum share of capacity'
GDCOMBSLO 'Combination technology, minimum share of production'
GDCOMBSUP 'Combination technology, maximum share of production'
GDLOADLOSS 'Loss when loading a storage (MWh loss/MWh loading input)'
GDSTOLOSS 'Stationary loss from storage (MWh loss per time period/MWh energy content in storage)'
GDRAMPUP 'Ramp-up limit (% of capacity/h)'
GDRAMPDOWN 'Ramp-down limit (% of capacity/h)'
GDLASTYEAR 'Technology available for investment until and including this year (blank or 0 implies no expiration)'
GDMOTHBALL 'Year when a unit is mothballed'
GDCOMBKRES 'Combination technology, capacity reserved for specific subunit'
GDCOMBFCAP 'Combination technology, capacity limited by input capacity'
GDUC 'Unit commitment: the unit participates in unit commitment (0/1)'
GDUCUNITSIZE 'Standard size of unit type (MW)'
GDUCGMIN 'Unit commitment: minimum production (share of nominal capacity)'
GDUCUCOST 'Unit commitment: startup cost (Money)'
GDUCCOST0 'Unit commitment: fixed hourly cost (Money)'
GDUCF0 'Unit commitment: fixed hourly fuel use (MWh)'
GDUCDCOST 'Unit commitment: shutdown cost (Money)'
GDUCDTMIN 'Unit commitment: minimum down time (hours)'
GDUCUTMIN 'Unit commitment: minimum up time (hours)'
GDUCDURD 'Unit commitment: duration of shut down process (hours)'
GDUCDURU 'Unit commitment: duration of start up process (hours)'
GDUCRAMPU 'Unit commitment: ramp-up limit (% of capacity/h)'
GDUCRAMPD 'Unit commitment: ramp-down limit (% of capacity/h)'
GDSTOINTERS
GDBYPASSC
GDCOMBGUP 'Combination technology groups sum-of-generations (MW) maximum share of primal rated capacity (default 1) ([0;1])'
GDCOMBGSHAREK1 'Combination technology, maximum generation (MW) share of primal rated capacity (default 1) ([0;1])'
GDCOMBFUP 'Combination technology groups sum-of-fuel-uses (GJ) maximum share of primal rated capacity ([0;1])'
GDCOMBFSHAREK1 'Combination technology, maximum fuel (GJ) share of primal rated capacity ([0;1])'
GDCOMBGSHARELO 'Combination technology, minimum generation (MW) share of total generation ([0;1])'
GDCOMBGSHAREUP 'Combination technology, maximum generation (MW) share of total generation ([0;1])'
GDCOMBFSHARELO 'Combination technology, minimum fuel (GJ) share of total fuel use ([0;1])'
GDCOMBFSHAREUP 'Combination technology, maximum fuel (GJ) share of total fuel use ([0;1])'
GDTECHGROUP 'Technology group'
/;