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

brad at geodynamics.org brad at geodynamics.org
Fri Jan 20 13:55:01 PST 2012


Author: brad
Date: 2012-01-20 13:55:01 -0800 (Fri, 20 Jan 2012)
New Revision: 19402

Added:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_friction.spatialdb.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_075m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_150m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tractions.spatialdb.gz
Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/create_spatialdb.py
   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
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17.cfg
Log:
Added more tpv17 stuff.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/create_spatialdb.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/create_spatialdb.py	2012-01-20 20:02:44 UTC (rev 19401)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/create_spatialdb.py	2012-01-20 21:55:01 UTC (rev 19402)
@@ -11,7 +11,7 @@
 # Requires input files from SCEC website.
 # http://scecdata.usc.edu/cvws/download/tpv16/tpv16_17_input_files.zip
 
-sim = "tpv16"
+sim = "tpv17"
 
 # ----------------------------------------------------------------------
 import numpy

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py	2012-01-20 20:02:44 UTC (rev 19401)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_offfaultdata.py	2012-01-20 21:55:01 UTC (rev 19402)
@@ -67,7 +67,7 @@
 
 # Write data
 headerA = \
-    "# problem = %s-2D\n" % sim.upper() + \
+    "# problem = %s\n" % sim.upper() + \
     "# author = Brad Aagaard\n" + \
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\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-01-20 20:02:44 UTC (rev 19401)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_onfaultdata.py	2012-01-20 21:55:01 UTC (rev 19402)
@@ -61,7 +61,7 @@
 
 # Write data
 headerA = \
-    "# problem = TPV16\n" + \
+    "# problem = %s\n" % sim.upper() + \
     "# author = Brad Aagaard\n" + \
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\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-01-20 20:02:44 UTC (rev 19401)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tabulate_ruptime.py	2012-01-20 21:55:01 UTC (rev 19402)
@@ -60,7 +60,7 @@
 
 # Write data
 headerA = \
-    "# problem = TPV16\n" + \
+    "# problem = %s\n" % sim.upper() + \
     "# author = Brad Aagaard\n" + \
     "# date = %s\n" % (time.asctime()) + \
     "# code = PyLith\n" + \

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16.cfg	2012-01-20 20:02:44 UTC (rev 19401)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv16.cfg	2012-01-20 21:55:01 UTC (rev 19402)
@@ -1,4 +1,4 @@
-# -*- Python -*-
+# Parameters specific to TPV16.
 
 [pylithapp]
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17.cfg	2012-01-20 20:02:44 UTC (rev 19401)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17.cfg	2012-01-20 21:55:01 UTC (rev 19402)
@@ -1,4 +1,4 @@
-# -*- Python -*-
+# Parameters specific to TPV17.
 
 [pylithapp]
 

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_friction.spatialdb.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_friction.spatialdb.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_075m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_075m.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_075m.cfg	2012-01-20 21:55:01 UTC (rev 19402)
@@ -0,0 +1,33 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+reader.filename = tet4_150m.exo
+refiner = pylith.topology.RefineUniform
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.2*s
+
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.003125*s
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.domain]
+writer.filename = output/tpv17_tet4_075m.h5
+
+[pylithapp.problem.formulation.output.subdomain]
+writer.filename = output/tpv17_tet4_075m-groundsurf.h5
+
+[pylithapp.timedependent.interfaces.fault.output]
+writer.filename = output/tpv17_tet4_075m-fault.h5
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.filename = output/tpv17_tet4_075m-elastic.h5

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_150m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_150m.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tet4_150m.cfg	2012-01-20 21:55:01 UTC (rev 19402)
@@ -0,0 +1,32 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator.reader]
+filename = tet4_150m.exo
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.normalizer]
+wave_period = 0.4*s
+
+[pylithapp.timedependent.formulation.time_step]
+dt = 0.00625*s
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.domain]
+writer.filename = output/tpv17_tet4_150m.h5
+
+[pylithapp.problem.formulation.output.subdomain]
+writer.filename = output/tpv17_tet4_150m-groundsurf.h5
+
+[pylithapp.timedependent.interfaces.fault.output]
+writer.filename = output/tpv17_tet4_150m-fault.h5
+
+[pylithapp.timedependent.materials.elastic.output]
+writer.filename = output/tpv17_tet4_150m-elastic.h5

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tractions.spatialdb.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tpv17_tractions.spatialdb.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the CIG-COMMITS mailing list