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

brad at geodynamics.org brad at geodynamics.org
Mon Jun 15 18:17:58 PDT 2009


Author: brad
Date: 2009-06-15 18:17:57 -0700 (Mon, 15 Jun 2009)
New Revision: 15291

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg
Log:
Adjusted output time step to account for roundoff error.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg	2009-06-16 00:23:18 UTC (rev 15290)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_cubit.cfg	2009-06-16 01:17:57 UTC (rev 15291)
@@ -64,24 +64,24 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.interfaces.fault.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.materials.elastic.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.materials.viscoelastic.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg	2009-06-16 00:23:18 UTC (rev 15290)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/strikeslip_lagrit.cfg	2009-06-16 01:17:57 UTC (rev 15291)
@@ -79,36 +79,36 @@
 # ----------------------------------------------------------------------
 [pylithapp.problem.formulation.output.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.interfaces.fault.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.materials.elastic_pos.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.materials.viscoelastic_pos.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.materials.elastic_neg.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year
 
 [pylithapp.problem.materials.viscoelastic_neg.output]
 output_freq = time_step
-time_step = 1.0*year
+time_step = 0.999*year
 writer.time_format = %04.0f
 writer.time_constant = 0.1*year



More information about the CIG-COMMITS mailing list