[cig-commits] r8235 - mc/3D/CitcomS/trunk/examples/Cookbook5

tan2 at geodynamics.org tan2 at geodynamics.org
Thu Nov 8 11:18:26 PST 2007


Author: tan2
Date: 2007-11-08 11:18:26 -0800 (Thu, 08 Nov 2007)
New Revision: 8235

Modified:
   mc/3D/CitcomS/trunk/examples/Cookbook5/cookbook5.cfg
Log:
Dereased the timestep size to reduce artifacts in advection

Modified: mc/3D/CitcomS/trunk/examples/Cookbook5/cookbook5.cfg
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook5/cookbook5.cfg	2007-11-08 01:52:45 UTC (rev 8234)
+++ mc/3D/CitcomS/trunk/examples/Cookbook5/cookbook5.cfg	2007-11-08 19:18:26 UTC (rev 8235)
@@ -1,7 +1,7 @@
 # Cookbook 5: Subduction Models with Trench Rollback
 
 [CitcomS]
-steps = 1000                ; number of time steps
+steps = 1100                ; number of time steps
 
 [CitcomS.controller]
 monitoringFrequency = 100   ; how often outputs are created
@@ -42,6 +42,10 @@
 fi_max = 0.5
 radius_inner = 0.7
 
+[CitcomS.solver.tsolver]
+finetunedt = 0.75
+monitor_max_T = on
+
 [CitcomS.solver.visc]
 num_mat = 4
 visc0 = 100,0.003,1,2



More information about the cig-commits mailing list