[cig-commits] r20008 - seismo/1D/SPECFEM1D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Apr 30 18:44:04 PDT 2012


Author: dkomati1
Date: 2012-04-30 18:44:04 -0700 (Mon, 30 Apr 2012)
New Revision: 20008

Added:
   seismo/1D/SPECFEM1D/trunk/create_gnuplot_script_to_display_seismograms.csh
Log:
added a C-shell script to create a Gnuplot file to display a movie of the seismogram


Added: seismo/1D/SPECFEM1D/trunk/create_gnuplot_script_to_display_seismograms.csh
===================================================================
--- seismo/1D/SPECFEM1D/trunk/create_gnuplot_script_to_display_seismograms.csh	                        (rev 0)
+++ seismo/1D/SPECFEM1D/trunk/create_gnuplot_script_to_display_seismograms.csh	2012-05-01 01:44:04 UTC (rev 20008)
@@ -0,0 +1,17 @@
+#!/bin/csh
+
+# run this script using " ./create_gnuplot_script_to_display_seismograms.csh > plot_all_snapshots.gnu "
+
+echo "set term x11"
+echo "#set term wxt"
+
+echo set xrange \[0:3000\]
+echo "#set yrange [-1.5:+1.5]"
+
+foreach file ( snapshot* )
+
+  echo plot \"$file\" w l lc 1
+  echo "pause -1 'hit any key...'"
+
+end
+


Property changes on: seismo/1D/SPECFEM1D/trunk/create_gnuplot_script_to_display_seismograms.csh
___________________________________________________________________
Name: svn:executable
   + *



More information about the CIG-COMMITS mailing list