-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathspontaneous_only_example.json
More file actions
36 lines (36 loc) · 1.02 KB
/
spontaneous_only_example.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"numSimulations": 10,
"duration": 10.0,
"startYear": 2018,
"includeSpontaneous": true,
"randomSeed": 123456789,
"binaryOutput": false,
"binaryOutputFilters": [
{
"prefix": "results_complete",
"descendantsOnly": false
},
{
"prefix": "results_m5_preserve_chain",
"minMag": 5.0,
"preserveChainBelowMag": true,
"descendantsOnly": false
}
],
"forceRecalc": false,
"simulationName": "Spontaneous Only",
"numRetries": 3,
"outputDir": "$ETAS_LAUNCHER/tutorial/user_output/spontaneous_only",
"cacheDir": "$ETAS_LAUNCHER/inputs/cache_fm3p1_ba",
"fssFile": "$ETAS_LAUNCHER/inputs/2013_05_10-ucerf3p3-production-10runs_COMPOUND_SOL_FM3_1_SpatSeisU3_MEAN_BRANCH_AVG_SOL.zip",
"probModel": "FULL_TD",
"applySubSeisForSupraNucl": true,
"totRateScaleFactor": 1.14,
"gridSeisCorr": true,
"timeIndependentERF": false,
"griddedOnly": false,
"imposeGR": false,
"includeIndirectTriggering": true,
"gridSeisDiscr": 0.1,
"catalogCompletenessModel": "RELAXED"
}