-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create NSHA models from gridded b values
- Loading branch information
Joanne Stephenson
committed
Jan 23, 2020
1 parent
1a23b7e
commit 332a012
Showing
22 changed files
with
101,547 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[general] | ||
|
||
description = NSHA 2018 PGA - NATIONAL MAP | ||
calculation_mode = classical | ||
random_seed = 23 | ||
optimize_same_id_sources=True | ||
#concurrent_tasks = 1008 | ||
|
||
[geometry] | ||
|
||
#region = 109 -47, 109 -8, 158 -8, 158 -47 | ||
#region_grid_spacing = 15.0 | ||
sites_csv = nsha18_map_sites.csv | ||
|
||
[logic_tree] | ||
|
||
number_of_logic_tree_samples = 0 | ||
|
||
[erf] | ||
|
||
rupture_mesh_spacing = 2 | ||
complex_fault_mesh_spacing = 20 | ||
width_of_mfd_bin = 0.1 | ||
area_source_discretization = 15.0 | ||
|
||
[site_params] | ||
|
||
reference_vs30_type = measured | ||
reference_vs30_value = 760.0 | ||
reference_depth_to_2pt5km_per_sec = 0.0 | ||
reference_depth_to_1pt0km_per_sec = 100.0 | ||
|
||
[calculation] | ||
|
||
source_model_logic_tree_file = nsha18_source_model_logic_tree_gridded_bval.xml | ||
gsim_logic_tree_file = NSHA18_Aus_GMPE_75thp_logic_tree_cal_power_p0.4_simplified_July18.xml | ||
investigation_time = 50.0 | ||
intensity_measure_types_and_levels = {"PGA": [0.00007, 0.0001, 0.0003, 0.0005, 0.0007, 0.001, 0.003, 0.005, 0.007, 0.0098, 0.0137, 0.0192, 0.0269, 0.0376, 0.0527, 0.0738, 0.103, 0.145, 0.203, 0.284, 0.397, 0.556, 0.778, 1.09]} | ||
truncation_level = 3 | ||
maximum_distance = {"Cratonic": 400.0, "Non_cratonic": 400.0, "Subduction": 1000.0} | ||
|
||
[output] | ||
|
||
export_dir = ./results_maps_PGA | ||
mean_hazard_curves=true | ||
individual_curves=false | ||
quantile_hazard_curves = | ||
hazard_maps=true | ||
uniform_hazard_spectra = | ||
poes = 0.1 0.0952 0.02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[general] | ||
|
||
description = NSHA 2018 PGA - NATIONAL MAP | ||
calculation_mode = classical | ||
random_seed = 23 | ||
optimize_same_id_sources=True | ||
#concurrent_tasks = 1008 | ||
|
||
[geometry] | ||
|
||
#region = 109 -47, 109 -8, 158 -8, 158 -47 | ||
#region_grid_spacing = 15.0 | ||
sites_csv = nsha18_map_sites.csv | ||
|
||
[logic_tree] | ||
|
||
number_of_logic_tree_samples = 0 | ||
|
||
[erf] | ||
|
||
rupture_mesh_spacing = 2 | ||
complex_fault_mesh_spacing = 20 | ||
width_of_mfd_bin = 0.1 | ||
area_source_discretization = 15.0 | ||
|
||
[site_params] | ||
|
||
reference_vs30_type = measured | ||
reference_vs30_value = 760.0 | ||
reference_depth_to_2pt5km_per_sec = 0.0 | ||
reference_depth_to_1pt0km_per_sec = 100.0 | ||
|
||
[calculation] | ||
|
||
source_model_logic_tree_file = nsha18_source_model_logic_tree_nsha_bval.xml | ||
gsim_logic_tree_file = NSHA18_Aus_GMPE_75thp_logic_tree_cal_power_p0.4_simplified_July18.xml | ||
investigation_time = 50.0 | ||
intensity_measure_types_and_levels = {"PGA": [0.00007, 0.0001, 0.0003, 0.0005, 0.0007, 0.001, 0.003, 0.005, 0.007, 0.0098, 0.0137, 0.0192, 0.0269, 0.0376, 0.0527, 0.0738, 0.103, 0.145, 0.203, 0.284, 0.397, 0.556, 0.778, 1.09]} | ||
truncation_level = 3 | ||
maximum_distance = {"Cratonic": 400.0, "Non_cratonic": 400.0, "Subduction": 1000.0} | ||
|
||
[output] | ||
|
||
export_dir = ./results_maps_PGA | ||
mean_hazard_curves=true | ||
individual_curves=false | ||
quantile_hazard_curves = | ||
hazard_maps=true | ||
uniform_hazard_spectra = | ||
poes = 0.1 0.0952 0.02 |
Oops, something went wrong.