From ed2fb82d012226de1e57b0a7aa7e4ef4ba87cfba Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Fri, 12 Apr 2024 17:27:37 -0600 Subject: [PATCH] update interface gmm-trees with new AK adjusted gmm IDs --- subduction/interface/gmm-tree.json | 6 +++--- subduction/slab/interface/gmm-tree.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/subduction/interface/gmm-tree.json b/subduction/interface/gmm-tree.json index d6a81bd..5d16cd7 100644 --- a/subduction/interface/gmm-tree.json +++ b/subduction/interface/gmm-tree.json @@ -1,8 +1,8 @@ [ { "id": "AG_20_GLOBAL_INTERFACE", "weight": 0.1666 }, - { "id": "AG_20_GLOBAL_INTERFACE_AK_BIAS_CORR_NEW", "weight": 0.1667 }, + { "id": "AG_20_GLOBAL_INTERFACE_AK_ADJUSTED", "weight": 0.1667 }, { "id": "KBCG_20_GLOBAL_INTERFACE", "weight": 0.1666 }, - { "id": "KBCG_20_GLOBAL_INTERFACE_AK_BIAS_CORR_NEW", "weight": 0.1667 }, + { "id": "KBCG_20_GLOBAL_INTERFACE_AK_ADJUSTED", "weight": 0.1667 }, { "id": "PSBAH_20_GLOBAL_INTERFACE", "weight": 0.1667 }, - { "id": "PSBAH_20_GLOBAL_INTERFACE_AK_BIAS_CORR_NEW", "weight": 0.1667 } + { "id": "PSBAH_20_GLOBAL_INTERFACE_AK_ADJUSTED", "weight": 0.1667 } ] diff --git a/subduction/slab/interface/gmm-tree.json b/subduction/slab/interface/gmm-tree.json index 9bf88b2..5d16cd7 100644 --- a/subduction/slab/interface/gmm-tree.json +++ b/subduction/slab/interface/gmm-tree.json @@ -1,8 +1,8 @@ [ { "id": "AG_20_GLOBAL_INTERFACE", "weight": 0.1666 }, - { "id": "AG_20_GLOBAL_INTERFACE_AK_BIAS_CORR", "weight": 0.1667 }, + { "id": "AG_20_GLOBAL_INTERFACE_AK_ADJUSTED", "weight": 0.1667 }, { "id": "KBCG_20_GLOBAL_INTERFACE", "weight": 0.1666 }, - { "id": "KBCG_20_GLOBAL_INTERFACE_AK_BIAS_CORR", "weight": 0.1667 }, + { "id": "KBCG_20_GLOBAL_INTERFACE_AK_ADJUSTED", "weight": 0.1667 }, { "id": "PSBAH_20_GLOBAL_INTERFACE", "weight": 0.1667 }, - { "id": "PSBAH_20_GLOBAL_INTERFACE_AK_BIAS_CORR", "weight": 0.1667 } + { "id": "PSBAH_20_GLOBAL_INTERFACE_AK_ADJUSTED", "weight": 0.1667 } ] -- GitLab