[cig-commits] r19558 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16

brad at geodynamics.org brad at geodynamics.org
Wed Feb 1 13:32:07 PST 2012


Author: brad
Date: 2012-02-01 13:32:06 -0800 (Wed, 01 Feb 2012)
New Revision: 19558

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py
Log:
Trivial change to output header in tabulation scripts.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py	2012-02-01 21:30:38 UTC (rev 19557)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py	2012-02-01 21:32:06 UTC (rev 19558)
@@ -10,10 +10,9 @@
 # ----------------------------------------------------------------------
 #
 
-sim = "tpv16"
+sim = "tpv17"
 cell = "tet4"
 dx = 150
-dt = 0.05
 
 inputRoot = "output/%s_%s_%03dm-groundsurf" % (sim,cell,dx)
 outputRoot = "scecfiles/%s_%s_%03dm/" % (sim,cell,dx)
@@ -72,7 +71,7 @@
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\n" + \
     "# code_version = 1.7.0a (scecdynrup branch)\n" + \
-    "# element_size = %s\n" % dx
+    "# element_size = %s m\n" % dx
 headerB = \
     "# Time series in 7 columns of E14.6:\n" + \
     "# Column #1 = time (s)\n" + \

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py	2012-02-01 21:30:38 UTC (rev 19557)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py	2012-02-01 21:32:06 UTC (rev 19558)
@@ -66,7 +66,7 @@
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\n" + \
     "# code_version = 1.7.0a (scecdynrup branch)\n" + \
-    "# element_size = %s\n" % dx
+    "# element_size = %s m\n" % dx
 headerB = \
     "# Time series in 7 columns of E14.6:\n" + \
     "# Column #1 = time (s)\n" + \

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py	2012-02-01 21:30:38 UTC (rev 19557)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py	2012-02-01 21:32:06 UTC (rev 19558)
@@ -65,7 +65,7 @@
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\n" + \
     "# code_version = 1.7.0a (scecdynrup branch)\n" + \
-    "# element_size = %s\n" % dx + \
+    "# element_size = %s m\n" % dx + \
     "# Contour data in 3 columns of E14.6:\n" + \
     "# Column #1 = Distance along strike from hypocenter (m)\n" + \
     "# Column #2 = Distance down-dip from surface (m)\n" + \



More information about the CIG-COMMITS mailing list