<p><b>mpetersen@lanl.gov</b> 2012-07-17 08:01:05 -0600 (Tue, 17 Jul 2012)</p><p>BRANCH COMMIT Correcting misspelled words in comments.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_mpas_core.F
===================================================================
--- branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_mpas_core.F        2012-07-17 13:54:41 UTC (rev 2030)
+++ branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_mpas_core.F        2012-07-17 14:01:05 UTC (rev 2031)
@@ -259,7 +259,7 @@
       call ocn_diagnostic_solve(dt, block % state % time_levs(1) % state, mesh)
       call mpas_timer_stop(&quot;diagnostic solve&quot;, initDiagSolveTimer)
 
-      ! Compute velocity transport, used in advection terms of h and tracer tendancy
+      ! Compute velocity transport, used in advection terms of h and tracer tendency
         block % state % time_levs(1) % state % uTransport % array(:,:) &amp;
       = block % state % time_levs(1) % state % u % array(:,:) &amp;
       + block % state % time_levs(1) % state % uBolusGM % array(:,:)

Modified: branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_time_integration_rk4.F
===================================================================
--- branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_time_integration_rk4.F        2012-07-17 13:54:41 UTC (rev 2030)
+++ branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_time_integration_rk4.F        2012-07-17 14:01:05 UTC (rev 2031)
@@ -217,7 +217,7 @@
 
               call ocn_diagnostic_solve(dt, provis, block % mesh)
 
-              ! Compute velocity transport, used in advection terms of h and tracer tendancy
+              ! Compute velocity transport, used in advection terms of h and tracer tendency
                  provis % uTransport % array(:,:) &amp;
                = provis % u          % array(:,:) &amp;
                + provis % uBolusGM   % array(:,:)
@@ -336,7 +336,7 @@
 
          call ocn_diagnostic_solve(dt, block % state % time_levs(2) % state, block % mesh)
 
-         ! Compute velocity transport, used in advection terms of h and tracer tendancy
+         ! Compute velocity transport, used in advection terms of h and tracer tendency
             block % state % time_levs(2) % state % uTransport % array(:,:) &amp;
           = block % state % time_levs(2) % state % u % array(:,:) &amp;
           + block % state % time_levs(2) % state % uBolusGM % array(:,:)

Modified: branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_time_integration_split.F
===================================================================
--- branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_time_integration_split.F        2012-07-17 13:54:41 UTC (rev 2030)
+++ branches/ocean_projects/rich_vert_mix_bug/src/core_ocean/mpas_ocn_time_integration_split.F        2012-07-17 14:01:05 UTC (rev 2031)
@@ -293,7 +293,7 @@
 
                      ! uTranport = uBcl + uBolus 
                      ! This is u used in advective terms for h and tracers 
-                     ! in tendancy calls in stage 3.
+                     ! in tendency calls in stage 3.
                        block % state % time_levs(2) % state % uTransport % array(k,iEdge) &amp;
                      = block % mesh % edgeMask % array(k,iEdge) &amp;
                      *(  block % state % time_levs(2) % state % uBcl       % array(k,iEdge) &amp;
@@ -639,7 +639,7 @@
 
                      ! uTranport = uBtr + uBcl + uBolus + uCorrection
                      ! This is u used in advective terms for h and tracers 
-                     ! in tendancy calls in stage 3.
+                     ! in tendency calls in stage 3.
                        block % state % time_levs(2) % state % uTransport % array(k,iEdge) &amp;
                      = block % mesh % edgeMask % array(k,iEdge) &amp;
                      *(  block % state % time_levs(2) % state % uBtr       % array(  iEdge) &amp;
@@ -897,7 +897,7 @@
 
       ! A halo update is required after implicit vertical mixing, because 
       ! IVM changes the values of u and tracer, while the halo updates above 
-      ! are on the tendancy.
+      ! are on the tendency.
       if (config_implicit_vertical_mix) then
          call mpas_dmpar_exch_halo_field(domain % blocklist % state % time_levs(2) % state % u)
          call mpas_dmpar_exch_halo_field(domain % blocklist % state % time_levs(2) % state % tracers)

</font>
</pre>