[cig-commits] r6385 - in mc/3D/CitcomS/trunk/examples: . Cookbook7

tan2 at geodynamics.org tan2 at geodynamics.org
Fri Mar 23 17:02:43 PDT 2007


Author: tan2
Date: 2007-03-23 17:02:43 -0700 (Fri, 23 Mar 2007)
New Revision: 6385

Added:
   mc/3D/CitcomS/trunk/examples/Cookbook7/
   mc/3D/CitcomS/trunk/examples/Cookbook7/cookbook7.cfg
Log:
Added new cookbook7

Added: mc/3D/CitcomS/trunk/examples/Cookbook7/cookbook7.cfg
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook7/cookbook7.cfg	2007-03-23 23:53:27 UTC (rev 6384)
+++ mc/3D/CitcomS/trunk/examples/Cookbook7/cookbook7.cfg	2007-03-24 00:02:43 UTC (rev 6385)
@@ -0,0 +1,61 @@
+# Cookbook 7: Global Thermo-chemical Convection Model
+
+[CitcomS]
+solver = full
+steps = 31                  ; number of time steps
+
+
+[CitcomS.controller]
+monitoringFrequency = 10    ; how often outputs are created
+
+
+[CitcomS.solver]
+datadir = output            ; path to output directory
+datafile = cookbook7        ; prefix of output filenames
+rayleigh = 1e7
+
+
+[CitcomS.solver.ic]
+num_perturbations = 1
+perturbl = 3
+perturbm = 2
+perturblayer = 5
+perturbmag = 0.05
+
+
+[CitcomS.solver.output]
+output_optional = tracer,comp_nd
+
+
+[CitcomS.solver.tracer]
+tracer = 1
+tracer_ic_method = 0
+tracers_per_element = 20
+tracer_file = tracer.dat
+
+tracer_flavors = 2
+ic_method_for_flavors = 0
+z_interface = 0.7
+
+chemical_buoyancy = 1
+buoy_type = 1
+buoyancy_ratio = 0.4
+reset_initial_composition = 0
+
+regular_grid_deltheta = 1.0
+regular_grid_delphi = 1.0
+
+
+# Assign the viscosities.
+[CitcomS.solver.visc]
+VISC_UPDATE = on
+num_mat = 4
+visc0 = 1,1,1,1
+TDEPV = on
+viscE = 0.2,0.2,0.2,0.2
+viscT = 0,0,0,0
+VMIN = on
+visc_min = 1.0
+VMAX = on
+visc_max = 100.0
+



More information about the cig-commits mailing list