<p><b>mhoffman@lanl.gov</b> 2012-05-25 09:08:00 -0600 (Fri, 25 May 2012)</p><p>BRANCH COMMIT<br>
Turning off tracer advection by default for now.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/implement_core/src/core_land_ice/Registry
===================================================================
--- branches/land_ice_projects/implement_core/src/core_land_ice/Registry        2012-05-24 22:09:25 UTC (rev 1939)
+++ branches/land_ice_projects/implement_core/src/core_land_ice/Registry        2012-05-25 15:08:00 UTC (rev 1940)
@@ -20,7 +20,7 @@
 % valid time integration is ForwardEuler
 namelist character   land_ice_model  config_thickness_advection   FO-Upwind
 % valid advection is FO-Upwind, None (FCT coming soon)
-namelist character   land_ice_model  config_tracer_advection      FCT
+namelist character   land_ice_model  config_tracer_advection      None
 % valid options for tracer_advection are FCT (flux-corrected transport), None
 namelist real        land_ice_model  config_ice_density           900.0
 namelist real        land_ice_model  config_ocean_density         1000.0

</font>
</pre>