QSEIS2D backend for Pyrocko's Green's function manager Fomosto: Code to calculate synthetic seismograms based on a layered viscoelastic half-space earth model. Allows to efficiently model multiple receiver side structures.
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.
 
 
 
 
 
Mi! 057e0c145d
Create LICENSE
5 years ago
examples initial commit 7 years ago
src allow for longer path names 7 years ago
.gitignore added .gitignore file 7 years ago
.travis.yml Create .travis.yml 6 years ago
LICENSE Create LICENSE 5 years ago
Makefile.am initial commit 7 years ago
README.md Update README.md 6 years ago
configure.ac initial commit 7 years ago

README.md

QSEIS2D (packaged as Fomosto backend)

Build Status

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