Skip to content

Commit

Permalink
adding job files for mapping no faults
Browse files Browse the repository at this point in the history
  • Loading branch information
treviallen committed Jun 28, 2021
1 parent 0998c29 commit 96c39d4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
50 changes: 50 additions & 0 deletions source_models/complete_model/final/job_maps_PGA_nofaults.ini
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_fault_test.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_nofaults
mean_hazard_curves=true
individual_curves=false
quantile_hazard_curves =
hazard_maps=true
uniform_hazard_spectra =
poes = 0.1 0.0952 0.02
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ncpus = 1008
mem = 8400GB
walltime = 10:00:00
jobfs = 5000GB
sandpit_path = /short/w84/NSHA18/sandpit/
model_rel_path = NSHA2018/source_models/complete_model/final/
shared_rel_path = NSHA2018/shared
gsim_lt_filename = NSHA18_Aus_GMPE_75thp_logic_tree_cal_power_p0.4_simplified_July18.xml
model_output_base = /short/w84/NSHA18/PSHA_modelling/NSHA_Production_June18/complete_model/PGA
job_file = job_maps_PGA_nofaults.ini
job_type = maps_nofaults

0 comments on commit 96c39d4

Please sign in to comment.