QSEIS backend for Pyrocko's Green's function manager Fomosto: Code to calculate synthetic seismograms based on a layered viscoelastic half-space earth model.
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.
 
 
 
 
Pyrocko Tester a8f76d11eb adjustable source disk radius; verison 2006b 9 months ago
doc/examples adjustable source disk radius; verison 2006b 9 months ago
src adjustable source disk radius; verison 2006b 9 months ago
.gitignore updated gitignore file 7 years ago
.travis.yml Update .travis.yml 6 years ago
LICENSE Create LICENSE 5 years ago
Makefile.am moved python wrapper to pyrocko distribution 9 years ago
README.md Update README.md 6 years ago
configure.ac adjustable source disk radius; verison 2006b 9 months ago

README.md

QSEIS (packaged as Fomosto backend)

Build Status

Code to calculate synthetic seismograms based on a layered viscoelastic half-space earth model.

QSEIS has been written by Rongjiang Wang.

Packaging has been done by 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