From 4880cb6e36c821ead1e67594f6ff3d88fc0eb158 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 27 Apr 2023 13:55:50 -0600 Subject: [PATCH] updated ceus grid weights to be consistent with wus --- 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/sscn/source-tree.json | 6 +++--- 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 ++-- stable-crust/grid/ceus-stable/usgs/source-tree.json | 6 +++--- 8 files changed, 18 insertions(+), 18 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 4de9965..8dbffe3 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.5 + "weight": 0.4 }, { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 } ] 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 4de9965..8dbffe3 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.5 + "weight": 0.4 }, { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 } ] 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 4de9965..8dbffe3 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.5 + "weight": 0.4 }, { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 } ] diff --git a/stable-crust/grid/ceus-stable/sscn/source-tree.json b/stable-crust/grid/ceus-stable/sscn/source-tree.json index d1197a0..84c8b85 100644 --- a/stable-crust/grid/ceus-stable/sscn/source-tree.json +++ b/stable-crust/grid/ceus-stable/sscn/source-tree.json @@ -1,14 +1,14 @@ [ { "id": "gk", - "weight": 0.333 + "weight": 0.4 }, { "id": "nn", - "weight": 0.334 + "weight": 0.4 }, { "id": "r85", - "weight": 0.333 + "weight": 0.2 } ] 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 4de9965..8dbffe3 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.5 + "weight": 0.4 }, { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 } ] 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 4de9965..8dbffe3 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.5 + "weight": 0.4 }, { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 } ] 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 4de9965..8dbffe3 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.5 + "weight": 0.4 }, { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 } ] diff --git a/stable-crust/grid/ceus-stable/usgs/source-tree.json b/stable-crust/grid/ceus-stable/usgs/source-tree.json index d1197a0..84c8b85 100644 --- a/stable-crust/grid/ceus-stable/usgs/source-tree.json +++ b/stable-crust/grid/ceus-stable/usgs/source-tree.json @@ -1,14 +1,14 @@ [ { "id": "gk", - "weight": 0.333 + "weight": 0.4 }, { "id": "nn", - "weight": 0.334 + "weight": 0.4 }, { "id": "r85", - "weight": 0.333 + "weight": 0.2 } ] -- GitLab