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

Merge branch 'rup-set-renaming' into 'main'

Rupture set renaming

See merge request !114
parents 549f88e0 2d12899d
No related branches found
No related tags found
1 merge request!114Rupture set renaming
Showing
with 31 additions and 14 deletions
# Stable Crust Fault Sources
## Implementation note: Rupture properties
Fault sources in the stable crust tectonic setting of the central and eastern
U.S. are commonly constructed by stitching different groups of fault sections together. Under the
current implementation, properties of a rupture are governed by the first section defined in a
rupture-set. So, for example, the <90° dips of the Meeman-Selby section of the eastern Rift Margin
(south) and the the Reelfoot fault sections of the USGS and SSCn New Madrid models are commonly
overriden to be vertical faults. See also `nshmp-haz` notes on
[fault section stitching](https://code.usgs.gov/ghsc/nshmp/nshmp-haz/-/blob/main/docs/pages/Source-Types.md#fault-section-stitching).
## Implementation note: Rupture floating
Also note that magnitude scaling relations do not play a role in the modeling of stable-crust
ruptures. Although an assigned MFD magnitude would realistically be somewhat smaller than the
modeled rupture (if one were using a scaling relation), the rupture fills the full fault surface.
{
"name": "Eastern Rift Margin (North, 1-eq)",
"name": "Eastern Rift Margin (north, 1-eq)",
"id": 3800,
"mfd-tree": "eastern-rift-margin-north",
"properties": {
......
{
"name": "Eastern Rift Margin (North, 2-eq)",
"name": "Eastern Rift Margin (north, 2-eq)",
"id": 3800,
"mfd-tree": "eastern-rift-margin-north",
"properties": {
......
# Eastern Rift Margin (North) Source Zone
# Eastern Rift Margin (north)
In the 2014/2018 NSHM update, this source was modeled as a zone source.
......@@ -7,7 +7,7 @@ provided by J. Thompson Jobe in the fall of 2021. The fault length for the ERM
scenario is slightly increased from CEUS SSCn (2012) based on revised intersection with the
Reelfoot fault from Delano et al. (2021). Fault length is 85 km.
The Eastern Rift Margin (North) fault logic tree as a whole has the ID: `3800`.
The Eastern Rift Margin (north) fault logic tree as a whole has the ID: `3800`.
Mmax distribution is unchanged from 2014/2018 NSHM update (Table H-5.6-2).
......
......@@ -2,7 +2,7 @@
"type": "Feature",
"id": 3800,
"properties": {
"name": "Eastern Rift Margin (North)",
"name": "Eastern Rift Margin (north)",
"state": "TN",
"states": ["TN","AR"],
"dip": 90.0,
......
# Eastern Rift Margin (South) Source Zone
# Eastern Rift Margin (south)
The Eastern Rift Margin (South) fault logic tree as a whole has the ID: `3809`.
The Eastern Rift Margin (south) fault logic tree as a whole has the ID: `3809`.
In the 2014/2018 NSHM update, this source was modeled as a zone source.
......@@ -11,13 +11,13 @@ Reelfoot fault from Delano et al. (2021). Fault length is 102 km.  
The fault either ruptures to the southwest (Crittenden County) or the southeast (Meeman-Shelby):
Eastern Rift Margin (South) [`3802`]
Eastern Rift Margin (South Extension) [`3803`]
Eastern Rift Margin (south) [`3802`]
Eastern Rift Margin (south, extension) [`3803`]
Crittenden County [`3806`]
or
Eastern Rift Margin (South) [`3802`]
Eastern Rift Margin (south) [`3802`]
Meeman-Shelby [`3804`]
Mmax distribution is unchanged from 2014/2018 NSHM update (Table H-5.6-1).
......
{
"name": "Eastern Rift Margin (South, Crittenden Co, 4-eq)",
"name": "Eastern Rift Margin (south, Crittenden Co, 2-eq)",
"id": 3801,
"sections": [3802, 3803, 3806],
"mfd-tree": "eastern-rift-margin-south",
......
{
"name": "Eastern Rift Margin (South, Crittenden Co, 2-eq)",
"name": "Eastern Rift Margin (south, Crittenden Co, 3-eq)",
"id": 3801,
"sections": [3802, 3803, 3806],
"mfd-tree": "eastern-rift-margin-south",
......
{
"name": "Eastern Rift Margin (South, Crittenden Co, 3-eq)",
"name": "Eastern Rift Margin (south, Crittenden Co, 4-eq)",
"id": 3801,
"sections": [3802, 3803, 3806],
"mfd-tree": "eastern-rift-margin-south",
......
......@@ -2,7 +2,7 @@
"type": "Feature",
"id": 3803,
"properties": {
"name": "Eastern Rift Margin (South Extension)",
"name": "Eastern Rift Margin (south, extension)",
"state": "TN",
"states": ["TN","AR"],
"dip": 90.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