diff --git a/Central & Eastern US/config.json b/Central & Eastern US/config.json index 651c3e6..b2f1ab9 100644 --- a/Central & Eastern US/config.json +++ b/Central & Eastern US/config.json @@ -8,8 +8,11 @@ "areaGridScaling": "SCALED_SMALL" }, "hazard": { - "exceedanceModel": "NSHM_CEUS_MAX_INTENSITY", + "exceedanceModel": "NSHM_CEUS_3SIGMA_MAX_INTENSITY", "truncationLevel": 3.0, "imts": ["PGA", "SA0P2", "SA1P0"] + }, + "performance": { + "smoothGrids": false } } diff --git a/Western US/config.json b/Western US/config.json index 2a24941..838bf8f 100644 --- a/Western US/config.json +++ b/Western US/config.json @@ -12,6 +12,9 @@ "truncationLevel": 3.0, "imts": ["PGA", "SA0P2", "SA1P0"], "gmmUncertainty": true + }, + "performance": { + "smoothGrids": false } }