From 36dc6089bff74cc46e0fe5ff18ac5b5d41541ff4 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Thu, 28 Apr 2022 08:53:30 -0600
Subject: [PATCH] added test model grid config

---
 .../puget-lowland/puget/grid-config.json      | 29 +++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 src/test/resources/model/test-model/active-crust/grid/compressional/puget-lowland/puget/grid-config.json

diff --git a/src/test/resources/model/test-model/active-crust/grid/compressional/puget-lowland/puget/grid-config.json b/src/test/resources/model/test-model/active-crust/grid/compressional/puget-lowland/puget/grid-config.json
new file mode 100644
index 00000000..9d7e5ab1
--- /dev/null
+++ b/src/test/resources/model/test-model/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 }
+      ]
+    }
+  }
+}
-- 
GitLab