From 8bb5d792d31141b741111d8ab8e0c2fb15e96566 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Sun, 26 Nov 2023 08:48:39 -0700 Subject: [PATCH] removed experimental gmm trees --- subduction/interface/gmm-tree-global-fixed-sigma.json | 5 ----- subduction/interface/gmm-tree-global.json | 5 ----- subduction/interface/gmm-tree-v1.json | 6 ------ subduction/interface/gmm-tree.json | 6 +++--- subduction/slab/gmm-tree.json | 4 ++-- 5 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 subduction/interface/gmm-tree-global-fixed-sigma.json delete mode 100644 subduction/interface/gmm-tree-global.json delete mode 100644 subduction/interface/gmm-tree-v1.json diff --git a/subduction/interface/gmm-tree-global-fixed-sigma.json b/subduction/interface/gmm-tree-global-fixed-sigma.json deleted file mode 100644 index fd52863..0000000 --- a/subduction/interface/gmm-tree-global-fixed-sigma.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - { "id": "AG_20_GLOBAL_INTERFACE_FIXED_SIGMA", "weight": 0.3333 }, - { "id": "KBCG_20_GLOBAL_INTERFACE_FIXED_SIGMA", "weight": 0.3334 }, - { "id": "PSBAH_20_GLOBAL_INTERFACE_FIXED_SIGMA", "weight": 0.3333 } -] diff --git a/subduction/interface/gmm-tree-global.json b/subduction/interface/gmm-tree-global.json deleted file mode 100644 index 16364ee..0000000 --- a/subduction/interface/gmm-tree-global.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - { "id": "AG_20_GLOBAL_INTERFACE", "weight": 0.3333 }, - { "id": "KBCG_20_GLOBAL_INTERFACE", "weight": 0.3334 }, - { "id": "PSBAH_20_GLOBAL_INTERFACE", "weight": 0.3333 } -] diff --git a/subduction/interface/gmm-tree-v1.json b/subduction/interface/gmm-tree-v1.json deleted file mode 100644 index 72bd71a..0000000 --- a/subduction/interface/gmm-tree-v1.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { "id": "AG_20_ALASKA_INTERFACE", "weight": 0.1111 }, - { "id": "AG_20_ALASKA_INTERFACE_ADJUSTED", "weight": 0.2223 }, - { "id": "KBCG_20_ALASKA_INTERFACE", "weight": 0.3333 }, - { "id": "PSBAH_20_ALASKA_INTERFACE", "weight": 0.3333 } -] diff --git a/subduction/interface/gmm-tree.json b/subduction/interface/gmm-tree.json index 32b544c..29223af 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", "weight": 0.1667 }, + { "id": "AG_20_GLOBAL_INTERFACE_AK_BIAS_CORR_NEW", "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_BIAS_CORR_NEW", "weight": 0.1667 }, { "id": "PSBAH_20_ALASKA_INTERFACE", "weight": 0.1667 }, - { "id": "PSBAH_20_ALASKA_INTERFACE_AK_BIAS_CORR", "weight": 0.1667 } + { "id": "PSBAH_20_ALASKA_INTERFACE_AK_BIAS_CORR_NEW", "weight": 0.1667 } ] diff --git a/subduction/slab/gmm-tree.json b/subduction/slab/gmm-tree.json index dba1b68..0f31afe 100644 --- a/subduction/slab/gmm-tree.json +++ b/subduction/slab/gmm-tree.json @@ -1,5 +1,5 @@ [ - { "id": "AG_20_GLOBAL_SLAB", "weight": 0.3333 }, - { "id": "KBCG_20_GLOBAL_SLAB", "weight": 0.3333 }, + { "id": "AG_20_ALASKA_SLAB", "weight": 0.3333 }, + { "id": "KBCG_20_ALASKA_SLAB", "weight": 0.3333 }, { "id": "PSBAH_20_ALASKA_SLAB", "weight": 0.3334 } ] -- GitLab