[cig-commits] r18712 - short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Thu Jul 7 16:37:18 PDT 2011


Author: brad
Date: 2011-07-07 16:37:18 -0700 (Thu, 07 Jul 2011)
New Revision: 18712

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step06.cfg
Log:
Updated examples to new stricter validation requirements.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step06.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step06.cfg	2011-07-07 23:33:59 UTC (rev 18711)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step06.cfg	2011-07-07 23:37:18 UTC (rev 18712)
@@ -141,23 +141,31 @@
 
 # Define slip and origin time for first rupture.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.one.slip_function]
+slip.label = "Rupture one final slip"
 slip.iohandler.filename = spatialdb/finalslip_rupture.spatialdb
+slip_time.label = "Rupture one slip time"
 slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 # Define slip and origin time for second rupture.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.two.slip_function]
+slip.label = "Rupture two final slip"
 slip.iohandler.filename = spatialdb/finalslip_rupture.spatialdb
+slip_time.label = "Rupture two slip time"
 slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 # Define slip and origin time for third rupture.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.three.slip_function]
+slip.label = "Rupture three final slip"
 slip.iohandler.filename = spatialdb/finalslip_rupture.spatialdb
+slip_time.label = "Rupture three slip time"
 slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 # Define slip rate and origin time for fault creep.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.creep]
 slip_function = pylith.faults.ConstRateSlipFn
+slip_function.slip_rate.label = "Creep slip rate"
 slip_function.slip_rate.iohandler.filename = spatialdb/sliprate_creep.spatialdb
+slip_function.slip_time.label = "Creep initiation time"
 slip_function.slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 # Due to the complex time history used for the fault, a number of additional



More information about the CIG-COMMITS mailing list