From 7427441085c7366d375479af4f876a282af4e4ee Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Wed, 30 Oct 2024 14:16:46 -0600 Subject: [PATCH 1/2] revised site class A/AB definition --- model-info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-info.json b/model-info.json index 40faf12..eeb15b1 100644 --- a/model-info.json +++ b/model-info.json @@ -1,7 +1,7 @@ { "name": "NSHM Conterminous U.S. 2018", "site-class-vs30": { - "AB": 1500, + "A": 1500, "B": 1080, "BC": 760, "C": 530, -- GitLab From 0893731a85f6fdcf9be9c564680ad1fd55729ebe Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Wed, 30 Oct 2024 14:17:18 -0600 Subject: [PATCH 2/2] updated interface am09 to preserve site term bug --- subduction/interface/gmm-tree.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subduction/interface/gmm-tree.json b/subduction/interface/gmm-tree.json index 840daa5..516acca 100644 --- a/subduction/interface/gmm-tree.json +++ b/subduction/interface/gmm-tree.json @@ -1,5 +1,5 @@ [ - { "id": "AM_09_INTERFACE_BASIN", "weight": 0.3333 }, + { "id": "AM_09_INTERFACE_BASIN_CONUS_2018", "weight": 0.3333 }, { "id": "BCHYDRO_12_INTERFACE_BASIN", "weight": 0.3334 }, { "id": "ZHAO_06_INTERFACE_BASIN", "weight": 0.3333 } ] -- GitLab