[cig-commits] [commit] devel, master: added Rayleigh_wave_with_crack/README_this_example_requires_changing_one_line_in_the_source_code.txt and renamed process_this_example.sh to run_this_example.sh (9fe2773)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:24:04 PDT 2014


Repository : https://github.com/geodynamics/specfem2d

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

>---------------------------------------------------------------

commit 9fe2773290de4eae8abed7baf5a761244bc2eea1
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Mar 18 14:30:03 2014 +0100

    added Rayleigh_wave_with_crack/README_this_example_requires_changing_one_line_in_the_source_code.txt and renamed process_this_example.sh to run_this_example.sh


>---------------------------------------------------------------

9fe2773290de4eae8abed7baf5a761244bc2eea1
 .../{process_this_example.sh => run_this_example.sh}          |  0
 .../{process_this_example.sh => run_this_example.sh}          |  0
 Rayleigh_wave_with_crack/README                               |  7 +++++++
 ..._example_requires_changing_one_line_in_the_source_code.txt | 11 +++++++++++
 4 files changed, 18 insertions(+)

diff --git a/Gmsh_example_MPI_Stacey/process_this_example.sh b/Gmsh_example_MPI_Stacey/run_this_example.sh
similarity index 100%
rename from Gmsh_example_MPI_Stacey/process_this_example.sh
rename to Gmsh_example_MPI_Stacey/run_this_example.sh
diff --git a/Gmsh_example_serial_Stacey/process_this_example.sh b/Gmsh_example_serial_Stacey/run_this_example.sh
similarity index 100%
rename from Gmsh_example_serial_Stacey/process_this_example.sh
rename to Gmsh_example_serial_Stacey/run_this_example.sh
diff --git a/Rayleigh_wave_with_crack/README b/Rayleigh_wave_with_crack/README
index 245146a..4492674 100644
--- a/Rayleigh_wave_with_crack/README
+++ b/Rayleigh_wave_with_crack/README
@@ -4,6 +4,13 @@ README
 
 This example propagates an initial (incident) Rayleigh wave along the surface of a 2D homogeneous medium with a crack, similar to Figure 3 of Komatitsch and Tromp (1999) but with a crack instead of a canyon.
 
+*********************************************************************************************************
+ This example requires setting:
+! add a small crack (discontinuity) in the medium manually
+  logical, parameter :: ADD_A_SMALL_CRACK_IN_THE_MEDIUM = .true.
+ in the source code file src/specfem2D/specfem2D.F90
+*********************************************************************************************************
+
 TO RUN:
 
 0. Read the user manual in SPECFEM2D/doc/manual_SPECFEM2D.pdf
diff --git a/Rayleigh_wave_with_crack/README_this_example_requires_changing_one_line_in_the_source_code.txt b/Rayleigh_wave_with_crack/README_this_example_requires_changing_one_line_in_the_source_code.txt
new file mode 100644
index 0000000..65448d6
--- /dev/null
+++ b/Rayleigh_wave_with_crack/README_this_example_requires_changing_one_line_in_the_source_code.txt
@@ -0,0 +1,11 @@
+----------------------------------------------------------------------
+README
+----------------------------------------------------------------------
+
+*********************************************************************************************************
+ This example requires setting:
+! add a small crack (discontinuity) in the medium manually
+  logical, parameter :: ADD_A_SMALL_CRACK_IN_THE_MEDIUM = .true.
+ in the source code file src/specfem2D/specfem2D.F90
+*********************************************************************************************************
+



More information about the CIG-COMMITS mailing list