From f66c9c38743dbdd4cb413f92bc2410ffb43bb352 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Fri, 24 Feb 2023 12:19:58 -0700 Subject: [PATCH] gmm logic tree update --- active-crust/gmm-tree.json | 11 +++++++---- stable-crust/gmm-tree.json | 6 ++++-- subduction/interface/gmm-tree.json | 6 +++--- subduction/slab/gmm-tree.json | 4 ++-- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/active-crust/gmm-tree.json b/active-crust/gmm-tree.json index 1129f14..371d5e0 100644 --- a/active-crust/gmm-tree.json +++ b/active-crust/gmm-tree.json @@ -1,7 +1,10 @@ [ - { "id": "ASK_14_BASIN", "weight": 0.25 }, + { "id": "ASK_14_BASIN", "weight": 0.1875 }, + { "id": "ASK_14_CYBERSHAKE", "weight": 0.0625 }, { "id": "BSSA_14_BASIN", "weight": 0.1875 }, - { "id": "BSSA_14_CYBERSHAKE_CENTERED", "weight": 0.0625 }, - { "id": "CB_14_BASIN", "weight": 0.25 }, - { "id": "CY_14_BASIN", "weight": 0.25 } + { "id": "BSSA_14_CYBERSHAKE", "weight": 0.0625 }, + { "id": "CB_14_BASIN", "weight": 0.1875 }, + { "id": "CB_14_CYBERSHAKE", "weight": 0.0625 }, + { "id": "CY_14_BASIN", "weight": 0.1875 }, + { "id": "CY_14_CYBERSHAKE", "weight": 0.0625 } ] diff --git a/stable-crust/gmm-tree.json b/stable-crust/gmm-tree.json index b59b758..397880f 100644 --- a/stable-crust/gmm-tree.json +++ b/stable-crust/gmm-tree.json @@ -1,4 +1,6 @@ [ - { "id": "NGA_EAST_2023", "weight": 0.667 }, - { "id": "NGA_EAST_SEEDS_2023", "weight": 0.333 } + { "id": "NGA_EAST_2023", "weight": 0.5 }, + { "id": "NGA_EAST_2023_CPA", "weight": 0.1667 }, + { "id": "NGA_EAST_SEEDS_2023", "weight": 0.25 }, + { "id": "NGA_EAST_SEEDS_2023_CPA", "weight": 0.0833 } ] diff --git a/subduction/interface/gmm-tree.json b/subduction/interface/gmm-tree.json index e60b0a4..4e9dc8d 100644 --- a/subduction/interface/gmm-tree.json +++ b/subduction/interface/gmm-tree.json @@ -1,9 +1,9 @@ [ { "id": "AM_09_INTERFACE_BASIN", "weight": 0.08 }, { "id": "ZHAO_06_INTERFACE_BASIN", "weight": 0.17 }, - { "id": "AG_20_CASCADIA_ADJ_INTERFACE_BASIN", "weight": 0.25 }, + { "id": "AG_20_CASCADIA_INTERFACE_ADJUSTED_BASIN", "weight": 0.25 }, { "id": "KBCG_20_CASCADIA_INTERFACE_BASIN", "weight": 0.125 }, - { "id": "KBCG_20_SEATTLE_M9_INTERFACE_BASIN", "weight": 0.125 }, + { "id": "KBCG_20_CASCADIA_INTERFACE_SEATTLE_M9", "weight": 0.125 }, { "id": "PSBAH_20_CASCADIA_INTERFACE_BASIN", "weight": 0.125 }, - { "id": "PSBAH_20_SEATTLE_M9_INTERFACE_BASIN", "weight": 0.125 } + { "id": "PSBAH_20_CASCADIA_INTERFACE_M9", "weight": 0.125 } ] diff --git a/subduction/slab/gmm-tree.json b/subduction/slab/gmm-tree.json index b791c62..445a5e9 100644 --- a/subduction/slab/gmm-tree.json +++ b/subduction/slab/gmm-tree.json @@ -1,7 +1,7 @@ [ { "id": "ZHAO_06_SLAB_BASIN", "weight": 0.25 }, { "id": "AG_20_CASCADIA_SLAB_BASIN", "weight": 0.0825 }, - { "id": "AG_20_CASCADIA_ADJ_SLAB_BASIN", "weight": 0.1675 }, - { "id": "KBCG_20_CASCADIA_SLAB_BASIN", "weight": 0.25 }, + { "id": "AG_20_CASCADIA_SLAB_ADJUSTED_BASIN", "weight": 0.1675 }, + { "id": "KBCG_20_CASCADIA_SLAB_SEATTLE", "weight": 0.25 }, { "id": "PSBAH_20_CASCADIA_SLAB_BASIN", "weight": 0.25 } ] -- GitLab