From ec9e85fe8e4999171c6536b8d6332240e0135300 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Mon, 28 Aug 2023 15:37:39 -0600
Subject: [PATCH 1/3] updated usgs rates

---
 stable-crust/fault/CO/Cheraw/usgs/rupture-set.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stable-crust/fault/CO/Cheraw/usgs/rupture-set.json b/stable-crust/fault/CO/Cheraw/usgs/rupture-set.json
index a0df101..e55bf25 100644
--- a/stable-crust/fault/CO/Cheraw/usgs/rupture-set.json
+++ b/stable-crust/fault/CO/Cheraw/usgs/rupture-set.json
@@ -8,7 +8,7 @@
       "value": {
         "type": "SINGLE",
         "m": 7.0,
-        "rate": 0.000176
+        "rate": 0.00020419
       }
     },
     {
@@ -16,7 +16,7 @@
       "weight": 0.5,
       "value": {
         "type": "GR",
-        "a": 2.2357,
+        "a": 2.39162,
         "b": 0.95,
         "mMin": 6.5,
         "mMax": 7.0,
-- 
GitLab


From 31091773979cd633f5ed5eae004f80e2af4f294a Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Tue, 29 Aug 2023 10:58:22 -0600
Subject: [PATCH 2/3] enabled updated distance filter

---
 calc-config.json | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 calc-config.json

diff --git a/calc-config.json b/calc-config.json
new file mode 100644
index 0000000..3389583
--- /dev/null
+++ b/calc-config.json
@@ -0,0 +1,5 @@
+{
+  "performance": {
+    "distanceFilterUpdate": true
+  }
+}
-- 
GitLab


From 1663c95f38a06944a4a5eace8021f23fd3e68177 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Mon, 11 Sep 2023 08:51:38 -0600
Subject: [PATCH 3/3] removed distance filter config

---
 calc-config.json | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 calc-config.json

diff --git a/calc-config.json b/calc-config.json
deleted file mode 100644
index 3389583..0000000
--- a/calc-config.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "performance": {
-    "distanceFilterUpdate": true
-  }
-}
-- 
GitLab