forked from HugoRosero/System_Reliability
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LH_maxvelocity_NetworkFragility.json
81 lines (81 loc) · 2.23 KB
/
LH_maxvelocity_NetworkFragility.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
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
{
"data": [{
"D3_mean": 1.0,
"D3_stddev": 0.0001,
"taxonomy": "Substation",
"im_min": 0.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}, {
"D3_mean": 1.0,
"D3_stddev": 0.0001,
"taxonomy": "Boundary Substation",
"im_min": 0.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}, {
"D3_mean": 1.0,
"D3_stddev": 0.0001,
"taxonomy": "Reducer Substation",
"im_min": 0.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}, {
"D3_mean": 1.0,
"D3_stddev": 0.0001,
"taxonomy": "Tap",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}, {
"D3_mean": 1.0,
"D3_stddev": 0.0001,
"taxonomy": "Boundary Tap",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}, {
"D3_mean": 12.0,
"D3_stddev": 0.0001,
"taxonomy": "Consumer",
"im_min": 0.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}, {
"D3_mean": 1.0,
"D3_stddev": 0.0001,
"taxonomy": "Power Plant",
"im_min": 1.0,
"im_max": 12.0,
"imu": "m/s",
"imt": "Maxvelocity",
"id": "unique_id"
}],
"meta": {
"shape": "logncdf",
"lossCategory": "structural",
"taxonomies": ["Substation","Boundary Substation", "Reducer Substation","Tap", "Consumer", "Power Plant"],
"no_damage": "D0",
"assetCategory": "power network",
"source": "Power Plant",
"consumer": "Consumer",
"format": "continuous",
"description": "Lahar Fragility Model, project RIESGOS",
"id": "Wilson-Zuccaro_v1.0",
"damage_states": "Wilson-Zuccaro",
"limit_states": ["D3"],
"taxonomy_source": "Wilson et. al. (2014) and Zuccaro & De Gregorio (2013)"
}
}