Finite difference method code in C for 3D seismic wave propagation by Aochi and Madariaga (2003)
Description
Finite difference code in C for seismic wave propagation (version Aochi & Madariaga, BSSA, 2003).
This is a finite difference code for seismic wave propagaiton in 3D semi-infinite elastic medium to simulate the ground motions from an earthquake source. The formulation is based on the staggard grid wiht 4th order in space and 2nd in time (See the references in Aochi & Madariaga, 2003). The program is written in C language, using some libraries from Numerical Recipes. The MPI parallelization is built for one-horizontal direcion (X), and OpenMP can be used in each sub-domains.
For any utilization, please refer and cite : Aochi, H. and R. Madariaga (2003), The 1999 Izmit, Turkey, earthquake: Non-planar fault structure, dynamic rupture process and strong ground motion, Bulletin of Seismological Society of America, 93, 1249-1266. doi:10.1785/0120020167.
Any update possible at https://github.com/aochihi/FDM-AM2003.
Files
FDM-AM2003-master.zip
Files
(34.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:b7c9e4ed77f52fe372670faed54843c8
|
34.8 kB | Preview Download |
Additional details
Identifiers
Related works
- Is published in
- Journal article: 10.1785/0120020167 (DOI)
References
- Aochi, H. and R. Madariaga, The 1999 Izmit, Turkey, earthquake: Non-planar fault structure, dynamic rupture process and strong ground motion, Bull. Seism. Soc. Am., 93, 1249-1266, doi:10.1785/0120020167, 2003.
- Souce codes are avaialble on GitHub. https://github.com/aochihi/FDM-AM2003