From e9441fa7bc6917d44306ce446ede6f5e531ac78f Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Mon, 11 Sep 2023 08:50:11 -0600 Subject: [PATCH] updated grid weights --- active-crust/grid/gk/source-tree.json | 4 ++-- active-crust/grid/nn/source-tree.json | 4 ++-- active-crust/grid/r85/source-tree.json | 4 ++-- active-crust/grid/source-tree.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/active-crust/grid/gk/source-tree.json b/active-crust/grid/gk/source-tree.json index 5bde97d..2e22d7c 100644 --- a/active-crust/grid/gk/source-tree.json +++ b/active-crust/grid/gk/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 }, { "id": "fixed", - "weight": 0.5 + "weight": 0.4 } ] diff --git a/active-crust/grid/nn/source-tree.json b/active-crust/grid/nn/source-tree.json index 5bde97d..2e22d7c 100644 --- a/active-crust/grid/nn/source-tree.json +++ b/active-crust/grid/nn/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 }, { "id": "fixed", - "weight": 0.5 + "weight": 0.4 } ] diff --git a/active-crust/grid/r85/source-tree.json b/active-crust/grid/r85/source-tree.json index 5bde97d..2e22d7c 100644 --- a/active-crust/grid/r85/source-tree.json +++ b/active-crust/grid/r85/source-tree.json @@ -1,10 +1,10 @@ [ { "id": "adaptive", - "weight": 0.5 + "weight": 0.6 }, { "id": "fixed", - "weight": 0.5 + "weight": 0.4 } ] diff --git a/active-crust/grid/source-tree.json b/active-crust/grid/source-tree.json index c86550a..84c8b85 100644 --- a/active-crust/grid/source-tree.json +++ b/active-crust/grid/source-tree.json @@ -1,14 +1,14 @@ [ { "id": "gk", - "weight": 0.3333 + "weight": 0.4 }, { "id": "nn", - "weight": 0.3334 + "weight": 0.4 }, { "id": "r85", - "weight": 0.3333 + "weight": 0.2 } ] -- GitLab