-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathz___figures\parameters.txt
More file actions
41 lines (35 loc) · 1.29 KB
/
Copy pathz___figures\parameters.txt
File metadata and controls
41 lines (35 loc) · 1.29 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
### Simulation Setting
solver_opt = ipopt
random_set = 1
flex_range = 1
period = 4
starting_hour = 0
duration_hour = 24
### Members Consumption Peak Power
res = []
off = [10]
sch = [6]
com = []
ind = []
### Members PV nominal powers
pv_res = []
pv_off = [15]
pv_sch = [10]
pv_com = []
pv_ind = []
### General Parameters
TIP = 0.147
cgrid = [228.0, 201.0, 191.0, 194.0, 207.0, 238.0, 294.0, 318.0, 351.0, 308.0, 274.0, 231.0, 174.0, 171.0, 197.0, 231.0, 261.0, 281.0, 311.0, 294.0, 291.0, 274.0, 244.0, 234.0]
p = [68, 60, 57, 58, 62, 71, 88, 95, 105, 92, 82, 69, 52, 51, 59, 69, 78, 84, 93, 88, 87, 82, 73, 70]
net_tax = 0.72
w_C = 0.4
w_P = 0.6
### Flexibility Capability Margins per member type and time slot
F = [[0, 7], [8, 12], [13, 17], [18, 23]]
flex_capF = [[0.05, 0.05, 0.0, 0.1, 0.3], [0.15, 0.2, 0.2, 0.3, 0.3], [0.15, 0.2, 0.1, 0.3, 0.3], [0.3, 0.05, 0.0, 0.2, 0.3]]
### Random oscillation profiles CONS
Frand_CONS = [[0, 7], [8, 12], [13, 17], [18, 23]]
rand_var_CONS = [[0.0, 0.05, 0.0, 0.05, 0.1], [0.1, 0.2, 0.1, 0.2, 0.2], [0.1, 0.2, 0.1, 0.2, 0.2], [0.2, 0.05, 0.0, 0.05, 0.2]]
### Random oscillation profiles PROD
Frand_PROD = [[0, 5], [6, 18], [19, 23]]
rand_var_PROD = [[0.0], [0.1], [0.0]]