[cig-commits] r8068 - in mc/3D/CitcomS/trunk/examples: . Cookbook8 Cookbook8/restart

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Oct 1 12:26:46 PDT 2007


Author: tan2
Date: 2007-10-01 12:26:40 -0700 (Mon, 01 Oct 2007)
New Revision: 8068

Added:
   mc/3D/CitcomS/trunk/examples/Cookbook8/
   mc/3D/CitcomS/trunk/examples/Cookbook8/cookbook8.cfg
   mc/3D/CitcomS/trunk/examples/Cookbook8/coord.dat
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.0.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.1.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.10.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.11.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.2.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.3.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.4.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.5.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.6.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.7.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.8.9000
   mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.9.9000
Modified:
   mc/3D/CitcomS/trunk/examples/Makefile.am
Log:
Added Cookbook8 for compressible model + geoid + checkpoint + vsolver tuning

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/cookbook8.cfg
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook8/cookbook8.cfg	2007-10-01 17:58:23 UTC (rev 8067)
+++ mc/3D/CitcomS/trunk/examples/Cookbook8/cookbook8.cfg	2007-10-01 19:26:40 UTC (rev 8068)
@@ -0,0 +1,98 @@
+# Cookbook 8: Compressible Model and Checkpointing
+
+[CitcomS]
+solver = full
+steps = 10000
+
+
+[CitcomS.controller]
+monitoringFrequency = 1000
+checkpointFrequency = 1000
+
+
+[CitcomS.solver]
+datadir = output
+datafile = cookbook8
+datadir_old = restart
+datafile_old = cookbook8
+
+rayleigh = 7.68175583e4
+dissipation_number = 0.5
+gruneisen = 1.25
+surfaceT = 0.1
+
+
+[CitcomS.solver.mesher]
+nodex = 33
+nodey = 33
+nodez = 33
+levels = 5
+
+coor = 1
+coor_file = coord.dat
+
+
+[CitcomS.solver.param]
+reference_state = 1
+refstate_file = ref.dat
+
+
+[CitcomS.solver.output]
+output_optional = geoid,surf,botm
+output_ll_max = 20
+
+
+[CitcomS.solver.ic]
+tic_method = 3
+num_perturbations = 1
+perturbl = 3
+perturbm = 2
+perturblayer = 17
+perturbmag = 0.01
+
+restart = off
+solution_cycles_init = 9000
+
+
+[CitcomS.solver.visc]
+VISC_UPDATE = on
+visc_smooth_method = 1
+
+TDEPV = on
+rheol = 1
+num_mat = 4
+viscE = 2.99573,2.99573,2.99573,2.99573
+viscT = 0.5,0.5,0.5,0.5
+visc0 = 1,1,1,1
+
+VMIN = on
+visc_min = 0.001
+
+VMAX = on
+visc_max = 1e+06
+
+
+[CitcomS.solver.tsolver]
+finetunedt = 0.75
+
+
+[CitcomS.solver.vsolver]
+uzawa = cg
+Solver = multigrid
+mg_cycle = 1
+down_heavy = 2
+up_heavy = 2
+vlowstep = 20
+vhighstep = 2
+
+aug_lagr = on
+aug_number = 2.0e3
+precond = on
+
+piterations = 375
+accuracy = 0.001
+tole_compressibility = 1e-08
+compress_iter_maxstep = 100
+relative_err_accuracy = 0.001
+
+

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/coord.dat
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook8/coord.dat	2007-10-01 17:58:23 UTC (rev 8067)
+++ mc/3D/CitcomS/trunk/examples/Cookbook8/coord.dat	2007-10-01 19:26:40 UTC (rev 8068)
@@ -0,0 +1,35 @@
+nsd= 3
+1 0.55
+2 0.556666666667
+3 0.563333333333
+4 0.57
+5 0.585769230769
+6 0.601538461538
+7 0.617307692308
+8 0.633076923077
+9 0.648846153846
+10 0.664615384615
+11 0.680384615385
+12 0.696153846154
+13 0.711923076923
+14 0.727692307692
+15 0.743461538462
+16 0.759230769231
+17 0.775
+18 0.790769230769
+19 0.806538461538
+20 0.822307692308
+21 0.838076923077
+22 0.853846153846
+23 0.869615384615
+24 0.885384615385
+25 0.901153846154
+26 0.916923076923
+27 0.932692307692
+28 0.948461538462
+29 0.964230769231
+30 0.98
+31 0.986666666667
+32 0.993333333333
+33 1.0
+

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.0.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.0.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.1.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.1.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.10.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.10.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.11.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.11.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.2.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.2.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.3.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.3.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.4.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.4.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.5.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.5.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.6.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.6.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.7.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.7.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.8.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.8.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.9.9000
===================================================================
(Binary files differ)


Property changes on: mc/3D/CitcomS/trunk/examples/Cookbook8/restart/cookbook8.chkpt.9.9000
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: mc/3D/CitcomS/trunk/examples/Makefile.am
===================================================================
--- mc/3D/CitcomS/trunk/examples/Makefile.am	2007-10-01 17:58:23 UTC (rev 8067)
+++ mc/3D/CitcomS/trunk/examples/Makefile.am	2007-10-01 19:26:40 UTC (rev 8068)
@@ -96,6 +96,20 @@
 	Cookbook6/coord.dat \
 	Cookbook6/README \
 	Cookbook7/cookbook7.cfg \
+	Cookbook8/cookbook8.cfg \
+	Cookbook8/coord.dat \
+	Cookbook8/restart/cookbook8.chkpt.0.9000 \
+	Cookbook8/restart/cookbook8.chkpt.1.9000 \
+	Cookbook8/restart/cookbook8.chkpt.2.9000 \ 
+	Cookbook8/restart/cookbook8.chkpt.3.9000 \
+	Cookbook8/restart/cookbook8.chkpt.4.9000 \
+	Cookbook8/restart/cookbook8.chkpt.5.9000 \
+	Cookbook8/restart/cookbook8.chkpt.6.9000 \
+	Cookbook8/restart/cookbook8.chkpt.7.9000 \
+	Cookbook8/restart/cookbook8.chkpt.8.9000 \
+	Cookbook8/restart/cookbook8.chkpt.9.9000 \
+	Cookbook8/restart/cookbook8.chkpt.10.9000 \
+	Cookbook8/restart/cookbook8.chkpt.11.9000 \
 	example0.cfg \
 	example1.cfg \
 	Full/input.sample \



More information about the cig-commits mailing list