-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmultiple_ruptures_example_simulation.json
More file actions
63 lines (63 loc) · 1.52 KB
/
multiple_ruptures_example_simulation.json
File metadata and controls
63 lines (63 loc) · 1.52 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"numSimulations": 50,
"duration": 10.0,
"startTimeMillis": 1562449259052,
"includeSpontaneous": false,
"binaryOutput": false,
"binaryOutputFilters": [
{
"prefix": "results_complete",
"descendantsOnly": false
},
{
"prefix": "results_m5_preserve_chain",
"minMag": 5.0,
"preserveChainBelowMag": true,
"descendantsOnly": false
}
],
"forceRecalc": false,
"simulationName": "Multiple Trigger Ruptures",
"numRetries": 3,
"outputDir": "/path/to/output",
"triggerRuptures": [
{
"occurrenceTimeMillis": 1562362859052,
"fssIndex": 187455,
"mag": 6.7
},
{
"occurrenceTimeMillis": 1562389259052,
"mag": 5.3,
"latitude": 34.213,
"longitude": -118.537,
"depth": 18.2
},
{
"occurrenceTimeMillis": 1562414259052,
"mag": 5.6,
"latitude": 34.257,
"longitude": -118.51,
"depth": 14.0
},
{
"occurrenceTimeMillis": 1562449259052,
"mag": 6.2,
"subSectIndexes": [
1412
]
}
],
"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"
}