GNS-Science / nzshm-opensha

renamed successor to old nshm-nz-opensha , all python history removed to new nzshm-runzi repo
MIT License
0 stars 2 forks source link

[300] Create a combined crustal and subduction rupset #307

Closed voj closed 5 months ago

voj commented 5 months ago

This is experimental code to create a combined crustal/subduction rupture set.

The MixedGrowingStrategy ensures that we create the correct permutations on crustal faults and on the subduction fault.

The MixedRuptureSetBuilder is based on the NZSHM22_CoulombRuptureSetBuilder. It uses MixedGrowingStrategy in order to create permutations on faults, and then it uses Coulomb for joining rupture clusters.

The changes in this PR will not affect the results of any code that is already in use.