-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
executable file
·43 lines (36 loc) · 929 Bytes
/
config.yaml
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
%YAML 1.2
---
runName: "test01"
sectorIDs: ["Sector1", "Sector2", "Sector3","Sector4",
"Sector5", "Sector6", "Sector7","Sector8",
"Sector9", "Sector10", "Sector11","Sector12",
"Sector13", "Sector14", "Sector15","Sector16"]
e0: [10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10]
t0: [20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20]
Scenarios:
GND:
ef: [1,2,3,4,5,4,3,2,1,2,3,4,5,4,3,2]
Sectors:
Sector1:
indV: e
type: Interpolated
maxIncr: 3
maxDecr: 5
data:
2020: 10
2026: 4
DEC:
ef: [5,4,3,2,1,2,3,4,5,4,3,2,1,2,3,4]
Sectors:
Sector1:
indV: e
type: Predetermined
data: [5,4,3,2,1,2,3,4,5,4,0]
Sector2:
indV: e
type: Dependent
maxIncr: 3
maxDecr: 5
data:
assSector: Sector1
g: 0.2