From 496e1f2c307176a602e713ef0d2f22465c88c58c Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Thu, 27 Jan 2022 07:58:50 -0700
Subject: [PATCH] removed unused gmm-config fields

---
 active-crust/gmm-config.json         | 8 +-------
 stable-crust/gmm-config.json         | 4 +---
 subduction/interface/gmm-config.json | 4 +---
 subduction/slab/gmm-config.json      | 4 +---
 4 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/active-crust/gmm-config.json b/active-crust/gmm-config.json
index 478c6db..307d377 100644
--- a/active-crust/gmm-config.json
+++ b/active-crust/gmm-config.json
@@ -1,9 +1,3 @@
 {
-  "max-distance": 300.0,
-  "epistemic-model": "NGA_WEST2",
-  "epistemic-tree": [
-    { "id": "+uâ‚‘", "weight": 0.185, "value": 1.0 },
-    { "id": "~uâ‚‘", "weight": 0.63, "value": 0.0 },
-    { "id": "-uâ‚‘", "weight": 0.185, "value": -1.0 }
-  ]
+  "max-distance": 300.0
 }
diff --git a/stable-crust/gmm-config.json b/stable-crust/gmm-config.json
index 90d5fb8..c497562 100644
--- a/stable-crust/gmm-config.json
+++ b/stable-crust/gmm-config.json
@@ -1,5 +1,3 @@
 {
-  "max-distance": 1000.0,
-  "epistemic-model": null,
-  "epistemic-tree": null
+  "max-distance": 1000.0
 }
diff --git a/subduction/interface/gmm-config.json b/subduction/interface/gmm-config.json
index 90d5fb8..c497562 100644
--- a/subduction/interface/gmm-config.json
+++ b/subduction/interface/gmm-config.json
@@ -1,5 +1,3 @@
 {
-  "max-distance": 1000.0,
-  "epistemic-model": null,
-  "epistemic-tree": null
+  "max-distance": 1000.0
 }
diff --git a/subduction/slab/gmm-config.json b/subduction/slab/gmm-config.json
index 25a17cb..307d377 100644
--- a/subduction/slab/gmm-config.json
+++ b/subduction/slab/gmm-config.json
@@ -1,5 +1,3 @@
 {
-  "max-distance": 300.0,
-  "epistemic-model": null,
-  "epistemic-tree": null
+  "max-distance": 300.0
 }
-- 
GitLab