-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regarding the velocity and acceleration components #1638
Comments
The spectrum of a gaussian source time function is also a gaussian. A gaussian spectrum decays very steeply with increasing frequency. To simulate a more realistic frequency content, you can use a different source time function. |
Thanks for your reply. Can you also suggest which source time function I should use from the available options in the specfem3d? |
I think the only source time function (STF) available in specfem3d is a gaussian. Thus, to use an arbitrary STF you should run specfem3d with "half duration = 0" (implying a Dirac STF to compute Green's functions, https://specfem3d.readthedocs.io/en/latest/05_running_the_solver/), then convolve the output seismograms by your own STF. |
Thanks a lot these replies are extremely valuable for me, who is starting with the software. |
Actually, several STFs are available as well as arbitrary STF defined by the user. See "source_time_function" and "USE_EXTERNAL_SOURCE_FILE" in https://specfem3d.readthedocs.io/en/latest/05_running_the_solver/#running-the-solver-xspecfem3d |
Hello everyone !!!
I am simulating an event of Mw>7 in specfem3d using the CMT solution of USGS. My displacement time histories are very smooth without oscillating frequencies. Due to velocity time histories, amplitudes are very low. Although I have a minimum resolvable frequency of 1 Hz the, Fourier spectra of the same do not show amplitude up to 1Hz. Ant suggestions on how to handle it. I am using the gaussian source time function.
The text was updated successfully, but these errors were encountered: