Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S shakyground2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Shakemap
  • shakyground2
  • Merge requests
  • !8

Implements a more complete set of magnitude scaling relations

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Graeme Weatherill requested to merge gweather/shakyground2:feature/mag_scaling_rels into master Mar 02, 2021
  • Overview 16
  • Commits 8
  • Pipelines 4
  • Changes 7

The construction of the rupture planes needed for the shakemap requires a magnitude scaling relation that calculates the expected finite dimensions of the rupture from the earthquake magnitude and related rupture properties. This MR removes the previous placeholder DummyScalingRelation and transfers its functionality to a more complete set of magnitude scaling relations including:

  1. PEERScalingRelation: an idealised scaling relation adopted by the Pacific Earthquake Engineering Research Center (previously this relation was coded within the DummyScalingRelation)
  2. StrasserEtAl2010Interface and StrasserEtAl2010Inslab: Relations for subduction environments by Strasser et al. (2010) (https://pubs.geoscienceworld.org/ssa/srl/article-abstract/81/6/941/143755/Scaling-of-the-Source-Dimensions-of-Interface-and?redirectedFrom=fulltext)
  3. Stafford2014: A "hazard-consistent" scaling relation created by Peter Stafford (https://pubs.geoscienceworld.org/bssa/article-lookup/104/4/1620?casa_token=MN9JOoAHhvAAAAAA:eGlBEFnrLFw9i204_RqDDTSBboKbaMTKzXdhvCmv9yNVz_UfHvmagVMCTDVL3iwj5DWGXtoN)

An additional validation for correct scaling relation inputs is added to the shakyground2.valid module.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/mag_scaling_rels