From c8d5eaab45754186f9e7e5dcca88b5cc74e93d35 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Mon, 14 Feb 2022 09:22:52 -0700
Subject: [PATCH] updated smoothing density for stable

---
 stable-crust/grid/grid-config.json | 2 +-
 stable-crust/zone/zone-config.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/stable-crust/grid/grid-config.json b/stable-crust/grid/grid-config.json
index 8ca048e..ee0bc74 100644
--- a/stable-crust/grid/grid-config.json
+++ b/stable-crust/grid/grid-config.json
@@ -1,6 +1,6 @@
 {
   "grid-spacing": 0.1,
-  "smoothing-density": 10,
+  "smoothing-density": 4,
   "smoothing-limit": 40.0,
   "opt-distance-bin": 5.0,
   "point-source-type": "FINITE",
diff --git a/stable-crust/zone/zone-config.json b/stable-crust/zone/zone-config.json
index dea11db..0519ce7 100644
--- a/stable-crust/zone/zone-config.json
+++ b/stable-crust/zone/zone-config.json
@@ -1,6 +1,6 @@
 {
   "grid-spacing": 0.1,
-  "smoothing-density": 10,
+  "smoothing-density": 4,
   "smoothing-limit": 40.0,
   "opt-distance-bin": 5.0,
   "point-source-type": "FINITE",
-- 
GitLab