<p><b>mhoffman@lanl.gov</b> 2012-08-01 11:20:58 -0600 (Wed, 01 Aug 2012)</p><p>BRANCH COMMIT -- land ice<br>
Another small fix for restarting the ice2sea elev feedback experimets.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/ice2sea_elev_feedback/src/core_land_ice/mpas_land_ice_mpas_core.F
===================================================================
--- branches/land_ice_projects/ice2sea_elev_feedback/src/core_land_ice/mpas_land_ice_mpas_core.F        2012-08-01 14:46:05 UTC (rev 2075)
+++ branches/land_ice_projects/ice2sea_elev_feedback/src/core_land_ice/mpas_land_ice_mpas_core.F        2012-08-01 17:20:58 UTC (rev 2076)
@@ -183,7 +183,7 @@
       ! ice2sea - init annual forcing module to do ice2sea stuff
       call land_ice_assign_annual_forcing_init()
       ! ice2sea initialize smb storage field to 0
-      mesh % SMB_adjusted10 % array = 0.0
+      !mesh % SMB_adjusted10 % array = 0.0  ! Don't want to do this - will break a restart - and should be 0 anyway
       call land_ice_assign_annual_forcing(currTime, mesh, state, err_tmp)
       err = ior(err, err_tmp)
 

</font>
</pre>