From e269ffc3aab8701166482b10e53e1d0b8498011a Mon Sep 17 00:00:00 2001
From: Jason Altekruse <jaltekruse@usgs.gov>
Date: Thu, 28 Sep 2023 15:46:40 -0600
Subject: [PATCH] ak bias correction for low-magnitude interface source

---
 subduction/slab/interface/gmm-tree.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/subduction/slab/interface/gmm-tree.json b/subduction/slab/interface/gmm-tree.json
index 92a5d76..40f19b7 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.10 },
-  { "id": "AG_20_ALASKA_INTERFACE", "weight": 0.15 },
-  { "id": "AG_20_ALASKA_INTERFACE_ADJUSTED", "weight": 0.15 },
-  { "id": "KBCG_20_GLOBAL_INTERFACE", "weight": 0.20 },
-  { "id": "PSBAH_20_GLOBAL_INTERFACE", "weight": 0.20 },
-  { "id": "PSBAH_20_ALASKA_INTERFACE", "weight": 0.20 }
+  { "id": "AG_20_GLOBAL_INTERFACE", "weight": 0.16667 },
+  { "id": "AG_20_GLOBAL_INTERFACE_AK_BIAS_CORR", "weight": 0.16666 },
+  { "id": "KBCG_20_GLOBAL_INTERFACE", "weight": 0.16667 },
+  { "id": "KBCG_20_GLOBAL_INTERFACE_AK_BIAS_CORR", "weight": 0.16667 },
+  { "id": "PSBAH_20_ALASKA_INTERFACE", "weight": 0.16667 },
+  { "id": "PSBAH_20_ALASKA_INTERFACE_AK_BIAS_CORR", "weight": 0.16666 }
 ]
-- 
GitLab