[cig-commits] [commit] devel, master: fixed instructions for homogeneous_halfspace_HEX8 example (f8b9205)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:50:13 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit f8b9205e7f9be6ad594db146616d0c14ad5bdefe
Author: Carl Tape <carltape at gi.alaska.edu>
Date:   Wed Oct 24 21:54:59 2012 +0000

    fixed instructions for homogeneous_halfspace_HEX8 example


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

f8b9205e7f9be6ad594db146616d0c14ad5bdefe
 .../{in_data_files => DATA}/CMTSOLUTION                     |  0
 .../{in_data_files => DATA}/FORCESOLUTION                   |  0
 homogeneous_halfspace_HEX8/{in_data_files => DATA}/Par_file |  0
 homogeneous_halfspace_HEX8/{in_data_files => DATA}/STATIONS |  0
 .../{in_data_files => DATA}/STATIONS_ADJOINT                |  0
 homogeneous_halfspace_HEX8/README                           | 13 +++++++------
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/homogeneous_halfspace_HEX8/in_data_files/CMTSOLUTION b/homogeneous_halfspace_HEX8/DATA/CMTSOLUTION
similarity index 100%
rename from homogeneous_halfspace_HEX8/in_data_files/CMTSOLUTION
rename to homogeneous_halfspace_HEX8/DATA/CMTSOLUTION
diff --git a/homogeneous_halfspace_HEX8/in_data_files/FORCESOLUTION b/homogeneous_halfspace_HEX8/DATA/FORCESOLUTION
similarity index 100%
rename from homogeneous_halfspace_HEX8/in_data_files/FORCESOLUTION
rename to homogeneous_halfspace_HEX8/DATA/FORCESOLUTION
diff --git a/homogeneous_halfspace_HEX8/in_data_files/Par_file b/homogeneous_halfspace_HEX8/DATA/Par_file
similarity index 100%
rename from homogeneous_halfspace_HEX8/in_data_files/Par_file
rename to homogeneous_halfspace_HEX8/DATA/Par_file
diff --git a/homogeneous_halfspace_HEX8/in_data_files/STATIONS b/homogeneous_halfspace_HEX8/DATA/STATIONS
similarity index 100%
rename from homogeneous_halfspace_HEX8/in_data_files/STATIONS
rename to homogeneous_halfspace_HEX8/DATA/STATIONS
diff --git a/homogeneous_halfspace_HEX8/in_data_files/STATIONS_ADJOINT b/homogeneous_halfspace_HEX8/DATA/STATIONS_ADJOINT
similarity index 100%
rename from homogeneous_halfspace_HEX8/in_data_files/STATIONS_ADJOINT
rename to homogeneous_halfspace_HEX8/DATA/STATIONS_ADJOINT
diff --git a/homogeneous_halfspace_HEX8/README b/homogeneous_halfspace_HEX8/README
index 4afb162..5009c07 100644
--- a/homogeneous_halfspace_HEX8/README
+++ b/homogeneous_halfspace_HEX8/README
@@ -42,13 +42,13 @@ step-by-step tutorial:
 
 2. copy three input files from examples directory into SPECFEM3D/DATA/
 
-     > cd examples/homogeneous_halfspace/DATA/
-     > cp CMTSOLUTION Par_file STATIONS ../../../DATA/
+     > cd examples/homogeneous_halfspace_HEX8/DATA/
+     > cp * ../../../DATA/
 
 
 3. create mesh:
 
-   - from the directory SPECFEM3D/examples/homogeneous_halfspace,
+   - from the directory SPECFEM3D/examples/homogeneous_halfspace_HEX8,
      open the cubit GUI:
 
      > claro (or cubit)
@@ -106,6 +106,7 @@ step-by-step tutorial:
      this will create binary mesh files, e.g. "proc000***_external_mesh.bin"
      in directory OUTPUT_FILES/DATABASES_MPI/.
 
+     optional: load vtk files (e.g., vs) into paraview and check them out
 
 6. run simulation:
 
@@ -128,16 +129,16 @@ step-by-step tutorial:
 
 
 7. check with 6 reference seismograms in
-      SPECFEM3D/examples/homogeneous_halfspace/REF_SEIS/
+      SPECFEM3D/examples/homogeneous_halfspace_HEX8/REF_SEIS/
 
    - option 1: from SPECFEM3D/, quick viewing using xmgrace (if available):
 
-     > xmgrace examples/homogeneous_halfspace/REF_SEIS/*Z.semd &
+     > xmgrace examples/homogeneous_halfspace_HEX8/REF_SEIS/*Z.semd &
      > xmgrace OUTPUT_FILES/*Z.semd &
 
    - option 2: generate ps files using gnuplot:
 
-     > cd SPECFEM3D/examples/homogeneous_halfspace/REF_SEIS
+     > cd SPECFEM3D/examples/homogeneous_halfspace_HEX8/REF_SEIS
      > gnuplot
 
          gnuplot> load "X1-50.BXZ.gnuplot"



More information about the CIG-COMMITS mailing list