[cig-commits] r19941 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d

brad at geodynamics.org brad at geodynamics.org
Thu Apr 12 15:31:54 PDT 2012


Author: brad
Date: 2012-04-12 15:31:53 -0700 (Thu, 12 Apr 2012)
New Revision: 19941

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_sliprate.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_stressslip.py
Log:
Small edits.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_sliprate.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_sliprate.py	2012-04-12 21:26:05 UTC (rev 19940)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_sliprate.py	2012-04-12 22:31:53 UTC (rev 19941)
@@ -5,7 +5,7 @@
 #
 # ----------------------------------------------------------------------
 #
-# Plot initial stress and slip profiles.
+# Plot slip rate time histories.
 #
 # PREREQUISITES: matplotlib, numpy
 
@@ -117,7 +117,7 @@
             ax.set_ylabel("")
 
 pyplot.show()
-pyplot.savefig("%s_sliprate" % (sim))
+pyplot.savefig("%s-2d_sliprate" % (sim))
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_stressslip.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_stressslip.py	2012-04-12 21:26:05 UTC (rev 19940)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/plot_stressslip.py	2012-04-12 22:31:53 UTC (rev 19941)
@@ -7,7 +7,7 @@
 #
 # Plot initial stress and slip profiles.
 #
-# PREREQUISITES: matplotlib, numpy
+# PREREQUISITES: matplotlib, numpy, tables.
 
 sim = "tpv13"
 cell = "tri3"
@@ -86,7 +86,7 @@
 ax.set_ylabel("Dist. Down Dip (km)")
 
 pyplot.show()
-pyplot.savefig("%s_%s_%03dm_stressslip" % (sim,cell,dx))
+pyplot.savefig("%s-2d_%s_%03dm_stressslip" % (sim,cell,dx))
 
 
 # End of file



More information about the CIG-COMMITS mailing list