FORTRAN code for calculating complete synthetic seismograms of a spherical earth using the normal mode theory.
Highlights:
(1) all-in-one code for body waves, surface waves, free oscillations, tsunami (in a uniform ocean), infrasound waves for a standard atmosphere and static deformation
(2) generating Green’s function database or simulating complete seismograms for any given kinematic source model
(3) hybrid algorithm (numerical integration for low frequency / small harmonic degrees and analytical propagator algorithm for high frequency / large harmonic degrees)
(4) complex frequency technique for supressing the time-domain aliasing problem
(5) differential filter technique for suppressing numerical phases
Related codes
QSSPSTATIC - Co- and post-seismic viscoelastic deformation based on a spherical visco-elastic-gravitational earth model.
QSSPCOSEIS - Co-seismic static deformation based on a spherical elastic-gravitational earth model.
SPGRN - synthetic Green's function database based on a spherical elastic-gravitational earth model.
For Windows user, the executable file is provided under folder "WindowsEXE". Linux user may compile the source codes with "gfortran" via a single command like, e.g.,
~>cd .../SourceCode
~>gfortran -o qssp2020 *.f -O3
to get the excutable code qssp2020.
After start the executable code, the program ask for an input file in the ASCII format. An example input file is provided under folder "InputFile". You may change the input data included in this file for your own applications.
References
Wang, R., S. Heimann, Y. Zhang, H. Wang, and T. Dahm (2017). Complete synthetic seismograms based on a spherical self-gravitating Earth model with an atmos-phere-ocean-mantle-core structure. Geophysical Journal International, doi: 10.1093/gji/ggx259.