-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
98 lines (88 loc) · 1.85 KB
/
Copy pathconfig.yaml
File metadata and controls
98 lines (88 loc) · 1.85 KB
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
contry_groups:
nordic: ['NO','SE','FI','DK','GB','IE']
central: ['DE','AT','LU','BE','NL','CZ']
eastern: ['PL','LT','LV','EE','RO','SK','HU']
west: ['PT','ES','FR']
south: ['IT','CH','SI','GR','HR','RS','AL','ME','BA','MK','BG']
variables:
x1:
1: 'Generator'
2: ['onwind','offwind-ac','offwind-dc']
3: 'p_nom'
4: 'nordic'
x2:
1: 'Generator'
2: ['onwind','offwind-ac','offwind-dc']
3: 'p_nom'
4: 'central'
x3:
1: 'Generator'
2: ['onwind','offwind-ac','offwind-dc']
3: 'p_nom'
4: 'eastern'
x4:
1: 'Generator'
2: ['onwind','offwind-ac','offwind-dc']
3: 'p_nom'
4: 'west'
x5:
1: 'Generator'
2: ['onwind','offwind-ac','offwind-dc']
3: 'p_nom'
4: 'south'
x6:
1: 'Generator'
2: ['solar']
3: 'p_nom'
4: 'nordic'
x7:
1: 'Generator'
2: ['solar']
3: 'p_nom'
4: 'central'
x8:
1: 'Generator'
2: ['solar']
3: 'p_nom'
4: 'eastern'
x9:
1: 'Generator'
2: ['solar']
3: 'p_nom'
4: 'west'
x10:
1: 'Generator'
2: ['solar']
3: 'p_nom'
4: 'south'
solving:
tmpdir: 'scratch/$SLURM_JOB_ID' #'scratch/'
#$SLURM_JOBID/
#"/home/marta/tmp/"
options:
formulation: kirchhoff
#clip_p_max_pu: 1.e-2
load_shedding: false
noisy_costs: false
min_iterations: 1
max_iterations: 1
# nhours: 1
solver:
name: gurobi
threads: 2
method: 2 # barrier
crossover: 0
BarConvTol: 1.e-6
Seed: 123
AggFill: 0
PreDual: 0
GURO_PAR_BARDENSETHRESH: 200
LogToConsole: 0
FeasibilityTol: 1.e-6
#name: cplex
#threads: 4
#lpmethod: 4 # barrier
#solutiontype: 2 # non basic solution, ie no crossover
# barrier_convergetol: 1.e-5
# feasopt_tolerance: 1.e-6
mem: 100000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2