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

updated grid configs; requires lib 1.1.*

parent fbe53cf6
No related branches found
No related tags found
1 merge request!36Grid opt fixes
{
"grid-spacing": 0.1,
"smoothing-density": 10,
"smoothing-limit": 40.0,
"opt-distance-bin": null,
"point-source-type": "FINITE",
"rupture-scaling": "NSHM_POINT_WC94_LENGTH",
"max-depth": 14.0,
"focal-mech-tree": [
{ "id": "STRIKE_SLIP", "weight": 0.333 },
{ "id": "REVERSE", "weight": 0.667 }
],
"grid-depth-map": {
"small-magnitude": {
"mMin": 4.5,
"mMax": 6.5,
"depth-tree": [
{ "id": "5 km", "weight": 1.0, "value": 5.0 }
]
},
"large-magnitude": {
"mMin": 6.5,
"mMax": 10.0,
"depth-tree": [
{ "id": "1 km", "weight": 1.0, "value": 1.0 }
]
}
}
}
......@@ -2,7 +2,7 @@
"grid-spacing": 0.1,
"smoothing-density": 10,
"smoothing-limit": 40.0,
"opt-distance-bin": 1.0,
"opt-distance-bin": null,
"point-source-type": "FIXED_STRIKE",
"rupture-scaling": "NSHM_POINT_WC94_LENGTH",
"max-depth": 14.0,
......
......@@ -2,7 +2,7 @@
"grid-spacing": 0.1,
"smoothing-density": 4,
"smoothing-limit": 40.0,
"opt-distance-bin": 5.0,
"opt-distance-bin": null,
"point-source-type": "FINITE",
"rupture-scaling": "NSHM_POINT_WC94_LENGTH",
"max-depth": 22.0,
......
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