[cig-commits] r11794 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Apr 10 13:03:25 PDT 2008


Author: willic3
Date: 2008-04-10 13:03:25 -0700 (Thu, 10 Apr 2008)
New Revision: 11794

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg
Log:
Changed settings so output only occurs at year intervals (rather than
every time step).



Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg	2008-04-10 17:49:30 UTC (rev 11793)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/timedep.cfg	2008-04-10 20:03:25 UTC (rev 11794)
@@ -11,6 +11,18 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-[pylithapp.problem.formulation.output.solutioniovtk]
+[pylithapp.problem.formulation.output.output]
 output_freq = time_step
 time_step = 1.0*year
+
+[pylithapp.problem.interfaces.fault.output]
+output_freq = time_step
+time_step = 1.0*year
+
+[pylithapp.problem.materials.elastic.output]
+output_freq = time_step
+time_step = 1.0*year
+
+[pylithapp.problem.materials.viscoelastic.output]
+output_freq = time_step
+time_step = 1.0*year



More information about the cig-commits mailing list