-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sample.cfg
45 lines (45 loc) · 1.63 KB
/
Sample.cfg
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
[Scenario]
Name = Sample configuration for openCEM
Years = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
#nem_ret_ratio = [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7]
nem_ret_gwh = [ 42401, 42483, 42343,42343,42343,42343, 42343]
#region_ret_ratio = [
# [1,[0,0,0,0,0,0,0]],
# [2,[0,0,0,0,0,0,0]],
# [3,[0,0,0,0,0,0,0]],
# [4,[0,0,0,0,0,0,0]],
# [5,[0.5,0.5,0.5,0.5,0.5,0.5,0.5]]
# ]
#emitlimit = [110,110,100,90,80,70,69]
discountrate = 0.06
cost_emit = [0.023, 0.023, 0.025, 0.026, 0.026, 0.026, 0.026]
Description= CEMO Suite simulating
Business as usual projections for electricity demand, technology and fuel costs,
including a penalty on emissions of 23 dollars per Ton
[Advanced]
Template = ISPNeutral.dat
#custom_costs = tests/sample_custom_costs.csv
#exogenous_capacity = tests/exocap.csv
cluster = yes
cluster_sets = 12
#regions = [1,2,3,4,5]
#zones = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
#all_tech = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]
all_tech_per_zone = [
[1, [1, 2, 4, 8, 11, 12, 13, 14, 15, 16, 18]],
[2, [1, 2, 4, 8, 11, 12, 13, 14, 15, 16]],
[3, [1, 2, 4, 8, 11, 12, 13, 14, 15, 16]],
[4, [1, 2, 4, 8, 11, 16]],
[5, [1, 2, 8, 10, 11, 12, 13, 14, 15, 18]],
[6, [1, 2, 8, 10, 12, 14, 15, 16]],
[7, [1, 2, 4, 8, 10, 11, 12, 13, 14, 15, 16]],
[8, [1, 2, 4, 8, 11, 12, 13, 14, 15, 16]],
[9, [1, 2, 6, 8, 12, 14, 15]],
[10, [1, 2, 8, 12, 14, 15, 16, 19]],
[11, [1, 2, 8, 11, 12, 14, 15, 16]],
[12, [1, 2, 8, 11, 12, 14, 15, 16, 18]],
[13, [1, 2, 8, 11, 12, 13, 14, 15, 16]],
[14, [2, 8, 12, 16, 19]],
[15, [1, 2, 8, 12, 14, 15, 16]],
[16, [1, 2, 8, 12, 14, 15, 16, 18]]
]