[cig-commits] r22645 - seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jul 18 03:26:01 PDT 2013


Author: dkomati1
Date: 2013-07-18 03:26:00 -0700 (Thu, 18 Jul 2013)
New Revision: 22645

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh
   seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu
Log:
changed 3300 to 2200 in Gnuplot scripts for seismograms


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh	2013-07-17 23:20:55 UTC (rev 22644)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh	2013-07-18 10:26:00 UTC (rev 22645)
@@ -12,7 +12,7 @@
 #echo "set term x11"
 #echo "set term wxt"
 
-echo set xrange \[0:3300\]
+echo set xrange \[0:2200\]
 
 foreach file ( OUTPUT_FILES/*.sem.ascii )
 

Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu	2013-07-17 23:20:55 UTC (rev 22644)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu	2013-07-18 10:26:00 UTC (rev 22645)
@@ -7,7 +7,7 @@
 #set term pdf color solid
 #set output "all_seismograms_comparison.pdf"
 
-set xrange [0:3300]
+set xrange [0:2200]
 plot "OUTPUT_FILES_reference_OK/AAE.IU.MXE.sem.ascii" w l lc 1, "OUTPUT_FILES/AAE.IU.MXE.sem.ascii" w l lc 3
 plot "OUTPUT_FILES_reference_OK/AAE.IU.MXN.sem.ascii" w l lc 1, "OUTPUT_FILES/AAE.IU.MXN.sem.ascii" w l lc 3
 plot "OUTPUT_FILES_reference_OK/AAE.IU.MXZ.sem.ascii" w l lc 1, "OUTPUT_FILES/AAE.IU.MXZ.sem.ascii" w l lc 3



More information about the CIG-COMMITS mailing list