[cig-commits] r20017 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Tue May 1 10:17:28 PDT 2012


Author: brad
Date: 2012-05-01 10:17:28 -0700 (Tue, 01 May 2012)
New Revision: 20017

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_offfault.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_onfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_ruptime.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou
Log:
Minor cleanup.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou	2012-05-01 17:15:39 UTC (rev 20016)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou	2012-05-01 17:17:28 UTC (rev 20017)
@@ -1,4 +1,23 @@
+# -*- Python -*- (syntax highlighting)
 # ----------------------------------------------------------------------
+#
+# Brad T. Aagaard, U.S. Geological Survey
+#
+# ----------------------------------------------------------------------
+#
+# CUBIT journal file with geometry for TPV210.
+#
+# ----------------------------------------------------------------------
+# Set units to SI.
+# ----------------------------------------------------------------------
+#{Units('si')}
+#
+# ----------------------------------------------------------------------
+# Reset geometry.
+# ----------------------------------------------------------------------
+reset
+
+# ----------------------------------------------------------------------
 # Create block
 # ----------------------------------------------------------------------
 # Block is 36.0 km x 64.0 km x 32.0 km
@@ -6,8 +25,6 @@
 # -32.0 km <= y <= 32.0 km
 # -32.0 km <= z <= 0.0 km
 #
-#{Units('si')}
-#
 #{blockWidth=36.0*km}
 #{blockLength=64.0*km}
 #{blockHeight=32.0*km}
@@ -15,7 +32,6 @@
 #{faultLength=30.0*km}
 #{faultWidth=15.0*km}
 
-reset
 brick x {blockWidth} y {blockLength} z {blockHeight}
 
 # Translate block so the top is at z=0

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.jou	2012-05-01 17:15:39 UTC (rev 20016)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/hex8_200m.jou	2012-05-01 17:17:28 UTC (rev 20017)
@@ -1,4 +1,9 @@
+# -*- Python -*- (syntax highlighting)
 # ----------------------------------------------------------------------
+#
+# Brad T. Aagaard, U.S. Geological Survey
+#
+# ----------------------------------------------------------------------
 # Create hex8 mesh at 200m resolution.
 # ----------------------------------------------------------------------
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_offfault.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_offfault.py	2012-05-01 17:15:39 UTC (rev 20016)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_offfault.py	2012-05-01 17:17:28 UTC (rev 20017)
@@ -61,7 +61,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/tpv205/tabulate_onfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_onfaultdata.py	2012-05-01 17:15:39 UTC (rev 20016)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_onfaultdata.py	2012-05-01 17:17:28 UTC (rev 20017)
@@ -94,7 +94,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/tpv205/tabulate_ruptime.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_ruptime.py	2012-05-01 17:15:39 UTC (rev 20016)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tabulate_ruptime.py	2012-05-01 17:17:28 UTC (rev 20017)
@@ -64,7 +64,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" + \

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou	2012-05-01 17:15:39 UTC (rev 20016)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou	2012-05-01 17:17:28 UTC (rev 20017)
@@ -44,3 +44,6 @@
 # Export exodus file
 # ----------------------------------------------------------------------
 export mesh "tet4_200m.exo" dimension 3 overwrite
+
+
+# End of file



More information about the CIG-COMMITS mailing list