<p><b>mhoffman@lanl.gov</b> 2012-05-30 11:21:57 -0600 (Wed, 30 May 2012)</p><p> BRANCH COMMIT -- land ice<br>
Adding timer init to allow efficiency to be calculated by the timers.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/implement_core/src/core_land_ice/mpas_land_ice_mpas_core.F
===================================================================
--- branches/land_ice_projects/implement_core/src/core_land_ice/mpas_land_ice_mpas_core.F        2012-05-30 13:41:38 UTC (rev 1946)
+++ branches/land_ice_projects/implement_core/src/core_land_ice/mpas_land_ice_mpas_core.F        2012-05-30 17:21:57 UTC (rev 1947)
@@ -48,6 +48,8 @@
 
       call simulation_clock_init(domain, dt, startTimeStamp)
 
+      call mpas_timer_init(domain)
+
       write(*,*) 'Using ', trim(config_time_integration), ' time integration.'
 
       !call land_ice_temp_init(domain, dt, err)

</font>
</pre>