[cig-commits] r18956 - short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Sep 20 22:03:58 PDT 2011


Author: willic3
Date: 2011-09-20 22:03:58 -0700 (Tue, 20 Sep 2011)
New Revision: 18956

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/fault_lock20.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/pylithapp.cfg
Log:
Fixed some problems in .cfg files.



Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/fault_lock20.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/fault_lock20.cfg	2011-09-21 04:41:52 UTC (rev 18955)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/fault_lock20.cfg	2011-09-21 05:03:58 UTC (rev 18956)
@@ -32,85 +32,79 @@
 
 # one
 [pylithapp.timedependent.interfaces.fault.eq_srcs.one.slip_function]
+slip.label = Slip for rupture source 1
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 1
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # two
 [pylithapp.timedependent.interfaces.fault.eq_srcs.two.slip_function]
+slip.label = Slip for rupture source 2
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 2
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # three
 [pylithapp.timedependent.interfaces.fault.eq_srcs.three.slip_function]
+slip.label = Slip for rupture source 3
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 3
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # four
 [pylithapp.timedependent.interfaces.fault.eq_srcs.four.slip_function]
+slip.label = Slip for rupture source 4
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 4
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # five
 [pylithapp.timedependent.interfaces.fault.eq_srcs.five.slip_function]
+slip.label = Slip for rupture source 5
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 5
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # six
 [pylithapp.timedependent.interfaces.fault.eq_srcs.six.slip_function]
+slip.label = Slip for rupture source 6
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 6
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # seven
 [pylithapp.timedependent.interfaces.fault.eq_srcs.seven.slip_function]
+slip.label = Slip for rupture source 7
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 7
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # eight
 [pylithapp.timedependent.interfaces.fault.eq_srcs.eight.slip_function]
+slip.label = Slip for rupture source 8
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 8
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # nine
 [pylithapp.timedependent.interfaces.fault.eq_srcs.nine.slip_function]
+slip.label = Slip for rupture source 9
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 9
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # ten
 [pylithapp.timedependent.interfaces.fault.eq_srcs.ten.slip_function]
+slip.label = Slip for rupture source 10
 slip.iohandler.filename = finalslip_rupture_lock20.spatialdb
+slip_time.label = Slip time for rupture source 10
 slip_time.iohandler.filename = sliptime.spatialdb
 
 # creep
 [pylithapp.timedependent.interfaces.fault.eq_srcs.creep]
 slip_function = pylith.faults.ConstRateSlipFn
 origin_time = 0.0*s
+slip_function.slip_rate.label = Slip rate for creep slip function
 slip_function.slip_rate.iohandler.filename = sliprate_creep_lock20.spatialdb
+slip_function.slip_time.label = Slip time for creep slip function
 slip_function.slip_time.iohandler.filename = sliptime.spatialdb
-
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-# Specify that output for the entire domain occurs every 50 years.
-[pylithapp.problem.formulation.output.domain]
-output_freq = time_step
-time_step = 50*year
-
-# Specify that output for the ground surface occurs every 10 years.
-[pylithapp.problem.formulation.output.subdomain]
-output_freq = time_step
-time_step = 10*year
-
-# Specify that output for the fault occurs every 10 years.
-[pylithapp.timedependent.interfaces.fault.output]
-output_freq = time_step
-time_step = 10*year
-
-# Specify that output for both materials occurs every 50 years.
-[pylithapp.timedependent.materials.elastic.output]
-output_freq = time_step
-time_step = 50*year
-
-[pylithapp.timedependent.materials.maxwell.output]
-output_freq = time_step
-time_step = 50*year
-

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/pylithapp.cfg	2011-09-21 04:41:52 UTC (rev 18955)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/parameters/pylithapp.cfg	2011-09-21 05:03:58 UTC (rev 18956)
@@ -79,11 +79,13 @@
 label = Upper elastic layer
 id = 1
 db_properties.iohandler.filename = mat_elastic.spatialdb
+db_properties.label = Elastic material properties
 
 [pylithapp.timedependent.materials.maxwell]
 label = Lower Maxwell material
 id = 2
 db_properties.iohandler.filename = mat_maxwell_tau0-2.spatialdb
+db_properties.label = Viscoelastic material properties
 output.cell_data_fields = [total_strain,viscous_strain,stress]
 output.cell_info_fields = [mu,lambda,density,maxwell_time]
 
@@ -149,8 +151,6 @@
 output_freq = time_step
 time_step = 50*year
 writer = pylith.meshio.DataWriterHDF5Mesh
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
 
 # Give basename for VTK domain output of solution over ground surface.
 [pylithapp.problem.formulation.output.subdomain]
@@ -159,16 +159,12 @@
 output_freq = time_step
 time_step = 10*year
 writer = pylith.meshio.DataWriterHDF5SubMesh
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
 
 # Give basename for vtk fault rupture output.
 [pylithapp.timedependent.interfaces.fault.output]
 output_freq = time_step
 time_step = 10*year
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
@@ -176,16 +172,12 @@
 time_step = 50*year
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer = pylith.meshio.DataWriterHDF5Mesh
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
 
 [pylithapp.timedependent.materials.maxwell.output]
 output_freq = time_step
 time_step = 50*year
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer = pylith.meshio.DataWriterHDF5Mesh
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
 
 # ----------------------------------------------------------------------
 # PETSc



More information about the CIG-COMMITS mailing list