-
Notifications
You must be signed in to change notification settings - Fork 0
/
case14_default.json
39 lines (39 loc) · 926 Bytes
/
case14_default.json
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
{ "description": "extra configuration for IEEE bus-14 system",
"bus": {
"shunt": false
},
"load": {
"cls_ratio": 10000,
"max_default_ratio": 0.75
},
"solar": {
"idx": [5,13],
"default_ratio": [0.05, 0.05],
"csc_ratio": 100
},
"wind": {
"idx": [11,14],
"default_ratio": [0.1,0.1],
"cwc_ratio": 100
},
"gen": {
"cf": [5, 7, 6, 3, 3],
"cv": [0.2, 0.1, 0.5, 0.6, 0.7],
"cv2": [0.05, 0.04, 0.04, 0.03, 0.06],
"csu": [20, 18, 10, 5, 5],
"csd": [0.5, 0.2, 0.15, 0.15, 0.15],
"ces_ratio": 20,
"ru_ratio": 0.5,
"rd_ratio": 0.5,
"rsu_ratio": 0.5,
"rsd_ratio": 0.5,
"rued_ratio": 0.1,
"rded_ratio": 0.2,
"pgmax": [],
"pgmin": []
},
"branch": {
"pfmax": [100.0],
"shift_angle": [0.0]
}
}