From 3eab74439acd333ca74db717a48d19f42e79e0c8 Mon Sep 17 00:00:00 2001 From: Peter Powers Date: Fri, 14 Apr 2017 11:29:20 -0600 Subject: [PATCH] config changes, curve to hazard --- Central & Eastern US/config.json | 2 +- Western US/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Central & Eastern US/config.json b/Central & Eastern US/config.json index 81d9a20..8d504a2 100644 --- a/Central & Eastern US/config.json +++ b/Central & Eastern US/config.json @@ -7,7 +7,7 @@ "pointSourceType": "FINITE", "areaGridScaling": "SCALED_SMALL" }, - "curve": { + "hazard": { "exceedanceModel": "NSHM_CEUS_MAX_INTENSITY", "truncationLevel": 3.0, "imts": ["PGA", "SA0P2", "SA1P0"] diff --git a/Western US/config.json b/Western US/config.json index 0a0306f..4a8fae3 100644 --- a/Western US/config.json +++ b/Western US/config.json @@ -7,7 +7,7 @@ "pointSourceType": "FINITE", "areaGridScaling": "SCALED_SMALL" }, - "curve": { + "hazard": { "exceedanceModel": "TRUNCATION_3SIGMA_UPPER", "truncationLevel": 3.0, "imts": ["PGA", "SA0P2", "SA1P0"],