Skip to content

Commit ae8ca7d

Browse files
committed
Merge HOTFIX into develop
2 parents 05596cb + 2748de0 commit ae8ca7d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

docs/templates.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Templates are used to set out the flow of processing invoked in separate
1313
:class:`Job` functions that are then connected into a :class:`PipeLine` that is
1414
subsequently executed.
1515

16-
.. NOTE::
16+
.. NOTE::
1717
Because some of the :class:`Job` functions in the templates are essential, the
1818
order of key/value pairs in the configuration files is important. The code
1919
will raise a `RuntimeError` if the order is incorrect, or if a mandatory
@@ -44,8 +44,8 @@ sequence in a specific order:
4444
Available templates
4545
~~~~~~~~~~~~~~~~~~~
4646

47-
There are currently 8 templates pre-packaged with HazImp. Most are built
48-
around wind impacts, but there are also templates for earthquake, flood (both
47+
There are currently 8 templates pre-packaged with HazImp. Most are built
48+
around wind impacts, but there are also templates for earthquake, flood (both
4949
structural and contents losses) and storm tide inundation:
5050

5151
#. 'wind_v4' - Base wind impact template. Allows user to specify the
@@ -61,5 +61,5 @@ structural and contents losses) and storm tide inundation:
6161
#. 'flood_impact' - structural loss due to flood inundation. Finished floor
6262
height above ground specified as exposure attribute.
6363
#. 'surge_nc' - Structural loss due to storm tide inundation. This calculates
64-
water depth above floor from floor height above ground as an attribute for
64+
water depth above floor from floor height above ground as an attribute for
6565
each exposure attribute.

hazimp_preprocessing/curve_data/create_vuln_xml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def csv_curve2nrml(csv_filename, xml_filename):
151151
for iml in imls:
152152
if numpy.isnan(iml):
153153
continue
154-
loss_ratio += str(row[str(int(iml))]) + ' '
154+
loss_ratio += str(row[str(iml)]) + ' '
155155
if (row['Alpha'] == '') | (row['Beta'] == ''):
156156
coef_var += '0.0 '
157157
else:

resources/flood_structural_vul_curves_2024.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,67 +5,67 @@
55
<vulnerabilityModel id="domestic_flood_2024" assetCategory="" lossCategory="structural" >
66
<vulnerabilityFunction id="FCM1" dist="LN">
77
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
8-
<meanLRs>0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.59 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 </meanLRs>
8+
<meanLRs>0.03 0.04 0.05 0.06 0.33 0.355 0.38 0.38 0.38 0.388 0.396 0.404 0.412 0.42 0.452 0.484 0.516 0.548 0.58 0.582 0.584 0.586 0.588 0.59 0.606 0.622 0.638 0.654 0.67 0.692 0.714 0.736 0.758 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 0.78 </meanLRs>
99
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
1010
</vulnerabilityFunction>
1111

1212
<vulnerabilityFunction id="FCM10" dist="LN">
1313
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
14-
<meanLRs>0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 </meanLRs>
14+
<meanLRs>0 0.006666667 0.013333333 0.02 0.31 0.33 0.35 0.35 0.35 0.358 0.366 0.374 0.382 0.39 0.402 0.414 0.426 0.438 0.45 0.454 0.458 0.462 0.466 0.47 0.494 0.518 0.542 0.566 0.59 0.608 0.626 0.644 0.662 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 </meanLRs>
1515
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
1616
</vulnerabilityFunction>
1717

1818
<vulnerabilityFunction id="FCM11" dist="LN">
1919
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
20-
<meanLRs>0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.4 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.48 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 </meanLRs>
20+
<meanLRs>0 0.01 0.02 0.03 0.34 0.355 0.37 0.37 0.37 0.376 0.382 0.388 0.394 0.4 0.412 0.424 0.436 0.448 0.46 0.464 0.468 0.472 0.476 0.48 0.5 0.52 0.54 0.56 0.58 0.592 0.604 0.616 0.628 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 0.64 </meanLRs>
2121
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
2222
</vulnerabilityFunction>
2323

2424
<vulnerabilityFunction id="FCM2" dist="LN">
2525
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
26-
<meanLRs>0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 </meanLRs>
26+
<meanLRs>0.03 0.04 0.05 0.06 0.33 0.355 0.38 0.38 0.38 0.388 0.396 0.404 0.412 0.42 0.454 0.488 0.522 0.556 0.59 0.592 0.594 0.596 0.598 0.6 0.614 0.628 0.642 0.656 0.67 0.696 0.722 0.748 0.774 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 0.8 </meanLRs>
2727
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
2828
</vulnerabilityFunction>
2929

3030
<vulnerabilityFunction id="FCM3" dist="LN">
3131
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
32-
<meanLRs>5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 5.00E-17 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.18 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.22 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.42 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.6 0.657142857 0.657142857 0.657142857 0.657142857 0.657142857 0.657142857 0.657142857 0.657142857 0.657142857 0.657142857 0.68 </meanLRs>
32+
<meanLRs>0 0 0 5.00E-17 0.09 0.115 0.14 0.14 0.14 0.148 0.156 0.164 0.172 0.18 0.184 0.188 0.192 0.196 0.2 0.204 0.208 0.212 0.216 0.22 0.227142857 0.234285714 0.241428571 0.248571429 0.255714286 0.262857143 0.27 0.32 0.37 0.42 0.47 0.485 0.5 0.514285714 0.528571429 0.542857143 0.557142857 0.571428571 0.585714286 0.6 0.605714286 0.611428571 0.617142857 0.622857143 0.628571429 0.634285714 0.64 0.645714286 0.651428571 0.657142857 0.662857143 0.668571429 0.674285714 0.68 0.68 0.68 0.68 0.68 0.68 0.68 </meanLRs>
3333
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
3434
</vulnerabilityFunction>
3535

3636
<vulnerabilityFunction id="FCM4" dist="LN">
3737
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
38-
<meanLRs>3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 3.89E-17 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.12 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.14 0.3375 0.3375 0.3375 0.3375 0.3375 0.3375 0.3375 0.3375 0.3375 0.3375 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.51 0.581428571 0.581428571 0.581428571 0.581428571 0.581428571 0.581428571 0.581428571 0.581428571 0.581428571 0.581428571 0.61 </meanLRs>
38+
<meanLRs>0 0 0 3.89E-17 0.07 0.075 0.08 0.085 0.09 0.096 0.102 0.108 0.114 0.12 0.122 0.124 0.126 0.128 0.13 0.132 0.134 0.136 0.138 0.14 0.145714286 0.151428571 0.157142857 0.162857143 0.168571429 0.174285714 0.18 0.2325 0.285 0.3375 0.39 0.4 0.41 0.424285714 0.438571429 0.452857143 0.467142857 0.481428571 0.495714286 0.51 0.517142857 0.524285714 0.531428571 0.538571429 0.545714286 0.552857143 0.56 0.567142857 0.574285714 0.581428571 0.588571429 0.595714286 0.602857143 0.61 0.61 0.61 0.61 0.61 0.61 0.61 </meanLRs>
3939
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
4040
</vulnerabilityFunction>
4141

4242
<vulnerabilityFunction id="FCM5" dist="LN">
4343
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
44-
<meanLRs>2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 2.22E-17 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.06 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.09 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.39 0.52 0.52 0.52 0.52 0.52 0.52 0.52 0.52 0.52 0.52 0.647272727 0.647272727 0.647272727 0.647272727 0.647272727 0.647272727 0.647272727 0.647272727 0.647272727 0.647272727 0.66 </meanLRs>
44+
<meanLRs>0 0 0 2.22E-17 0.04 0.045 0.05 0.05 0.05 0.052 0.054 0.056 0.058 0.06 0.066 0.072 0.078 0.084 0.09 0.09 0.09 0.09 0.09 0.09 0.0975 0.105 0.1125 0.12 0.18 0.24 0.3 0.36 0.375 0.39 0.403 0.416 0.429 0.442 0.455 0.468 0.481 0.494 0.507 0.52 0.532727273 0.545454545 0.558181818 0.570909091 0.583636364 0.596363636 0.609090909 0.621818182 0.634545455 0.647272727 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 </meanLRs>
4545
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
4646
</vulnerabilityFunction>
4747

4848
<vulnerabilityFunction id="FCM6" dist="LN">
4949
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
50-
<meanLRs>0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.05 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.35 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.69 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.74 0.803636364 0.803636364 0.803636364 0.803636364 0.803636364 0.803636364 0.803636364 0.803636364 0.803636364 0.803636364 0.81 </meanLRs>
50+
<meanLRs>0 0.016666667 0.033333333 0.05 0.27 0.295 0.32 0.32 0.32 0.326 0.332 0.338 0.344 0.35 0.362 0.374 0.386 0.398 0.41 0.422 0.434 0.446 0.458 0.47 0.485 0.5 0.515 0.53 0.57 0.61 0.65 0.69 0.69 0.69 0.695 0.7 0.705 0.71 0.715 0.72 0.725 0.73 0.735 0.74 0.746363636 0.752727273 0.759090909 0.765454545 0.771818182 0.778181818 0.784545455 0.790909091 0.797272727 0.803636364 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 0.81 </meanLRs>
5151
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
5252
</vulnerabilityFunction>
5353

5454
<vulnerabilityFunction id="FCM7" dist="LN">
5555
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
56-
<meanLRs>0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.03 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.66 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 </meanLRs>
56+
<meanLRs>0 0.01 0.02 0.03 0.39 0.41 0.43 0.43 0.43 0.438 0.446 0.454 0.462 0.47 0.502 0.534 0.566 0.598 0.63 0.636 0.642 0.648 0.654 0.66 0.688 0.716 0.744 0.772 0.8 0.814 0.828 0.842 0.856 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 0.87 </meanLRs>
5757
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
5858
</vulnerabilityFunction>
5959

6060
<vulnerabilityFunction id="FCM8" dist="LN">
6161
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
62-
<meanLRs>0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.02 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.68 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 </meanLRs>
62+
<meanLRs>0 0.006666667 0.013333333 0.02 0.42 0.44 0.46 0.46 0.46 0.468 0.476 0.484 0.492 0.5 0.53 0.56 0.59 0.62 0.65 0.656 0.662 0.668 0.674 0.68 0.708 0.736 0.764 0.792 0.82 0.84 0.86 0.88 0.9 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 0.92 </meanLRs>
6363
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
6464
</vulnerabilityFunction>
6565

6666
<vulnerabilityFunction id="FCM9" dist="LN">
6767
<imls imt="water depth above floor level [m]" >-0.3 -0.2 -0.1 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 </imls>
68-
<meanLRs>0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.04 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.47 0.63 0.63 0.63 0.63 0.63 0.63 0.63 0.63 0.63 0.63 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 </meanLRs>
68+
<meanLRs>0.01 0.02 0.03 0.04 0.4 0.415 0.43 0.43 0.43 0.438 0.446 0.454 0.462 0.47 0.498 0.526 0.554 0.582 0.61 0.614 0.618 0.622 0.626 0.63 0.654 0.678 0.702 0.726 0.75 0.768 0.786 0.804 0.822 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 0.84 </meanLRs>
6969
<covLRs>0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 </covLRs>
7070
</vulnerabilityFunction>
7171

0 commit comments

Comments
 (0)