From d0e2ecf9cb67631842b4d55ac62700d00dd37a5a Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Thu, 29 Sep 2022 12:09:00 -0600 Subject: [PATCH] update total rates in rate-tree.json files for new PDFs - using 10^ai from gridding provided by AL. Use declustering model-specific b-values, also from AL. --- stable-crust/grid/mfd-map.json | 72 ++++++++++++++----- .../grid/sscn/gk/adaptive/rate-tree.json | 2 +- .../grid/sscn/gk/adaptive/rupture-sets.json | 14 ++-- .../grid/sscn/gk/fixed/rate-tree.json | 2 +- .../grid/sscn/gk/fixed/rupture-sets.json | 14 ++-- .../grid/sscn/nn/adaptive/rate-tree.json | 2 +- .../grid/sscn/nn/adaptive/rupture-sets.json | 14 ++-- .../grid/sscn/nn/fixed/rate-tree.json | 2 +- .../grid/sscn/nn/fixed/rupture-sets.json | 14 ++-- .../grid/sscn/r85/adaptive/rate-tree.json | 2 +- .../grid/sscn/r85/adaptive/rupture-sets.json | 14 ++-- .../grid/sscn/r85/fixed/rate-tree.json | 2 +- .../grid/sscn/r85/fixed/rupture-sets.json | 14 ++-- .../grid/usgs/gk/adaptive/rate-tree.json | 2 +- .../grid/usgs/gk/adaptive/rupture-sets.json | 6 +- .../grid/usgs/gk/fixed/rate-tree.json | 2 +- .../grid/usgs/gk/fixed/rupture-sets.json | 6 +- .../grid/usgs/nn/adaptive/rate-tree.json | 2 +- .../grid/usgs/nn/adaptive/rupture-sets.json | 6 +- .../grid/usgs/nn/fixed/rate-tree.json | 2 +- .../grid/usgs/nn/fixed/rupture-sets.json | 6 +- .../grid/usgs/r85/adaptive/rate-tree.json | 2 +- .../grid/usgs/r85/adaptive/rupture-sets.json | 6 +- .../grid/usgs/r85/fixed/rate-tree.json | 2 +- .../grid/usgs/r85/fixed/rupture-sets.json | 6 +- 25 files changed, 127 insertions(+), 89 deletions(-) diff --git a/stable-crust/grid/mfd-map.json b/stable-crust/grid/mfd-map.json index a7a1fc1..16a999c 100644 --- a/stable-crust/grid/mfd-map.json +++ b/stable-crust/grid/mfd-map.json @@ -1,20 +1,58 @@ { - "grid-mmax-craton": [ - { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.5, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M2", "weight": 0.5, "value": { "type": "GR", "mMax": 7.0, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M3", "weight": 0.2, "value": { "type": "GR", "mMax": 7.5, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }} - ], - "grid-mmax-margin-1": [ - { "id": "M1", "weight": 0.1, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M3", "weight": 0.5, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }} - ], - "grid-mmax-margin-2": [ - { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M3", "weight": 0.4, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }}, - { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 1.0 }} + "grid-mmax-craton-gk": [ + { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.5, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M2", "weight": 0.5, "value": { "type": "GR", "mMax": 7.0, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M3", "weight": 0.2, "value": { "type": "GR", "mMax": 7.5, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }} + ], + "grid-mmax-margin-1-gk": [ + { "id": "M1", "weight": 0.1, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M3", "weight": 0.5, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }} + ], + "grid-mmax-margin-2-gk": [ + { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M3", "weight": 0.4, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.81 }} + ], + + "grid-mmax-craton-nn": [ + { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.5, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M2", "weight": 0.5, "value": { "type": "GR", "mMax": 7.0, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M3", "weight": 0.2, "value": { "type": "GR", "mMax": 7.5, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }} + ], + "grid-mmax-margin-1-nn": [ + { "id": "M1", "weight": 0.1, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M3", "weight": 0.5, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }} + ], + "grid-mmax-margin-2-nn": [ + { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M3", "weight": 0.4, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.93 }} + ], + + "grid-mmax-craton-r85": [ + { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.5, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M2", "weight": 0.5, "value": { "type": "GR", "mMax": 7.0, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M3", "weight": 0.2, "value": { "type": "GR", "mMax": 7.5, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }} + ], + "grid-mmax-margin-1-r85": [ + { "id": "M1", "weight": 0.1, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M3", "weight": 0.5, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }} + ], + "grid-mmax-margin-2-r85": [ + { "id": "M1", "weight": 0.2, "value": { "type": "GR", "mMax": 6.8, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M2", "weight": 0.3, "value": { "type": "GR", "mMax": 7.2, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M3", "weight": 0.4, "value": { "type": "GR", "mMax": 7.6, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }}, + { "id": "M4", "weight": 0.1, "value": { "type": "GR", "mMax": 8.0, "mMin": 4.7, "Δm": 0.1, "b": 0.94 }} ] } diff --git a/stable-crust/grid/sscn/gk/adaptive/rate-tree.json b/stable-crust/grid/sscn/gk/adaptive/rate-tree.json index ee68a43..b20a3bc 100644 --- a/stable-crust/grid/sscn/gk/adaptive/rate-tree.json +++ b/stable-crust/grid/sscn/gk/adaptive/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8491.730594 + "value" : 1626.931380639120 } ] diff --git a/stable-crust/grid/sscn/gk/adaptive/rupture-sets.json b/stable-crust/grid/sscn/gk/adaptive/rupture-sets.json index 6970eb6..b76eba3 100644 --- a/stable-crust/grid/sscn/gk/adaptive/rupture-sets.json +++ b/stable-crust/grid/sscn/gk/adaptive/rupture-sets.json @@ -3,49 +3,49 @@ "name": "SSCn Craton [1,9,10] (gk, adaptive)", "id": 80331, "feature": 8013, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "SSCn Gulf Coast [2,3] (gk, adaptive)", "id": 80341, "feature": 8014, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "SSCn Mesozoic [4,5] (gk, adaptive)", "id": 80351, "feature": 8015, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "SSCn Mesozoic [6] (gk, adaptive)", "id": 80361, "feature": 8016, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "SSCn Paleozoic [7] (gk, adaptive)", "id": 80371, "feature": 8017, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "SSCn Paleozoic [8] (gk, adaptive)", "id": 80381, "feature": 8018, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "SSCn default (gk, adaptive)", "id": 80391, "feature": 8019, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-adaptive.csv" } ] diff --git a/stable-crust/grid/sscn/gk/fixed/rate-tree.json b/stable-crust/grid/sscn/gk/fixed/rate-tree.json index 20a7802..b20a3bc 100644 --- a/stable-crust/grid/sscn/gk/fixed/rate-tree.json +++ b/stable-crust/grid/sscn/gk/fixed/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8167.91820768891 + "value" : 1626.931380639120 } ] diff --git a/stable-crust/grid/sscn/gk/fixed/rupture-sets.json b/stable-crust/grid/sscn/gk/fixed/rupture-sets.json index 605ceb2..ac186ad 100644 --- a/stable-crust/grid/sscn/gk/fixed/rupture-sets.json +++ b/stable-crust/grid/sscn/gk/fixed/rupture-sets.json @@ -3,49 +3,49 @@ "name": "SSCn Craton [1,9,10] (gk, fixed)", "id": 80231, "feature": 8013, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "SSCn Gulf Coast [2,3] (gk, fixed)", "id": 80241, "feature": 8014, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "SSCn Mesozoic [4,5] (gk, fixed)", "id": 80251, "feature": 8015, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "SSCn Mesozoic [6] (gk, fixed)", "id": 80261, "feature": 8016, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "SSCn Paleozoic [7] (gk, fixed)", "id": 80271, "feature": 8017, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "SSCn Paleozoic [8] (gk, fixed)", "id": 80281, "feature": 8018, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "SSCn default (gk, fixed)", "id": 80291, "feature": 8019, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-fixed.csv" } ] diff --git a/stable-crust/grid/sscn/nn/adaptive/rate-tree.json b/stable-crust/grid/sscn/nn/adaptive/rate-tree.json index ee68a43..a36a2df 100644 --- a/stable-crust/grid/sscn/nn/adaptive/rate-tree.json +++ b/stable-crust/grid/sscn/nn/adaptive/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8491.730594 + "value" : 4347.002141478890 } ] diff --git a/stable-crust/grid/sscn/nn/adaptive/rupture-sets.json b/stable-crust/grid/sscn/nn/adaptive/rupture-sets.json index 4f4f6d8..d240a6a 100644 --- a/stable-crust/grid/sscn/nn/adaptive/rupture-sets.json +++ b/stable-crust/grid/sscn/nn/adaptive/rupture-sets.json @@ -3,49 +3,49 @@ "name": "SSCn Craton [1,9,10] (nn, adaptive)", "id": 80332, "feature": 8013, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "SSCn Gulf Coast [2,3] (nn, adaptive)", "id": 80342, "feature": 8014, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "SSCn Mesozoic [4,5] (nn, adaptive)", "id": 80352, "feature": 8015, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "SSCn Mesozoic [6] (nn, adaptive)", "id": 80362, "feature": 8016, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "SSCn Paleozoic [7] (nn, adaptive)", "id": 80372, "feature": 8017, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "SSCn Paleozoic [8] (nn, adaptive)", "id": 80382, "feature": 8018, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "SSCn default (nn, adaptive)", "id": 80392, "feature": 8019, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-adaptive.csv" } ] diff --git a/stable-crust/grid/sscn/nn/fixed/rate-tree.json b/stable-crust/grid/sscn/nn/fixed/rate-tree.json index 20a7802..a36a2df 100644 --- a/stable-crust/grid/sscn/nn/fixed/rate-tree.json +++ b/stable-crust/grid/sscn/nn/fixed/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8167.91820768891 + "value" : 4347.002141478890 } ] diff --git a/stable-crust/grid/sscn/nn/fixed/rupture-sets.json b/stable-crust/grid/sscn/nn/fixed/rupture-sets.json index 57a2f8b..1e47be7 100644 --- a/stable-crust/grid/sscn/nn/fixed/rupture-sets.json +++ b/stable-crust/grid/sscn/nn/fixed/rupture-sets.json @@ -3,49 +3,49 @@ "name": "SSCn Craton [1,9,10] (nn, fixed)", "id": 80232, "feature": 8013, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "SSCn Gulf Coast [2,3] (nn, fixed)", "id": 80242, "feature": 8014, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "SSCn Mesozoic [4,5] (nn, fixed)", "id": 80252, "feature": 8015, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "SSCn Mesozoic [6] (nn, fixed)", "id": 80262, "feature": 8016, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "SSCn Paleozoic [7] (nn, fixed)", "id": 80272, "feature": 8017, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "SSCn Paleozoic [8] (nn, fixed)", "id": 80282, "feature": 8018, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "SSCn default (nn, fixed)", "id": 80292, "feature": 8019, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-fixed.csv" } ] diff --git a/stable-crust/grid/sscn/r85/adaptive/rate-tree.json b/stable-crust/grid/sscn/r85/adaptive/rate-tree.json index ee68a43..cb1c35c 100644 --- a/stable-crust/grid/sscn/r85/adaptive/rate-tree.json +++ b/stable-crust/grid/sscn/r85/adaptive/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8491.730594 + "value" : 5358.070262599910 } ] diff --git a/stable-crust/grid/sscn/r85/adaptive/rupture-sets.json b/stable-crust/grid/sscn/r85/adaptive/rupture-sets.json index c8c3892..34679af 100644 --- a/stable-crust/grid/sscn/r85/adaptive/rupture-sets.json +++ b/stable-crust/grid/sscn/r85/adaptive/rupture-sets.json @@ -3,49 +3,49 @@ "name": "SSCn Craton [1,9,10] (r85, adaptive)", "id": 80333, "feature": 8013, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "SSCn Gulf Coast [2,3] (r85, adaptive)", "id": 80343, "feature": 8014, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "SSCn Mesozoic [4,5] (r85, adaptive)", "id": 80353, "feature": 8015, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "SSCn Mesozoic [6] (r85, adaptive)", "id": 80363, "feature": 8016, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "SSCn Paleozoic [7] (r85, adaptive)", "id": 80373, "feature": 8017, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "SSCn Paleozoic [8] (r85, adaptive)", "id": 80383, "feature": 8018, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "SSCn default (r85, adaptive)", "id": 80393, "feature": 8019, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-adaptive.csv" } ] diff --git a/stable-crust/grid/sscn/r85/fixed/rate-tree.json b/stable-crust/grid/sscn/r85/fixed/rate-tree.json index 20a7802..cb1c35c 100644 --- a/stable-crust/grid/sscn/r85/fixed/rate-tree.json +++ b/stable-crust/grid/sscn/r85/fixed/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8167.91820768891 + "value" : 5358.070262599910 } ] diff --git a/stable-crust/grid/sscn/r85/fixed/rupture-sets.json b/stable-crust/grid/sscn/r85/fixed/rupture-sets.json index dfb4761..17d0a60 100644 --- a/stable-crust/grid/sscn/r85/fixed/rupture-sets.json +++ b/stable-crust/grid/sscn/r85/fixed/rupture-sets.json @@ -3,49 +3,49 @@ "name": "SSCn Craton [1,9,10] (r85, fixed)", "id": 80233, "feature": 8013, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "SSCn Gulf Coast [2,3] (r85, fixed)", "id": 80243, "feature": 8014, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "SSCn Mesozoic [4,5] (r85, fixed)", "id": 80253, "feature": 8015, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "SSCn Mesozoic [6] (r85, fixed)", "id": 80263, "feature": 8016, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "SSCn Paleozoic [7] (r85, fixed)", "id": 80273, "feature": 8017, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "SSCn Paleozoic [8] (r85, fixed)", "id": 80283, "feature": 8018, - "mfd-tree": "grid-mmax-margin-2", + "mfd-tree": "grid-mmax-margin-2-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "SSCn default (r85, fixed)", "id": 80293, "feature": 8019, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-fixed.csv" } ] diff --git a/stable-crust/grid/usgs/gk/adaptive/rate-tree.json b/stable-crust/grid/usgs/gk/adaptive/rate-tree.json index ee68a43..b20a3bc 100644 --- a/stable-crust/grid/usgs/gk/adaptive/rate-tree.json +++ b/stable-crust/grid/usgs/gk/adaptive/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8491.730594 + "value" : 1626.931380639120 } ] diff --git a/stable-crust/grid/usgs/gk/adaptive/rupture-sets.json b/stable-crust/grid/usgs/gk/adaptive/rupture-sets.json index e9aaf27..dc80c4b 100644 --- a/stable-crust/grid/usgs/gk/adaptive/rupture-sets.json +++ b/stable-crust/grid/usgs/gk/adaptive/rupture-sets.json @@ -3,21 +3,21 @@ "name": "USGS Craton [1,3,4] (gk, adaptive)", "id": 80301, "feature": 8010, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "USGS Extended Margin [2] (gk, adaptive)", "id": 80311, "feature": 8011, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-gk", "spatial-pdf": "pdf-gk-adaptive.csv" }, { "name": "USGS default (gk, adaptive)", "id": 80321, "feature": 8012, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-adaptive.csv" } ] diff --git a/stable-crust/grid/usgs/gk/fixed/rate-tree.json b/stable-crust/grid/usgs/gk/fixed/rate-tree.json index 20a7802..b20a3bc 100644 --- a/stable-crust/grid/usgs/gk/fixed/rate-tree.json +++ b/stable-crust/grid/usgs/gk/fixed/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8167.91820768891 + "value" : 1626.931380639120 } ] diff --git a/stable-crust/grid/usgs/gk/fixed/rupture-sets.json b/stable-crust/grid/usgs/gk/fixed/rupture-sets.json index 3692a10..df5b699 100644 --- a/stable-crust/grid/usgs/gk/fixed/rupture-sets.json +++ b/stable-crust/grid/usgs/gk/fixed/rupture-sets.json @@ -3,21 +3,21 @@ "name": "USGS Craton [1,3,4] (gk, fixed)", "id": 80201, "feature": 8010, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "USGS Extended Margin [2] (gk, fixed)", "id": 80211, "feature": 8011, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-gk", "spatial-pdf": "pdf-gk-fixed.csv" }, { "name": "USGS default (gk, fixed)", "id": 80221, "feature": 8012, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-gk", "spatial-pdf": "pdf-gk-fixed.csv" } ] diff --git a/stable-crust/grid/usgs/nn/adaptive/rate-tree.json b/stable-crust/grid/usgs/nn/adaptive/rate-tree.json index ee68a43..a36a2df 100644 --- a/stable-crust/grid/usgs/nn/adaptive/rate-tree.json +++ b/stable-crust/grid/usgs/nn/adaptive/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8491.730594 + "value" : 4347.002141478890 } ] diff --git a/stable-crust/grid/usgs/nn/adaptive/rupture-sets.json b/stable-crust/grid/usgs/nn/adaptive/rupture-sets.json index bce1c3e..87723e7 100644 --- a/stable-crust/grid/usgs/nn/adaptive/rupture-sets.json +++ b/stable-crust/grid/usgs/nn/adaptive/rupture-sets.json @@ -3,21 +3,21 @@ "name": "USGS Craton [1,3,4] (nn, adaptive)", "id": 80302, "feature": 8010, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "USGS Extended Margin [2] (nn, adaptive)", "id": 80312, "feature": 8011, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-nn", "spatial-pdf": "pdf-nn-adaptive.csv" }, { "name": "USGS default (nn, adaptive)", "id": 80322, "feature": 8012, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-adaptive.csv" } ] diff --git a/stable-crust/grid/usgs/nn/fixed/rate-tree.json b/stable-crust/grid/usgs/nn/fixed/rate-tree.json index 20a7802..a36a2df 100644 --- a/stable-crust/grid/usgs/nn/fixed/rate-tree.json +++ b/stable-crust/grid/usgs/nn/fixed/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8167.91820768891 + "value" : 4347.002141478890 } ] diff --git a/stable-crust/grid/usgs/nn/fixed/rupture-sets.json b/stable-crust/grid/usgs/nn/fixed/rupture-sets.json index 637c168..cd953bc 100644 --- a/stable-crust/grid/usgs/nn/fixed/rupture-sets.json +++ b/stable-crust/grid/usgs/nn/fixed/rupture-sets.json @@ -3,21 +3,21 @@ "name": "USGS Craton [1,3,4] (nn, fixed)", "id": 80202, "feature": 8010, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "USGS Extended Margin [2] (nn, fixed)", "id": 80212, "feature": 8011, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-nn", "spatial-pdf": "pdf-nn-fixed.csv" }, { "name": "USGS default (nn, fixed)", "id": 80222, "feature": 8012, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-nn", "spatial-pdf": "pdf-nn-fixed.csv" } ] diff --git a/stable-crust/grid/usgs/r85/adaptive/rate-tree.json b/stable-crust/grid/usgs/r85/adaptive/rate-tree.json index ee68a43..cb1c35c 100644 --- a/stable-crust/grid/usgs/r85/adaptive/rate-tree.json +++ b/stable-crust/grid/usgs/r85/adaptive/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8491.730594 + "value" : 5358.070262599910 } ] diff --git a/stable-crust/grid/usgs/r85/adaptive/rupture-sets.json b/stable-crust/grid/usgs/r85/adaptive/rupture-sets.json index 2422788..12489a2 100644 --- a/stable-crust/grid/usgs/r85/adaptive/rupture-sets.json +++ b/stable-crust/grid/usgs/r85/adaptive/rupture-sets.json @@ -3,21 +3,21 @@ "name": "USGS Craton [1,3,4] (r85, adaptive)", "id": 80303, "feature": 8010, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "USGS Extended Margin [2] (r85, adaptive)", "id": 80313, "feature": 8011, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-r85", "spatial-pdf": "pdf-r85-adaptive.csv" }, { "name": "USGS default (r85, adaptive)", "id": 80323, "feature": 8012, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-adaptive.csv" } ] diff --git a/stable-crust/grid/usgs/r85/fixed/rate-tree.json b/stable-crust/grid/usgs/r85/fixed/rate-tree.json index 20a7802..cb1c35c 100644 --- a/stable-crust/grid/usgs/r85/fixed/rate-tree.json +++ b/stable-crust/grid/usgs/r85/fixed/rate-tree.json @@ -2,6 +2,6 @@ { "id": "R1", "weight": 1.0, - "value" : 8167.91820768891 + "value" : 5358.070262599910 } ] diff --git a/stable-crust/grid/usgs/r85/fixed/rupture-sets.json b/stable-crust/grid/usgs/r85/fixed/rupture-sets.json index b713d3a..32db76a 100644 --- a/stable-crust/grid/usgs/r85/fixed/rupture-sets.json +++ b/stable-crust/grid/usgs/r85/fixed/rupture-sets.json @@ -3,21 +3,21 @@ "name": "USGS Craton [1,3,4] (r85, fixed)", "id": 80203, "feature": 8010, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "USGS Extended Margin [2] (r85, fixed)", "id": 80213, "feature": 8011, - "mfd-tree": "grid-mmax-margin-1", + "mfd-tree": "grid-mmax-margin-1-r85", "spatial-pdf": "pdf-r85-fixed.csv" }, { "name": "USGS default (r85, fixed)", "id": 80223, "feature": 8012, - "mfd-tree": "grid-mmax-craton", + "mfd-tree": "grid-mmax-craton-r85", "spatial-pdf": "pdf-r85-fixed.csv" } ] -- GitLab