[cig-commits] r21408 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22

brad at geodynamics.org brad at geodynamics.org
Wed Feb 27 09:04:11 PST 2013


Author: brad
Date: 2013-02-27 09:04:11 -0800 (Wed, 27 Feb 2013)
New Revision: 21408

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/tabulate_ruptime.py
Log:
Started working on script to tabulate rupture time. 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/tabulate_ruptime.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/tabulate_ruptime.py	2013-02-27 17:03:24 UTC (rev 21407)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/tabulate_ruptime.py	2013-02-27 17:04:11 UTC (rev 21408)
@@ -84,7 +84,7 @@
     filename = "%s_ruptime_%s.dat" % (outputRoot, fault)
     fout = open(filename, "w")
     fout.write(headerA)
-    data = numpy.transpose((distStrike, distDip, ruptime))
+    data = numpy.transpose((distStrike, distDip, rupTime))
     numpy.savetxt(fout, data, fmt='%14.6e')
     fout.close()
 



More information about the CIG-COMMITS mailing list