From 13b463a15a8ef6b1f18ba737abe60ab7f9cec72c Mon Sep 17 00:00:00 2001 From: ftong <95+ftong@noreply.example.org> Date: Tue, 23 Jun 2026 02:53:44 +0200 Subject: [PATCH] Update src/seismic_hazard_forecasting.py try distance in metres --- src/seismic_hazard_forecasting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seismic_hazard_forecasting.py b/src/seismic_hazard_forecasting.py index fda2af5..b9e3ed7 100644 --- a/src/seismic_hazard_forecasting.py +++ b/src/seismic_hazard_forecasting.py @@ -727,7 +727,7 @@ verbose: {verbose}") utm_zone_letter) # get receiver location as lat,lon # convert distances from m to km because openquake ground motion models take input distances in kilometres - distances = distances/1000.0 + #distances = distances/1000.0 # compute ground motion only at grid points that have minimum probability density of thresh_fxy if exclude_low_fxy: