Update src/seismic_hazard_forecasting.py

try distances/1000
This commit is contained in:
2026-06-24 12:27:25 +02:00
parent 2b6cd52131
commit 008b3f7d21
+1 -1
View File
@@ -732,7 +732,7 @@ verbose: {verbose}")
utm_zone_letter) # get receiver location as lat,lon 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 # 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 # compute ground motion only at grid points that have minimum probability density of thresh_fxy
if exclude_low_fxy: if exclude_low_fxy: