-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenarios.yaml
More file actions
222 lines (187 loc) · 4.89 KB
/
scenarios.yaml
File metadata and controls
222 lines (187 loc) · 4.89 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
baseline_dice_default: {} # Default configuration reference run.
philosopher_discount:
economic_module:
methods:
run: ramsey_discount
ramsey_discount:
rho: 0.00075
eta: 1.25
damage_custom_poly_no_features:
economic_module:
damage_function:
mode: custom
custom_terms:
- coefficient: 0.01202
exponent: 1.0
- coefficient: 0.01724
exponent: 1.5
use_threshold: false
use_saturation: false
use_catastrophic: false
damage_threshold_temp_3_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_temperature: 3.0
damage_threshold_temp_4_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_temperature: 4.0
damage_threshold_temp_5_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_temperature: 5.0
damage_catastrophic_temp_3_cat_on:
economic_module:
damage_function:
use_catastrophic: true
catastrophic_temperature: 3.0
damage_catastrophic_temp_4_cat_on:
economic_module:
damage_function:
use_catastrophic: true
catastrophic_temperature: 4.0
damage_catastrophic_temp_5_cat_on:
economic_module:
damage_function:
use_catastrophic: true
catastrophic_temperature: 5.0
damage_disaster_mode_step_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_mode: step
damage_disaster_mode_prob_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_mode: prob
damage_saturation_mode_rational_sat_on:
economic_module:
damage_function:
use_saturation: true
saturation_mode: rational
damage_saturation_mode_clamp_sat_on:
economic_module:
damage_function:
use_saturation: true
saturation_mode: clamp
damage_delta2_0p00236:
economic_module:
damage_function:
delta2: 0.00236
damage_delta2_0p005:
economic_module:
damage_function:
delta2: 0.005
damage_delta2_0p01:
economic_module:
damage_function:
delta2: 0.01
damage_disaster_fraction_0p5_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_fraction: 0.5
damage_disaster_fraction_0p75_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_fraction: 0.75
damage_disaster_fraction_0p9_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_fraction: 0.9
damage_disaster_fraction_0p95_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_fraction: 0.95
damage_max_fraction_0p5_saturation_on:
economic_module:
damage_function:
use_saturation: false
max_fraction: 0.5
damage_max_fraction_0p75_saturation_on:
economic_module:
damage_function:
use_saturation: false
max_fraction: 0.75
damage_max_fraction_0p99_saturation_on:
economic_module:
damage_function:
use_saturation: false
max_fraction: 0.99
damage_threshold_scale_0p1_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_scale: 0.1
damage_threshold_scale_0p2_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_scale: 0.2
damage_threshold_scale_0p3_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_scale: 0.3
damage_threshold_scale_0p5_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_scale: 0.5
damage_threshold_power_1p0_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_power: 1.0
damage_threshold_power_2p0_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_power: 2.0
damage_threshold_power_3p0_threshold_on:
economic_module:
damage_function:
use_threshold: true
threshold_power: 3.0
damage_disaster_gamma_1p0_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_gamma: 1.0
damage_disaster_gamma_2p0_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_gamma: 2.0
damage_disaster_gamma_3p0_cat_on:
economic_module:
damage_function:
use_catastrophic: true
disaster_gamma: 3.0
damage_catastrophic_temp_3_cat_on_saturation_on_frac_095_rational:
economic_module:
damage_function:
use_catastrophic: true
catastrophic_temperature: 3.0
use_saturation: true
max_fraction: 0.95
saturation_mode: rational
catastrophic_saturation_acceleration_defaults_on:
economic_module:
damage_function:
use_catastrophic: true
use_saturation: true
use_threshold: true
saturation_acceleration_defaults_on:
economic_module:
damage_function:
use_catastrophic: false
use_saturation: true
use_threshold: true