Update src/seismic_hazard_forecasting.py
This commit is contained in:
@@ -341,7 +341,7 @@ def main(catalog_file, mc_file, pdf_file, m_file, m_select, mag_label, mc, m_max
|
|||||||
else:
|
else:
|
||||||
logger.setLevel(logging.INFO)
|
logger.setLevel(logging.INFO)
|
||||||
|
|
||||||
exclude_low_fxy = True # skip low probability areas of the map
|
exclude_low_fxy = False # skip low probability areas of the map
|
||||||
thresh_fxy = 1e-3 # minimum fxy value (location PDF) needed to do PGA estimation (to skip low probability areas); also should scale according to number of grid points
|
thresh_fxy = 1e-3 # minimum fxy value (location PDF) needed to do PGA estimation (to skip low probability areas); also should scale according to number of grid points
|
||||||
|
|
||||||
# AOI_lat = np.array(AOI_extent[:2])
|
# AOI_lat = np.array(AOI_extent[:2])
|
||||||
|
|||||||
Reference in New Issue
Block a user