[cig-commits] [commit] devel, master: changed 3300 to 2200 in Gnuplot scripts for seismograms (462df23)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:06:57 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 462df236042841d152c9a36c7a52ea674f2c7ea7
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Jul 18 10:26:00 2013 +0000

    changed 3300 to 2200 in Gnuplot scripts for seismograms


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

462df236042841d152c9a36c7a52ea674f2c7ea7
 .../create_gnuplot_script_to_compare_seismograms.csh                    | 2 +-
 small_benchmark_run_to_test_very_simple_Earth/plotall.gnu               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh b/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh
index 5a5030d..8f9a93d 100755
--- a/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh
+++ b/small_benchmark_run_to_test_very_simple_Earth/create_gnuplot_script_to_compare_seismograms.csh
@@ -12,7 +12,7 @@ echo "set output '| epstopdf --filter > all_seismograms_comparison.pdf'"
 #echo "set term x11"
 #echo "set term wxt"
 
-echo set xrange \[0:3300\]
+echo set xrange \[0:2200\]
 
 foreach file ( OUTPUT_FILES/*.sem.ascii )
 
diff --git a/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu b/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu
index 386b53d..eba3907 100644
--- a/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu
+++ b/small_benchmark_run_to_test_very_simple_Earth/plotall.gnu
@@ -7,7 +7,7 @@ set output 'all_seismograms_comparison.ps'
 #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