QSSP2017 backend for Pyrocko's Green's function manager Fomosto: Code for calculating complete synthetic seismograms of a spherical earth using normal mode theory.
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.
 
 
braunfuss 0b663dcf78 fix: qssp 2017 example file reciver output choice 4 years ago
doc/examples fix: qssp 2017 example file reciver output choice 4 years ago
src snap lowest layer depth to earth radius if close 4 years ago
.gitignore remove and gitignore .mod files 4 years ago
LICENSE Create LICENSE 5 years ago
Makefile.am added package 5 years ago
README.md README: added newest QSSP Reference 5 years ago
configure.ac added package 5 years ago

README.md

QSSP2017 (packaged as Fomosto backend)

Code for calculating complete synthetic seismograms of a spherical earth using normal mode theory.

QSSP2017 has been written by Rongjiang Wang.

This is the newest version of the legacy code of QSSP. New features are:

  • dynamic memory allocation
  • todo ...

Packaging has been done by Hannes Vasyura-Bathke.

References

  • Gilbert, F. and Backus, G.: Elastic-gravitational vibrations of a radially stratified sphere, in: Dynamics of Stratified Solids, edited by: Herrmann, G., American Society of Mechanical Engineers, New York, 8295, 1968. Takeuchi, H., and M. Saito (1972). Seismic surface waves, in Methods in Computational Physics, vol. 11, Bolt, B. A. , Editor Academic Press, New York, 217- 295.

  • Wang, R., (1997), Tidal response of the solid earth, in Tidal Phenomena, edited by H. Wilhelm, W. Zürn and H.G. Wenzel, Lecture Notes in Earth Sciences, Vol. 66, pp. 27-57, Springer-Verlag, Berlin/Heidelberg, Germany, 1997.

  • Wang, R., Heimann, S., Zhang, Y., Wang, H., & Dahm, T., 2017. Complete synthetic seismograms based on a spherical self-gravitating Earth model with an atmosphere ocean mantle core structure, Geophys, J. Int., 210, 1739-1764.

Compile and install

autoreconf -i   # only if 'configure' script is missing
./configure
make
sudo make install