From c9864de06a58fa35d0db3c9dc2205ec6ff467fc9 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 11 Jul 2024 07:47:26 -0600 Subject: [PATCH] updated ceus smoothing weights --- stable-crust/grid/ceus-stable/sscn/gk/source-tree.json | 4 ++-- stable-crust/grid/ceus-stable/sscn/nn/source-tree.json | 4 ++-- stable-crust/grid/ceus-stable/sscn/r85/source-tree.json | 4 ++-- stable-crust/grid/ceus-stable/usgs/gk/source-tree.json | 4 ++-- stable-crust/grid/ceus-stable/usgs/nn/source-tree.json | 4 ++-- stable-crust/grid/ceus-stable/usgs/r85/source-tree.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/stable-crust/grid/ceus-stable/sscn/gk/source-tree.json b/stable-crust/grid/ceus-stable/sscn/gk/source-tree.json index 8dbffe3..91a8467 100644 --- a/stable-crust/grid/ceus-stable/sscn/gk/source-tree.json +++ b/stable-crust/grid/ceus-stable/sscn/gk/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "fixed", - "weight": 0.4 + "weight": 0.6 }, { "id": "adaptive", - "weight": 0.6 + "weight": 0.4 } ] diff --git a/stable-crust/grid/ceus-stable/sscn/nn/source-tree.json b/stable-crust/grid/ceus-stable/sscn/nn/source-tree.json index 8dbffe3..91a8467 100644 --- a/stable-crust/grid/ceus-stable/sscn/nn/source-tree.json +++ b/stable-crust/grid/ceus-stable/sscn/nn/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "fixed", - "weight": 0.4 + "weight": 0.6 }, { "id": "adaptive", - "weight": 0.6 + "weight": 0.4 } ] diff --git a/stable-crust/grid/ceus-stable/sscn/r85/source-tree.json b/stable-crust/grid/ceus-stable/sscn/r85/source-tree.json index 8dbffe3..91a8467 100644 --- a/stable-crust/grid/ceus-stable/sscn/r85/source-tree.json +++ b/stable-crust/grid/ceus-stable/sscn/r85/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "fixed", - "weight": 0.4 + "weight": 0.6 }, { "id": "adaptive", - "weight": 0.6 + "weight": 0.4 } ] diff --git a/stable-crust/grid/ceus-stable/usgs/gk/source-tree.json b/stable-crust/grid/ceus-stable/usgs/gk/source-tree.json index 8dbffe3..91a8467 100644 --- a/stable-crust/grid/ceus-stable/usgs/gk/source-tree.json +++ b/stable-crust/grid/ceus-stable/usgs/gk/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "fixed", - "weight": 0.4 + "weight": 0.6 }, { "id": "adaptive", - "weight": 0.6 + "weight": 0.4 } ] diff --git a/stable-crust/grid/ceus-stable/usgs/nn/source-tree.json b/stable-crust/grid/ceus-stable/usgs/nn/source-tree.json index 8dbffe3..91a8467 100644 --- a/stable-crust/grid/ceus-stable/usgs/nn/source-tree.json +++ b/stable-crust/grid/ceus-stable/usgs/nn/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "fixed", - "weight": 0.4 + "weight": 0.6 }, { "id": "adaptive", - "weight": 0.6 + "weight": 0.4 } ] diff --git a/stable-crust/grid/ceus-stable/usgs/r85/source-tree.json b/stable-crust/grid/ceus-stable/usgs/r85/source-tree.json index 8dbffe3..91a8467 100644 --- a/stable-crust/grid/ceus-stable/usgs/r85/source-tree.json +++ b/stable-crust/grid/ceus-stable/usgs/r85/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "fixed", - "weight": 0.4 + "weight": 0.6 }, { "id": "adaptive", - "weight": 0.6 + "weight": 0.4 } ] -- GitLab