Skip to content
Snippets Groups Projects
Commit b5b1358c authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

added s1c2

parent cc6ec1b6
No related branches found
No related tags found
2 merge requests!552Production Release | nshmp-haz,!550Peer tests progress
Showing
with 98 additions and 12 deletions
...@@ -13,7 +13,6 @@ eq-prob*/ ...@@ -13,7 +13,6 @@ eq-prob*/
eq-rate*/ eq-rate*/
Scratch*.java Scratch*.java
nshmp-haz-log* nshmp-haz-log*
models
webapp/models webapp/models
webapp/jsdocs webapp/jsdocs
scratch*.html scratch*.html
......
{ {
"surface-spacing": 1.0, "surface-spacing": 1.0,
"rupture-scaling": "PEER", "rupture-scaling": "PEER",
"rupture-floating": "NSHM", "rupture-floating": "OFF",
"dip-slip-model": "FIXED", "dip-slip-model": "FIXED",
"dip-tree": null "dip-tree": null
} }
{ {
"model": {
"name": "PEER Test: Set1-Case1",
"surfaceSpacing": 1.0,
"ruptureFloating": "OFF",
"ruptureVariability": false,
"pointSourceType": "FINITE",
"areaGridScaling": "UNIFORM_0P01"
},
"hazard": { "hazard": {
"exceedanceModel": "NONE", "exceedanceModel": "NONE",
"valueFormat": "ANNUAL_RATE", "valueFormat": "POISSON_PROBABILITY",
"imts": ["PGA"] "imts": ["PGA"],
"customImls": {
"PGA": [
0.001, 0.01, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35,
0.4, 0.45, 0.5, 0.55, 0.6, 0.7, 0.8, 0.9, 1.0]
}
} }
} }
{
"surface-spacing": 0.02,
"rupture-scaling": "PEER",
"rupture-floating": "ON",
"dip-slip-model": "FIXED",
"dip-tree": null
}
{
"type": "Feature",
"id": 1,
"geometry": {
"type": "LineString",
"coordinates": [
[-122.00000, 38.22480],
[-122.00000, 38.00000]
]
},
"properties": {
"name": "Set1-Case2 fault",
"state": "CA",
"upper-depth": 0.0,
"lower-depth": 12.0,
"dip": 90.0,
"rake": 0.0,
"rate-type": "RECURRENCE",
"length": 25.0
}
}
{
"epistemic-tree": null,
"aleatory-properties": null,
"minimum-magnitude": 5.0,
"nshm-bin-model": true
}
{
"set1-case2-mfd": [
{
"id": "set1-case2",
"weight": 1.0,
"value": {
"type": "SINGLE",
"m": 6.0,
"rate": 0.016042517
}
}
]
}
{
"name": "PEER Set1-Case2",
"id": 1,
"mfd-tree": "set1-case2-mfd"
}
[
{
"id": "set1-case2",
"weight": 1.0
}
]
{
"max-distance": 500.0,
"epistemic-model": null,
"epistemic-tree": null
}
[
{ "id": "SADIGH_97", "weight": 1.0 }
]
{
"hazard": {
"exceedanceModel": "NONE",
"valueFormat": "POISSON_PROBABILITY",
"imts": ["PGA"],
"customImls": {
"PGA": [
0.001, 0.01, 0.05, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35,
0.4, 0.45, 0.5, 0.55, 0.6, 0.7, 0.8, 0.9, 1.0]
}
}
}
{
"name": "PEER Set1-Case2",
"site-class-vs30": { "BC": 760 }
}
name, lon, lat
PEER S1-Fault-Site1, -122.0, 38.113
PEER S1-Fault-Site2, -122.114, 38.113
PEER S1-Fault-Site3, -122.57, 38.111
PEER S1-Fault-Site4, -122.0, 38.0
PEER S1-Fault-Site5, -122.0, 37.91
PEER S1-Fault-Site6, -122.0, 38.225
PEER S1-Fault-Site7, -121.886, 38.113
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment