From a239833f1ca0d04fc3edb11ff7f21ce02ef4745b Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Thu, 11 Jul 2024 11:04:43 -0600 Subject: [PATCH] adjusting transition gmms to 2/3 ngaw2 and 1/3 ngae --- stable-crust/grid/system-stable/gmm-tree.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stable-crust/grid/system-stable/gmm-tree.json b/stable-crust/grid/system-stable/gmm-tree.json index 0ea6d35..8f67175 100644 --- a/stable-crust/grid/system-stable/gmm-tree.json +++ b/stable-crust/grid/system-stable/gmm-tree.json @@ -1,10 +1,10 @@ [ - { "id": "NGA_EAST_2023", "weight": 0.16665 }, - { "id": "NGA_EAST_2023_ADJUSTED", "weight": 0.16665 }, - { "id": "NGA_EAST_SEEDS_2023", "weight": 0.08335 }, - { "id": "NGA_EAST_SEEDS_2023_ADJUSTED", "weight": 0.08335 }, - { "id": "ASK_14_BASIN", "weight": 0.125 }, - { "id": "BSSA_14_BASIN", "weight": 0.125 }, - { "id": "CB_14_BASIN", "weight": 0.125 }, - { "id": "CY_14_BASIN", "weight": 0.125 } + { "id": "NGA_EAST_2023", "weight": 0.1111 }, + { "id": "NGA_EAST_2023_ADJUSTED", "weight": 0.1111 }, + { "id": "NGA_EAST_SEEDS_2023", "weight": 0.05555 }, + { "id": "NGA_EAST_SEEDS_2023_ADJUSTED", "weight": 0.05555 }, + { "id": "ASK_14_BASIN", "weight": 0.1667 }, + { "id": "BSSA_14_BASIN", "weight": 0.1667 }, + { "id": "CB_14_BASIN", "weight": 0.1667 }, + { "id": "CY_14_BASIN", "weight": 0.1666 } ] -- GitLab