[cig-commits] r5354 - in mc/3D/CitcomS/trunk/examples: Cookbook6 Full Regional

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Nov 27 18:57:07 PST 2006


Author: tan2
Date: 2006-11-27 18:57:07 -0800 (Mon, 27 Nov 2006)
New Revision: 5354

Modified:
   mc/3D/CitcomS/trunk/examples/Cookbook6/cookbook6.cfg
   mc/3D/CitcomS/trunk/examples/Full/input.sample
   mc/3D/CitcomS/trunk/examples/Regional/input.sample
Log:
Updated the dimensional const

Modified: mc/3D/CitcomS/trunk/examples/Cookbook6/cookbook6.cfg
===================================================================
--- mc/3D/CitcomS/trunk/examples/Cookbook6/cookbook6.cfg	2006-11-28 02:55:44 UTC (rev 5353)
+++ mc/3D/CitcomS/trunk/examples/Cookbook6/cookbook6.cfg	2006-11-28 02:57:07 UTC (rev 5354)
@@ -81,7 +81,7 @@
 
 
 [CitcomS.solver.const]
-layerd = 6.371e+06
+radius = 6.371e+06
 density = 3270.0
 thermdiff = 1.0e-06
 gravacc = 10.0

Modified: mc/3D/CitcomS/trunk/examples/Full/input.sample
===================================================================
--- mc/3D/CitcomS/trunk/examples/Full/input.sample	2006-11-28 02:55:44 UTC (rev 5353)
+++ mc/3D/CitcomS/trunk/examples/Full/input.sample	2006-11-28 02:57:07 UTC (rev 5354)
@@ -59,7 +59,7 @@
 
 # Boundary Conditions
 topvbc=0
-     topvbxval=0.0 
+     topvbxval=0.0
      topvbyval=0.0
 botvbc=0
      botvbxval=0.0
@@ -97,7 +97,7 @@
 # for material above z_410,     mat = 2;
 # for material above z_lmantle, mat = 3;
 # for material below z_lmantle, mat = 4;
-z_lith=0.0007848		
+z_lith=0.0007848
 z_410=0.03924			#also depth of 410-phase change
 z_lmantle=0.06435		#also depth of 670-phase change
 z_cmb=0.439			#     depth of another phase change
@@ -142,14 +142,15 @@
 
 
 # Dimensional Information
-layerd=6371e3
+radius=6371e3
 density=3500.0
 thermdiff=1.0e-6
 gravacc=10.0
 thermexp=3.0e-5
 refvisc=1e21
 cp=1250
-wdensity=0.0
+density_above=0.0
+density_below=6600.0
 
 
 # Data input and program debugging

Modified: mc/3D/CitcomS/trunk/examples/Regional/input.sample
===================================================================
--- mc/3D/CitcomS/trunk/examples/Regional/input.sample	2006-11-28 02:55:44 UTC (rev 5353)
+++ mc/3D/CitcomS/trunk/examples/Regional/input.sample	2006-11-28 02:57:07 UTC (rev 5354)
@@ -66,7 +66,7 @@
 
 # Boundary Conditions
 topvbc=0
-     topvbxval=0.0 
+     topvbxval=0.0
      topvbyval=0.0
 botvbc=0
      botvbxval=0.0
@@ -104,7 +104,7 @@
 # for material above z_410,     mat = 2;
 # for material above z_lmantle, mat = 3;
 # for material below z_lmantle, mat = 4;
-z_lith=0.0007848		
+z_lith=0.0007848
 z_410=0.03924			#also depth of 410-phase change
 z_lmantle=0.06435		#also depth of 670-phase change
 z_cmb=0.439			#     depth of another phase change
@@ -149,16 +149,16 @@
 
 
 # Dimensional Information
-layerd=6371e3
+radius=6371e3
 density=3500.0
 thermdiff=1.0e-6
 gravacc=10.0
 thermexp=3.0e-5
 refvisc=1e21
 cp=1250
-wdensity=0.0
+density_above=0.0
+density_below=6600.0
 
-
 # Data input and program debugging
 DESCRIBE=off
 BEGINNER=off



More information about the cig-commits mailing list