You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
examples | 7 years ago | |
src | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 5 years ago | |
Makefile.am | 7 years ago | |
README.md | 6 years ago | |
configure.ac | 7 years ago |
README.md
QSEIS2D (packaged as Fomosto backend)
Code to calculate synthetic seismograms based on a layered viscoelastic half-space earth model. Allows to efficiently model multiple receiver side structures.
QSEIS2D has been written by Rongjiang Wang.
Packaging has been done by Hannes Vasyura-Bathke and Sebastian Heimann.
References
Wang, R., (1999), A simple orthonormalization method for stable and efficient computation of Green's functions, Bulletin of the Seismological Society of America, 89(3), 733-741.
Compile and install
autoreconf -i # only if 'configure' script is missing
./configure
make
sudo make install