<p><b>mhoffman@lanl.gov</b> 2012-06-15 10:53:51 -0600 (Fri, 15 Jun 2012)</p><p>BRANCH COMMIT<br>
Fixing error in script to setup dome test case.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/test_cases/dome/setup_dome_initial_conditions.py
===================================================================
--- branches/land_ice_projects/test_cases/dome/setup_dome_initial_conditions.py        2012-06-15 15:41:36 UTC (rev 1985)
+++ branches/land_ice_projects/test_cases/dome/setup_dome_initial_conditions.py        2012-06-15 16:53:51 UTC (rev 1986)
@@ -80,7 +80,7 @@
 # Sample values to use, or comment these out for them to be 0.
 beta[:] = 10000.
 #SMB[:] = 2.0/1000.0 * (thickness[:] + bedTopography[:]) - 1.0  # units: m/yr, lapse rate of 1 m/yr with 0 at 500 m
-Tsfc[:] = -5.0/1000.0 * (thickness[:] + bedTopography[:]) # lapse rate of 5 deg / km
+Tsfc[:,0] = -5.0/1000.0 * (thickness[0,:] + bedTopography[0,:]) # lapse rate of 5 deg / km
 G = 0.01
 
 

</font>
</pre>