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

tan2 at geodynamics.org tan2 at geodynamics.org
Mon Jul 31 16:07:21 PDT 2006


Author: tan2
Date: 2006-07-31 16:07:21 -0700 (Mon, 31 Jul 2006)
New Revision: 4127

Modified:
   mc/3D/CitcomS/trunk/lib/Instructions.c
Log:
Changed the default value of 'layerd' from 2800 km (the depth of the mantle) to 6371 km (the radius of the Earth), which is necessary to dimensionalize the time


Modified: mc/3D/CitcomS/trunk/lib/Instructions.c
===================================================================
--- mc/3D/CitcomS/trunk/lib/Instructions.c	2006-07-31 23:04:57 UTC (rev 4126)
+++ mc/3D/CitcomS/trunk/lib/Instructions.c	2006-07-31 23:07:21 UTC (rev 4127)
@@ -362,7 +362,7 @@
 
   /* data section */
   input_float("Q0",&(E->control.Q0),"0.0",m);
-  input_float("layerd",&(E->data.layer_km),"2800.0",m);
+  input_float("layerd",&(E->data.layer_km),"6371.0",m);
   input_float("gravacc",&(E->data.grav_acc),"9.81",m);
   input_float("thermexp",&(E->data.therm_exp),"3.28e-5",m);
   input_float("cp",&(E->data.Cp),"1200.0",m);



More information about the cig-commits mailing list