-
Notifications
You must be signed in to change notification settings - Fork 19
/
thinkhazard_processing.yaml
153 lines (142 loc) · 2.31 KB
/
thinkhazard_processing.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
hazard_types:
FL_void:
hazard_type: river_flood_void-retain-for-record
return_periods:
HIG: [10, 25]
MED: 50
LOW: [100, 1000]
mask_return_period: [2, 5]
thresholds:
global:
cm: 100
dm: 10
m: 1
local:
cm: 50
dm: 5
m: 0.5
FL:
hazard_type: river_flood
values:
HIG: [4]
MED: [3]
LOW: [2]
VLO: [1]
UF:
hazard_type: urban_flood
values:
HIG: [4]
MED: [3]
LOW: [2]
VLO: [1]
EQ:
hazard_type: earthquake
return_periods:
HIG: [100, 250]
MED: [475, 500]
LOW: [1000, 2500]
thresholds:
HIG:
PGA-g-dec: 0.2
PGA-gal: 196.133
PGA-g-per: 20
MED:
PGA-g-dec: 0.1
PGA-gal: 98.0665
PGA-g-per: 10
LOW:
PGA-g-dec: 0.1
PGA-gal: 98.0665
PGA-g-per: 10
DG:
hazard_type: drought
return_periods:
HIG: 5
MED: 50
LOW: 1000
inverted_comparison: True
thresholds:
HIG:
WCI: 500
MED:
WCI: 1000
LOW:
WCI: 1700
VA:
hazard_type: volcanic_ash
values:
HIG: [103]
MED: [102]
LOW: [101]
VLO: [100, 0]
CY:
hazard_type: strong_wind
return_periods:
HIG: 50
MED: 100
LOW: 1000
thresholds:
"km/h": 80
"m/s": 22.22
TS:
hazard_type: tsunami
return_periods:
HIG: 100
MED: 500
LOW: 2500
thresholds:
HIG:
m: 2.0
MED:
m: 1.0
LOW:
m: 0.5
CF:
hazard_type: coastal_flood
return_periods:
HIG: [10, 25]
MED: 50
LOW: 100
thresholds:
HIG:
m: 2
dm: 20
cm: 200
MED:
m: 0.5
dm: 5
cm: 50
LOW:
m: 0.5
dm: 5
cm: 50
LS:
hazard_type: landslide
values:
HIG: [4]
MED: [3]
LOW: [2]
VLO: [1]
WF:
hazard_type: wildfire
return_periods:
HIG: 2
MED: 10
LOW: 30
thresholds:
HIG: 30.0
MED: 20.0
LOW: 15.0
EH:
hazard_type: extreme_heat
return_periods:
HIG: 5
MED: 20
LOW: 100
thresholds:
HIG:
WBGT_C: 32.0
MED:
WBGT_C: 28.0
LOW:
WBGT_C: 25.0