From 123165e1515155d3d6174a2238154543b81fb3f0 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Wed, 27 Apr 2022 11:57:19 -0600
Subject: [PATCH] updated grid configs; requires lib 1.1.*

---
 .../puget-lowland/puget/grid-config.json      | 29 +++++++++++++++++++
 active-crust/zone/zone-config.json            |  2 +-
 stable-crust/zone/zone-config.json            |  2 +-
 3 files changed, 31 insertions(+), 2 deletions(-)
 create mode 100644 active-crust/grid/compressional/puget-lowland/puget/grid-config.json

diff --git a/active-crust/grid/compressional/puget-lowland/puget/grid-config.json b/active-crust/grid/compressional/puget-lowland/puget/grid-config.json
new file mode 100644
index 0000000..9d7e5ab
--- /dev/null
+++ b/active-crust/grid/compressional/puget-lowland/puget/grid-config.json
@@ -0,0 +1,29 @@
+{
+  "grid-spacing": 0.1,
+  "smoothing-density": 10,
+  "smoothing-limit": 40.0,
+  "opt-distance-bin": null,
+  "point-source-type": "FINITE",
+  "rupture-scaling": "NSHM_POINT_WC94_LENGTH",
+  "max-depth": 14.0,
+  "focal-mech-tree": [
+    { "id": "STRIKE_SLIP", "weight": 0.333 },
+    { "id": "REVERSE", "weight": 0.667 }
+  ],
+  "grid-depth-map": {
+    "small-magnitude": {
+      "mMin": 4.5,
+      "mMax": 6.5,
+      "depth-tree": [
+        { "id": "5 km", "weight": 1.0, "value": 5.0 }
+      ]
+    },
+    "large-magnitude": {
+      "mMin": 6.5,
+      "mMax": 10.0,
+      "depth-tree": [
+        { "id": "1 km", "weight": 1.0, "value": 1.0 }
+      ]
+    }
+  }
+}
diff --git a/active-crust/zone/zone-config.json b/active-crust/zone/zone-config.json
index d74d018..ebb6549 100644
--- a/active-crust/zone/zone-config.json
+++ b/active-crust/zone/zone-config.json
@@ -2,7 +2,7 @@
   "grid-spacing": 0.1,
   "smoothing-density": 10,
   "smoothing-limit": 40.0,
-  "opt-distance-bin": 1.0,
+  "opt-distance-bin": null,
   "point-source-type": "FIXED_STRIKE",
   "rupture-scaling": "NSHM_POINT_WC94_LENGTH",
   "max-depth": 14.0,
diff --git a/stable-crust/zone/zone-config.json b/stable-crust/zone/zone-config.json
index 0519ce7..71a2d6e 100644
--- a/stable-crust/zone/zone-config.json
+++ b/stable-crust/zone/zone-config.json
@@ -2,7 +2,7 @@
   "grid-spacing": 0.1,
   "smoothing-density": 4,
   "smoothing-limit": 40.0,
-  "opt-distance-bin": 5.0,
+  "opt-distance-bin": null,
   "point-source-type": "FINITE",
   "rupture-scaling": "NSHM_POINT_WC94_LENGTH",
   "max-depth": 22.0,
-- 
GitLab