<p><b>dwj07@fsu.edu</b> 2011-11-17 15:19:18 -0700 (Thu, 17 Nov 2011)</p><p><br>
        -- TRUNK COMMIT --<br>
<br>
        Removing tracer2 from core_ocean's registry file. It is not needed in the trunk anymore.<br>
<br>
        Also, fixing a typo in the ocean namelist file.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/namelist.input.ocean
===================================================================
--- trunk/mpas/namelist.input.ocean        2011-11-16 17:56:29 UTC (rev 1201)
+++ trunk/mpas/namelist.input.ocean        2011-11-17 22:19:18 UTC (rev 1202)
@@ -41,6 +41,7 @@
    config_btr_gam2_SSHWt1 = 1.0
    config_btr_gam3_uWt2   = 1.0
    config_btr_solve_SSH2  = .false.
+/
 &amp;hmix
    config_h_mom_eddy_visc2 = 1.0e5
    config_h_mom_eddy_visc4 = 0.0

Modified: trunk/mpas/src/core_ocean/Registry
===================================================================
--- trunk/mpas/src/core_ocean/Registry        2011-11-16 17:56:29 UTC (rev 1201)
+++ trunk/mpas/src/core_ocean/Registry        2011-11-17 22:19:18 UTC (rev 1202)
@@ -193,7 +193,6 @@
 var persistent real    temperature ( nVertLevels nCells Time ) 2 iro temperature state tracers dynamics
 var persistent real    salinity ( nVertLevels nCells Time ) 2 iro salinity state tracers dynamics
 var persistent real    tracer1 ( nVertLevels nCells Time ) 2 iro tracer1 state tracers testing
-var persistent real    tracer2 ( nVertLevels nCells Time ) 2 iro tracer2 state tracers testing
 
 # Tendency variables: neither read nor written to any files
 var persistent real    tend_u ( nVertLevels nEdges Time ) 1 - u tend - -
@@ -202,7 +201,6 @@
 var persistent real    tend_temperature ( nVertLevels nCells Time ) 1 - temperature tend tracers dynamics
 var persistent real    tend_salinity ( nVertLevels nCells Time ) 1 - salinity tend tracers dynamics
 var persistent real    tend_tracer1 ( nVertLevels nCells Time ) 1 - tracer1 tend tracers testing
-var persistent real    tend_tracer2 ( nVertLevels nCells Time ) 1 - tracer2 tend tracers testing
 
 # state variables for Split Explicit timesplitting
 var persistent real   uBtr ( nEdges Time )         2 -  uBtr state - -

</font>
</pre>