[cig-commits] r4372 - in long/3D/Gale/trunk/src/Underworld: . InputFiles/VariableConditions

walter at geodynamics.org walter at geodynamics.org
Thu Aug 17 17:18:47 PDT 2006


Author: walter
Date: 2006-08-17 17:18:45 -0700 (Thu, 17 Aug 2006)
New Revision: 4372

Modified:
   long/3D/Gale/trunk/src/Underworld/
   long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/temperatureICs.linear.xml
Log:
 r501 at earth:  boo | 2006-08-17 17:15:31 -0700
  r475 at earth (orig r306):  DaveStegman | 2006-08-13 22:38:37 -0700
  dinosaur xml file wasn't working -- copied temperatureICs.sinudoid.xml and zero'd out the sine dependence
  
 



Property changes on: long/3D/Gale/trunk/src/Underworld
___________________________________________________________________
Name: svk:merge
   - 9570c393-cf10-0410-b476-9a651db1e55a:/cig:500
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:305
   + 9570c393-cf10-0410-b476-9a651db1e55a:/cig:501
c24a034b-ab11-0410-afe6-cfe714e2959e:/trunk:306

Modified: long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/temperatureICs.linear.xml
===================================================================
--- long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/temperatureICs.linear.xml	2006-08-18 00:18:41 UTC (rev 4371)
+++ long/3D/Gale/trunk/src/Underworld/InputFiles/VariableConditions/temperatureICs.linear.xml	2006-08-18 00:18:45 UTC (rev 4372)
@@ -4,6 +4,8 @@
 <!-- DTD to validate against -->
 <StGermainData xmlns="http://www.vpac.org/StGermain/XML_IO_Handler/Jun2003">
 	
+        <param name="SinusoidalTempIC_HorizontalWaveNumber"> 0 </param>
+
 	<struct name="temperatureICs">
 		<param name="type">CompositeVC</param>
 		<list name="vcList">
@@ -13,7 +15,7 @@
 					<struct>
 						<param name="name">temperature</param>
 						<param name="type">func</param>
-						<param name="value"> Temperature_Linear </param>
+						<param name="value"> LinearWithSinusoidalPerturbation </param>
 					</struct>
 				</list>
 			</struct>



More information about the cig-commits mailing list