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.

670 B

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