forked from zduputel/wavemod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
20 lines (15 loc) · 1000 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## Some instructions
# Z. Duputel - January 2014
WaveMod calculates synthetic waveforms using various tools. Three main classes are currently available:
- WaveDB deals with synthetic waveforms computed from Green's function database
- WaveInt is a wrapper of Bob Hermann's Wavenumber Integration code
- FastSweep is a simple 2D eikonal solver used for rupture front propagation on simple faults
- The WaveMod module must be located in a directory that is incuded in the PYTHONPATH environment.
- To use WaveDB, GFs databases must be organized following the W-phase format. We use SAC files stored in sub-directories as follows:
H????.?/??/GF.????.SY.LH?.SAC
where
- H????.?: depth
- ??: moment tensor component (PP,RP,RR,RT,TP,TT)
- ????: epicentral distance x 10 (in km or deg)
- LH?: component (either LHL or LHZ)
- To WaveInt, the package "Computer programs in seismology" must be installed and path to associated binaries must be included in the PATH environment variable.