forked from gem/earthquake-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgmpe_logic_tree_GEM.xml
35 lines (26 loc) · 1.36 KB
/
gmpe_logic_tree_GEM.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<nrml xmlns:gml="http://www.opengis.net/gml"
xmlns="http://openquake.org/xmlns/nrml/0.5">
<logicTree logicTreeID='lt1'>
<!-- Global Hazard Mosaic - SAM -->
<!-- https://gitlab.openquake.org/hazard/mosaic/SAM/-/blob/e64882eacdcb36faf268d372de23b543ef7992e1/in/gmmLTrisk.xml -->
<!-- Logic Tree for Active Shallow Crust -->
<logicTreeBranchingLevel branchingLevelID="bl05">
<logicTreeBranchSet branchSetID="bs05" uncertaintyType="gmpeModel"
applyToTectonicRegionType="Active Shallow Crust">
<logicTreeBranch branchID="b51">
<uncertaintyModel>AbrahamsonEtAl2014</uncertaintyModel>
<uncertaintyWeight>0.3334</uncertaintyWeight>
</logicTreeBranch>
<logicTreeBranch branchID="b52">
<uncertaintyModel>AkkarEtAlRjb2014</uncertaintyModel>
<uncertaintyWeight>0.3333</uncertaintyWeight>
</logicTreeBranch>
<logicTreeBranch branchID="b53">
<uncertaintyModel>CauzziEtAl2014</uncertaintyModel>
<uncertaintyWeight>0.3333</uncertaintyWeight>
</logicTreeBranch>
</logicTreeBranchSet>
</logicTreeBranchingLevel>
</logicTree>
</nrml>