[cig-commits] r21745 - in seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing: DATA REF_SEIS

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sun Apr 7 15:21:38 PDT 2013


Author: dkomati1
Date: 2013-04-07 15:21:38 -0700 (Sun, 07 Apr 2013)
New Revision: 21745

Added:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu
Removed:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.pdf
Modified:
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION
   seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
Log:
modified the HEX27 example to use the same as the nex HEX8


Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION	2013-04-07 22:19:03 UTC (rev 21744)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/CMTSOLUTION	2013-04-07 22:21:38 UTC (rev 21745)
@@ -1,13 +1,13 @@
-PDE  1999 01 01 00 00 00.00  67000 67000 -25000 4.2 4.2 hom_explosion
-event name:       hom_explosion
+PDE  1999 01 01 00 00 00.00  67000 67000 -25000 4.2 4.2 homog_test
+event name:       homog_test
 time shift:       0.0000
 half duration:    5.0
 latitude:       67000.0
 longitude:      67000.0
-depth:          25.0
-Mrr:       1.000000e+23
-Mtt:       1.000000e+23
-Mpp:       1.000000e+23
-Mrt:       0.000000
-Mrp:       0.000000
-Mtp:       0.000000
+depth:          30.0
+Mrr:      -7.600000e+27
+Mtt:       7.700000e+27
+Mpp:      -2.000000e+26
+Mrt:      -2.500000e+28
+Mrp:       4.000000e+26
+Mtp:      -2.500000e+27

Modified: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file	2013-04-07 22:19:03 UTC (rev 21744)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/DATA/Par_file	2013-04-07 22:21:38 UTC (rev 21745)
@@ -12,10 +12,10 @@
 SUPPRESS_UTM_PROJECTION         = .true.
 
 # number of MPI processors
-NPROC                           = 4
+NPROC                           = 20
 
 # time step parameters
-NSTEP                           = 1000
+NSTEP                           = 5000
 DT                              = 0.05
 
 # number of nodes for 2D and 3D shape functions for hexahedra
@@ -23,7 +23,7 @@
 # If you use our internal mesher, the only option is 8-node bricks (27-node elements are not supported)
 # CUBIT does not support HEX27 elements either (it can generate them, but they are flat, i.e. identical to HEX8).
 # To generate HEX27 elements with curvature properly taken into account, you can use Gmsh http://geuz.org/gmsh/
-NGNOD                           = 27
+NGNOD                           = 8
 
 # models:
 # available options are:

Deleted: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot	2013-04-07 22:19:03 UTC (rev 21744)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.gnuplot	2013-04-07 22:21:38 UTC (rev 21745)
@@ -1,8 +0,0 @@
-#!/usr/local/bin/gnuplot -persist
-#
-#    
-
-set xlabel "time (s)"
-set ylabel "displacement (m)"
-
-plot 'X1.DB.BXZ.semd' w l,'X10.DB.BXZ.semd' w l,'X20.DB.BXZ.semd' w l,'X30.DB.BXZ.semd' w l,'X40.DB.BXZ.semd' w l,'X50.DB.BXZ.semd' w l

Deleted: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/X1-50.BXZ.pdf
===================================================================
(Binary files differ)

Added: seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/homogeneous_halfspace_HEX27_no_absorbing/REF_SEIS/plot_these_seismograms_with_gnuplot.gnu	2013-04-07 22:21:38 UTC (rev 21745)
@@ -0,0 +1,10 @@
+#
+# type " gnuplot plot_these_seismograms_with_gnuplot.gnu " to use this script
+#    
+
+set xlabel "time (s)"
+set ylabel "displacement (m)"
+
+plot 'X1.DB.BXZ.semd' w l,'X10.DB.BXZ.semd' w l,'X20.DB.BXZ.semd' w l,'X30.DB.BXZ.semd' w l,'X40.DB.BXZ.semd' w l,'X50.DB.BXZ.semd' w l
+pause -1 "Hit key..."
+



More information about the CIG-COMMITS mailing list