From 2d12899dfd9f41eb20bc62661459a5f95220fd97 Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Mon, 12 Feb 2024 13:14:23 -0700 Subject: [PATCH] additional stable curst fault notes --- stable-crust/fault/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 stable-crust/fault/README.md diff --git a/stable-crust/fault/README.md b/stable-crust/fault/README.md new file mode 100644 index 0000000..aa33bd9 --- /dev/null +++ b/stable-crust/fault/README.md @@ -0,0 +1,17 @@ +# 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. -- GitLab