[cig-commits] r15808 - mc/3D/CitcomS/trunk/lib

becker at geodynamics.org becker at geodynamics.org
Wed Oct 14 11:26:27 PDT 2009


Author: becker
Date: 2009-10-14 11:26:26 -0700 (Wed, 14 Oct 2009)
New Revision: 15808

Modified:
   mc/3D/CitcomS/trunk/lib/Instructions.c
Log:
Changed defaults for z_410, z_lmantle, z_lith to more Earth like parameters.

Does this break any tests?




Modified: mc/3D/CitcomS/trunk/lib/Instructions.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Instructions.c	2009-10-14 11:09:41 UTC (rev 15807)
+++ mc/3D/CitcomS/trunk/lib/Instructions.c	2009-10-14 18:26:26 UTC (rev 15808)
@@ -414,9 +414,9 @@
   /* those are specific depth layers associated with phase
      transitions, default values should be fixed */
   input_float("z_cmb",&(E->viscosity.zcmb),"0.45",m); /* 0.45063569 */
-  input_float("z_lmantle",&(E->viscosity.zlm),"0.45",m); /*0.10359441  */
-  input_float("z_410",&(E->viscosity.z410),"0.225",m); /* 0.06434, more like it */
-  input_float("z_lith",&(E->viscosity.zlith),"0.225",m); /* 0.0157, more like it */
+  input_float("z_lmantle",&(E->viscosity.zlm),"0.103594412180191",m); /*0.10359441  */
+  input_float("z_410",&(E->viscosity.z410),"0.0643541045361796",m); /* 0.06434, more like it */
+  input_float("z_lith",&(E->viscosity.zlith),"0.0156961230576048",m); /* 0.0157, more like it */
 
 
   /* those are depth layers associated with viscosity or material



More information about the CIG-COMMITS mailing list