Skip to content

Commit

Permalink
updates pages
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Nov 18, 2023
1 parent 2e01b98 commit 9c677d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 05_running_the_solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The `FORCESOLUTION` file should be edited in the following way:

- `depth:` Set the depth of the source (in km).

- `source time function:` Set the type of source-time function: 0 = Gaussian function, 1 = Ricker function, 2 = Heaviside (step) function, 3 = monochromatic function, 4 = Gaussian function as defined in (**Meschede2011?**), 5 = Brune function, and 6 = Smoothed Brune function. Please note that we have implemented time derivatives of the Brune and smoothed Brune functions as the moment rate functions. For these source time functions, `hdurorf0` is the source duration or the rise time. The Brune and smoothed Brune functions are currently implemented only for the viscoelastic simulations. When `USE_RICKER_TIME_FUNCTION` is turned on in the main parameter file `DATA/Par_file`, it will override this source time function type selection and always use a Ricker wavelet. Note that we use the standard definition of a Ricker, for a dominant frequency $f_0$: $\mathrm{Ricker}(t) = (1 - 2 a t^2) e^{-a t^2}$, with $a = \pi^2 f_0^2$, whose Fourier transform is thus: $\frac{1}{2} \frac{\sqrt{\pi}\omega^2}{a^{3/2}}e^{-\frac{\omega^2}{4 a}}$ This gives the wavelet of Figure [\[fig:RickerWavelet\]](#fig:RickerWavelet).
- `source time function:` Set the type of source-time function: 0 = Gaussian function, 1 = Ricker function, 2 = Heaviside (step) function, 3 = monochromatic function, 4 = Gaussian function as defined in Meschede, Myhrvold, and Tromp (2011), 5 = Brune function, and 6 = Smoothed Brune function. Please note that we have implemented time derivatives of the Brune and smoothed Brune functions as the moment rate functions. For these source time functions, `hdurorf0` is the source duration or the rise time. The Brune and smoothed Brune functions are currently implemented only for the viscoelastic simulations. When `USE_RICKER_TIME_FUNCTION` is turned on in the main parameter file `DATA/Par_file`, it will override this source time function type selection and always use a Ricker wavelet. Note that we use the standard definition of a Ricker, for a dominant frequency $f_0$: $\mathrm{Ricker}(t) = (1 - 2 a t^2) e^{-a t^2}$, with $a = \pi^2 f_0^2$, whose Fourier transform is thus: $\frac{1}{2} \frac{\sqrt{\pi}\omega^2}{a^{3/2}}e^{-\frac{\omega^2}{4 a}}$ This gives the wavelet of Figure [\[fig:RickerWavelet\]](#fig:RickerWavelet).

- `factor force source:` Set the magnitude of the force source (units in Newton N).

Expand Down Expand Up @@ -219,6 +219,8 @@ Komatitsch, D., and J. Tromp. 2002. “Spectral-Element Simulations of Global Se

Kristeková, Miriam, Jozef Kristek, and Peter Moczo. 2009. “Time-Frequency Misfit and Goodness-of-Fit Criteria for Quantitative Comparison of Time Signals.” *Geophys. J. Int.* 178 (2): 813–25. <https://doi.org/10.1111/j.1365-246X.2009.04177.x>.

Meschede, M. A., C. L. Myhrvold, and J. Tromp. 2011. “Antipodal Focusing of Seismic Waves Due to Large Meteorite Impacts on Earth.” *Geophys. J. Int.* 187: 529–37.

-----
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
Expand Down

0 comments on commit 9c677d7

Please sign in to comment.