clawpack / seismic

To develop codes for seismic modeling
BSD 2-Clause "Simplified" License
5 stars 3 forks source link

Okada model version #15

Closed OrionApplePie closed 1 week ago

OrionApplePie commented 2 weeks ago

Which version of Okada model is implemented here, 1985 or 1992?: https://github.com/clawpack/seismic/blob/962cbf6d541fe547cc2093ea1368a9752d5f9659/src/python/seismic/dtopotools_horiz_okada_and_1d.py#L1461

rjleveque commented 2 weeks ago

Like the 2D clawpack.geoclaw.dtopotools.Fault.create_dtopography function https://www.clawpack.org/okada.html, this 1D version computes the surface deformation following Okada 1985. The 1992 paper extended the formulas to internal deformation but we do not compute this.

On Wed, Jul 3, 2024 at 3:02 AM Alexander Ten @.***> wrote:

Which version of Okada model is implemented here, 1985 or 1992?: https://github.com/clawpack/seismic/blob/962cbf6d541fe547cc2093ea1368a9752d5f9659/src/python/seismic/dtopotools_horiz_okada_and_1d.py#L1461 https://urldefense.com/v3/__https://github.com/clawpack/seismic/blob/962cbf6d541fe547cc2093ea1368a9752d5f9659/src/python/seismic/dtopotools_horiz_okada_and_1d.py*L1461__;Iw!!K-Hz7m0Vt54!kCppNe2CuIFhB5QUeQEuXrtkRsmGnaUgcO34ZolR1ih2aDbaZBCeKdYiswTwNOOSEgZEMGDRoMYUt9hDI4Mc$

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/clawpack/seismic/issues/15__;!!K-Hz7m0Vt54!kCppNe2CuIFhB5QUeQEuXrtkRsmGnaUgcO34ZolR1ih2aDbaZBCeKdYiswTwNOOSEgZEMGDRoMYUt_AEJZo_$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAFPZ6U4SG3ZVDXKJL3AWHTZKPDZXAVCNFSM6AAAAABKJHI4NKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4DQMRRGI2TAMQ__;!!K-Hz7m0Vt54!kCppNe2CuIFhB5QUeQEuXrtkRsmGnaUgcO34ZolR1ih2aDbaZBCeKdYiswTwNOOSEgZEMGDRoMYUt2LGsjwB$ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

OrionApplePie commented 1 week ago

Thanks.