[cig-commits] r18597 - short/3D/PyLith/trunk/examples/2d/subduction

brad at geodynamics.org brad at geodynamics.org
Sun Jun 12 12:59:18 PDT 2011


Author: brad
Date: 2011-06-12 12:59:18 -0700 (Sun, 12 Jun 2011)
New Revision: 18597

Modified:
   short/3D/PyLith/trunk/examples/2d/subduction/step02.cfg
   short/3D/PyLith/trunk/examples/2d/subduction/step03.cfg
Log:
Updated subduction zone example for HDF5 output in steps 2 and 3.

Modified: short/3D/PyLith/trunk/examples/2d/subduction/step02.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/step02.cfg	2011-06-12 19:58:37 UTC (rev 18596)
+++ short/3D/PyLith/trunk/examples/2d/subduction/step02.cfg	2011-06-12 19:59:18 UTC (rev 18597)
@@ -137,35 +137,33 @@
 # ----------------------------------------------------------------------
 # Domain
 [pylithapp.problem.formulation.output.domain]
-writer.filename = output/step02.vtk
+writer.filename = output/step02.h5
 
 # Ground surface
 [pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/step02-groundsurf.vtk
+writer.filename = output/step02-groundsurf.h5
 
 # Faults
 [pylithapp.problem.interfaces.fault_slabtop.output]
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
-writer.filename = output/step02-fault-slabtop.vtk
+writer = pylith.meshio.DataWriterHDF5SubSubMesh
+writer.filename = output/step02-fault-slabtop.h5
 
 [pylithapp.problem.interfaces.fault_slabbot.output]
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
-writer.filename = output/step02-fault-slabbot.vtk
+writer = pylith.meshio.DataWriterHDF5SubSubMesh
+writer.filename = output/step02-fault-slabbot.h5
 
 # Materials
 [pylithapp.timedependent.materials.continent_crust.output]
-writer.filename = output/step02-concrust.vtk
+writer.filename = output/step02-concrust.h5
 
 [pylithapp.timedependent.materials.continent_mantle.output]
-writer.filename = output/step02-conmantle.vtk
+writer.filename = output/step02-conmantle.h5
 
 [pylithapp.timedependent.materials.ocean_crust.output]
-writer.filename = output/step02-oceancrust.vtk
+writer.filename = output/step02-oceancrust.h5
 
 [pylithapp.timedependent.materials.ocean_mantle.output]
-writer.filename = output/step02-oceanmantle.vtk
+writer.filename = output/step02-oceanmantle.h5
 
 
 # End of file

Modified: short/3D/PyLith/trunk/examples/2d/subduction/step03.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/step03.cfg	2011-06-12 19:58:37 UTC (rev 18596)
+++ short/3D/PyLith/trunk/examples/2d/subduction/step03.cfg	2011-06-12 19:59:18 UTC (rev 18597)
@@ -154,35 +154,33 @@
 # ----------------------------------------------------------------------
 # Domain
 [pylithapp.problem.formulation.output.domain]
-writer.filename = output/step03.vtk
+writer.filename = output/step03.h5
 
 # Ground surface
 [pylithapp.problem.formulation.output.subdomain]
-writer.filename = output/step03-groundsurf.vtk
+writer.filename = output/step03-groundsurf.h5
 
 # Faults
 [pylithapp.problem.interfaces.fault_slabtop.output]
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
-writer.filename = output/step03-fault-slabtop.vtk
+writer = pylith.meshio.DataWriterHDF5SubSubMesh
+writer.filename = output/step03-fault-slabtop.h5
 
 [pylithapp.problem.interfaces.fault_slabbot.output]
-writer.time_format = %04.0f
-writer.time_constant = 1.0*year
-writer.filename = output/step03-fault-slabbot.vtk
+writer = pylith.meshio.DataWriterHDF5SubSubMesh
+writer.filename = output/step03-fault-slabbot.h5
 
 # Materials
 [pylithapp.timedependent.materials.continent_crust.output]
-writer.filename = output/step03-concrust.vtk
+writer.filename = output/step03-concrust.h5
 
 [pylithapp.timedependent.materials.continent_mantle.output]
-writer.filename = output/step03-conmantle.vtk
+writer.filename = output/step03-conmantle.h5
 
 [pylithapp.timedependent.materials.ocean_crust.output]
-writer.filename = output/step03-oceancrust.vtk
+writer.filename = output/step03-oceancrust.h5
 
 [pylithapp.timedependent.materials.ocean_mantle.output]
-writer.filename = output/step03-oceanmantle.vtk
+writer.filename = output/step03-oceanmantle.h5
 
 
 # End of file



More information about the CIG-COMMITS mailing list