Skip to content

Commit 9d93eca

Browse files
committed
updates pages
1 parent 60bfead commit 9d93eca

28 files changed

+44
-32
lines changed

01_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,5 @@ Zhu, L., and H. Kanamori. 2000. “Moho Depth Variation in Southern California f
373373
-----
374374
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
375375
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
376-
> (Jan 10, 2024)
376+
> (Sep 26, 2024)
377377

02_getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ or
113113
where for example `MI8,MI25,MI50,MI100,MI250,..` specifies the target GPU architecture of your card. Additional compilation flags can be added by specifying `HIP_FLAGS`, as for example:
114114

115115
./configure --with-hip=MI250 \
116-
HIP_FLAGS="-fPIC -ftemplate-depth-2048 -fno-gpu-rdc -std=c++17 \
116+
HIP_FLAGS="-fPIC -ftemplate-depth-2048 -fno-gpu-rdc \
117117
-O2 -fdenormal-fp-math=ieee -fcuda-flush-denormals-to-zero -munsafe-fp-atomics" \
118118
..
119119

@@ -327,7 +327,7 @@ Finally, some useful links:
327327
Becoming a developer of the code, or making small modifications in the source code
328328
----------------------------------------------------------------------------------
329329

330-
If you want to develop new features in the code, and/or if you want to make small changes, improvements, or bug fixes, you are very welcome to contribute. To do so, i.e. to access the development branch of the source code with read/write access (in a safe way, no need to worry too much about breaking the package, there are CI tests based on BuildBot, Travis-CI and Jenkins in place that are checking and validating all new contributions and changes), please visit this Web page: <https://github.com/SPECFEM/specfem3d/wiki>
330+
If you want to develop new features in the code, and/or if you want to make small changes, improvements, or bug fixes, you are very welcome to contribute! To do so, i.e. to access the development branch of the source code with read/write access (in a safe way, no need to worry too much about breaking the package, there are CI tests based on BuildBot, Travis-CI and Jenkins in place that are checking and validating all new contributions and changes), please visit this Web page: <https://github.com/SPECFEM/specfem3d/wiki>
331331

332332
References
333333
----------
@@ -349,5 +349,5 @@ Pellegrini, F., and J. Roman. 1996. “SCOTCH: A Software Package for Static Map
349349
-----
350350
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
351351
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
352-
> (Jan 10, 2024)
352+
> (Sep 26, 2024)
353353

03_mesh_generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,5 +471,5 @@ Pellegrini, F., and J. Roman. 1996. “SCOTCH: A Software Package for Static Map
471471
-----
472472
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
473473
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
474-
> (Jan 10, 2024)
474+
> (Sep 26, 2024)
475475

04_creating_databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,5 +291,5 @@ Rietmann, Max, D. Peter, O. Schenk, B. Ucar, and M. Grote. 2015. “Load-Balance
291291
-----
292292
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
293293
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
294-
> (Jan 10, 2024)
294+
> (Sep 26, 2024)
295295

05_running_the_solver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,5 @@ Meschede, M. A., C. L. Myhrvold, and J. Tromp. 2011. “Antipodal Focusing of Se
224224
-----
225225
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
226226
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
227-
> (Jan 10, 2024)
227+
> (Sep 26, 2024)
228228

06_fault_sources.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The rest of this file is made of namelist input blocks (see namelist in a Fortra
163163

164164
followed by (n1+n2+n3) &**DIST2D** blocks
165165

166-
&**SWF** mus, mud, dc \[, nmus, nmud, ndc\] (weakening_kind=1 for linear (default); weakening_kind=2 for exponential) / &**TWF** nuc_x, nuc_y, nuc_z, nuc_r, nuc_t0, nuc_v / &**RSF** V0,f0,a,b,L,V_init,theta_init,C,StateLaw \[ nV0,nf0,na,nb,nL,nV_init,ntheta_init,nC \] /
166+
&**SWF** mus, mud, dc \[, nmus, nmud, ndc\] (weakening_kind=1 for linear (default); weakening_kind=2 for exponential; weakening_kind=3 for power-law with p) / &**TWF** nuc_x, nuc_y, nuc_z, nuc_r, nuc_t0, nuc_v, mus, mud, kind / &**RSF** V0,f0,a,b,L,V_init,theta_init,C,StateLaw \[ nV0,nf0,na,nb,nL,nV_init,ntheta_init,nC \] /
167167

168168
followed by (nV0+nf0+na+nb+nL+nV_init+ntheta_init+nC) &**DIST2D** blocks
169169

@@ -234,8 +234,11 @@ ndc
234234
nC
235235
= number of heterogeneous items for cohesion
236236

237+
p
238+
= power-law coefficient (Chambon et al., 2006) \[default is 1\]
239+
237240
weakening_kind
238-
= 1 for linear slip-weakening law (default); 2 for exponential slip-weakening law: $$\mu = \mu_d + (\mu_s-\mu_d) exp(-\frac{u}{d_c})$$
241+
= 1 for linear slip-weakening law (default); 2 for exponential slip-weakening law: $$\mu = \mu_d + (\mu_s-\mu_d) exp(-\frac{u}{d_c})$$; 3 for power-law slip-weakening law: $$\mu = \mu_d + (\mu_s-\mu_d) (1+\frac{u}{p d_c})^{-p}$$
239242

240243
input block sets the time-weakening friction parameters of the fault:
241244

@@ -257,6 +260,15 @@ nuc_t0
257260
nuc_v
258261
= the time-weakening nucleation speed (in m/s)
259262

263+
mus
264+
= constant static friction coefficient for TWF
265+
266+
mud
267+
= constant dynamic friction coefficient for TWF
268+
269+
kind
270+
= 1 for regular TWF (default); 2 for TWF in TPV22\* benchmarks
271+
260272
input block sets the rate and state friction parameters of the fault:
261273

262274

@@ -434,5 +446,5 @@ The directories `EXAMPLES/*/post` contain additional Matlab scripts to generate
434446
-----
435447
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
436448
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
437-
> (Jan 10, 2024)
449+
> (Sep 26, 2024)
438450

07_adjoint_simulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ Wald, D. J., and T. H. Heaton. 1994. “Spatial and Temporal Distribution of Sli
116116
-----
117117
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
118118
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
119-
> (Jan 10, 2024)
119+
> (Sep 26, 2024)
120120

08_doing_tomography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,5 +355,5 @@ Virieux, J., and S. Operto. 2009. “An Overview of Full-Waveform Inversion in E
355355
-----
356356
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
357357
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
358-
> (Jan 10, 2024)
358+
> (Sep 26, 2024)
359359

08b_performing_full_waveform_inversion_FWI_or_source_inversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ SPECFEM3D can now perform full waveform inversion (FWI), i.e. invert for models
1010
-----
1111
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
1212
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
13-
> (Jan 10, 2024)
13+
> (Sep 26, 2024)
1414

09_noise_simulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ Tromp, Jeroen, Yang Luo, Shravan Hanasoge, and Daniel Peter. 2010. “Noise Cros
149149
-----
150150
> This documentation has been automatically generated by [pandoc](http://www.pandoc.org)
151151
> based on the User manual (LaTeX version) in folder doc/USER_MANUAL/
152-
> (Jan 10, 2024)
152+
> (Sep 26, 2024)
153153

0 commit comments

Comments
 (0)