<p><b>dwj07@fsu.edu</b> 2013-04-03 14:45:55 -0600 (Wed, 03 Apr 2013)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Renaming namelist options:<br>
<br>
        Updating all namelist options that reference u or h.<br>
        u -&gt; vel<br>
        h -&gt; thick<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/variable_name_change/src/core_ocean/Registry.xml
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/Registry.xml        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/Registry.xml        2013-04-03 20:45:55 UTC (rev 2721)
@@ -451,7 +451,7 @@
                             description=&quot;number of iterations of the velocity corrector step in stage 2&quot;
                             possible_values=&quot;any positive integer, but typically 1, 2, or 3&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_u_correction&quot; type=&quot;logical&quot; default_value=&quot;.true.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_vel_correction&quot; type=&quot;logical&quot; default_value=&quot;.true.&quot; units=&quot;unitless&quot;
                             description=&quot;If true, the velocity correction term is included in the horizontal advection of thickness and tracers&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
@@ -459,7 +459,7 @@
                             description=&quot;Barotropic subcycles proceed from $t$ to $t+n\Delta t$, where $n$ is this configuration option.&quot;
                             possible_values=&quot;Any positive integer, but typically 1 or 2&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_btr_gam1_uWt1&quot; type=&quot;real&quot; default_value=&quot;0.5&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_btr_gam1_velWt1&quot; type=&quot;real&quot; default_value=&quot;0.5&quot; units=&quot;unitless&quot;
                             description=&quot;Weighting of velocity in the SSH predictor step in stage 2.  When zero, previous subcycle time is used; when one, new subcycle time is used.&quot;
                             possible_values=&quot;between 0 and 1&quot;
                 /&gt;
@@ -467,7 +467,7 @@
                             description=&quot;Weighting of SSH in the velocity corrector step in stage 2.  When zero, previous subcycle time is used; when one, new subcycle time is used.&quot;
                             possible_values=&quot;between 0 and 1&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_btr_gam3_uWt2&quot; type=&quot;real&quot; default_value=&quot;1.0&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_btr_gam3_velWt2&quot; type=&quot;real&quot; default_value=&quot;1.0&quot; units=&quot;unitless&quot;
                             description=&quot;Weighting of velocity in the SSH corrector step in stage 2.  When zero, previous subcycle time is used; when one, new subcycle time is used.&quot;
                             possible_values=&quot;between 0 and 1&quot;
                 /&gt;
@@ -501,43 +501,43 @@
                             description=&quot;Enables a change on tracer monotonicity at the end of the monotonic advection routine. Only used if config_monotonic is set to .true.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_h_all_tend&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_thick_all_tend&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables all tendencies on the thickness field.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_h_hadv&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_thick_hadv&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disable tendencies on the thickness field from horizontal advection.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_h_vadv&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_thick_vadv&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables tendencies on the thickness field from vertical advection.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_all_tend&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_all_tend&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables all tendencies on the velocity field.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_coriolis&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_coriolis&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Diables tendencies on the velocity field from the Coriolis force.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_pgrad&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_pgrad&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables tendencies on the velocity field from the horizontal pressure gradient.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_hmix&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_hmix&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables tendencies on the velocity field from horizontal mixing.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_windstress&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_windstress&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables tendencies on the velocity field from horizontal wind stress.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_vmix&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_vmix&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables tendencies on the velocity field from vertical mixing.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;
-                &lt;nml_option name=&quot;config_disable_u_vadv&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
+                &lt;nml_option name=&quot;config_disable_vel_vadv&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
                             description=&quot;Disables tendencies on the velocity field from vertical advection.&quot;
                             possible_values=&quot;.true. or .false.&quot;
                 /&gt;

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_tendency.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_tendency.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_tendency.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -108,7 +108,7 @@
       !
       tend_layerThickness = 0.0
 
-      if(config_disable_h_all_tend) return
+      if(config_disable_thick_all_tend) return
 
       !
       ! height tendency: horizontal advection term -</font>
<font color="gray">abla\cdot ( hu)
@@ -189,7 +189,7 @@
       !
       tend_normalVelocity(:,:) = 0.0
 
-      if(config_disable_u_all_tend) return
+      if(config_disable_vel_all_tend) return
 
       !
       ! velocity tendency: nonlinear Coriolis term and grad of kinetic energy

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_thick_hadv.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_thick_hadv.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_thick_hadv.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -180,7 +180,7 @@
 
       thickHadvOn = .true.
 
-      if(config_disable_h_hadv) thickHadvOn = .false.
+      if(config_disable_thick_hadv) thickHadvOn = .false.
 
       err = 0
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_thick_vadv.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_thick_vadv.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_thick_vadv.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -157,7 +157,7 @@
 
       thickVadvOn = .true.
 
-      if(config_disable_h_vadv) thickVadvOn = .false.
+      if(config_disable_thick_vadv) thickVadvOn = .false.
       
       err = 0
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_time_integration_split.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_time_integration_split.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_time_integration_split.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -359,7 +359,7 @@
                !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
                ! Barotropic subcycle: VELOCITY PREDICTOR STEP
                !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-               if (config_btr_gam1_uWt1&gt;1.0e-12) then  ! only do this part if it is needed in next SSH solve
+               if (config_btr_gam1_velWt1&gt;1.0e-12) then  ! only do this part if it is needed in next SSH solve
                   uPerpTime = oldBtrSubcycleTime
 
                   block =&gt; domain % blocklist
@@ -397,7 +397,7 @@
                 call mpas_timer_start(&quot;se halo normalBarotropicVelocity&quot;, .false., timer_halo_normalBarotropicVelocity)
                 call mpas_dmpar_exch_halo_field(domain % blocklist % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle)
                 call mpas_timer_stop(&quot;se halo normalBarotropicVelocity&quot;, timer_halo_normalBarotropicVelocity)
-              endif ! config_btr_gam1_uWt1&gt;1.0e-12
+              endif ! config_btr_gam1_velWt1&gt;1.0e-12
 
               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
               ! Barotropic subcycle: SSH PREDICTOR STEP 
@@ -416,10 +416,10 @@
                    FBtr_coeff = 1.0
                 endif
       
-                ! config_btr_gam1_uWt1 sets the forward weighting of velocity in the SSH computation
-                ! config_btr_gam1_uWt1=  1     flux = normalBarotropicVelocityNew*H
-                ! config_btr_gam1_uWt1=0.5     flux = 1/2*(normalBarotropicVelocityNew+normalBarotropicVelocityOld)*H
-                ! config_btr_gam1_uWt1=  0     flux = normalBarotropicVelocityOld*H
+                ! config_btr_gam1_velWt1 sets the forward weighting of velocity in the SSH computation
+                ! config_btr_gam1_velWt1=  1     flux = normalBarotropicVelocityNew*H
+                ! config_btr_gam1_velWt1=0.5     flux = 1/2*(normalBarotropicVelocityNew+normalBarotropicVelocityOld)*H
+                ! config_btr_gam1_velWt1=  0     flux = normalBarotropicVelocityOld*H
 
                 do iCell = 1, block % mesh % nCells
                   do i = 1, block % mesh % nEdgesOnCell % array(iCell)
@@ -444,8 +444,8 @@
                    !                       + block % mesh % bottomDepth % array(cell2) )
 
 
-                    flux = ((1.0-config_btr_gam1_uWt1) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
-                           + config_btr_gam1_uWt1 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
+                    flux = ((1.0-config_btr_gam1_velWt1) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
+                           + config_btr_gam1_velWt1 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
                            * thicknessSum 
 
                     block % tend % ssh % array(iCell) = block % tend % ssh % array(iCell) + block % mesh % edgeSignOncell % array(i, iCell) * flux &amp;
@@ -473,8 +473,8 @@
                    !thicknessSum = sshEdge + 0.5 *(  block % mesh % bottomDepth % array(cell1) &amp;
                    !                       + block % mesh % bottomDepth % array(cell2) )
 
-                   flux = ((1.0-config_btr_gam1_uWt1) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
-                          + config_btr_gam1_uWt1 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
+                   flux = ((1.0-config_btr_gam1_velWt1) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
+                          + config_btr_gam1_velWt1 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
                           * thicknessSum 
 
                    block % state % time_levs(1) % state % FBtr % array(iEdge) = block % state % time_levs(1) % state % FBtr % array(iEdge) &amp;
@@ -555,10 +555,10 @@
                 do while (associated(block))
                    block % tend % ssh % array(:) = 0.0
       
-                  ! config_btr_gam3_uWt2 sets the forward weighting of velocity in the SSH computation
-                  ! config_btr_gam3_uWt2=  1     flux = normalBarotropicVelocityNew*H
-                  ! config_btr_gam3_uWt2=0.5     flux = 1/2*(normalBarotropicVelocityNew+normalBarotropicVelocityOld)*H
-                  ! config_btr_gam3_uWt2=  0     flux = normalBarotropicVelocityOld*H
+                  ! config_btr_gam3_velWt2 sets the forward weighting of velocity in the SSH computation
+                  ! config_btr_gam3_velWt2=  1     flux = normalBarotropicVelocityNew*H
+                  ! config_btr_gam3_velWt2=0.5     flux = 1/2*(normalBarotropicVelocityNew+normalBarotropicVelocityOld)*H
+                  ! config_btr_gam3_velWt2=  0     flux = normalBarotropicVelocityOld*H
 
                   do iCell = 1, block % mesh % nCells
                     do i = 1, block % mesh % nEdgesOnCell % array(iCell)
@@ -588,8 +588,8 @@
                      !                       + block % mesh % bottomDepth % array(cell2) )
       
        
-                      flux = ((1.0-config_btr_gam3_uWt2) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
-                             + config_btr_gam3_uWt2 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
+                      flux = ((1.0-config_btr_gam3_velWt2) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
+                             + config_btr_gam3_velWt2 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
                              * thicknessSum
 
                       block % tend % ssh % array(iCell) = block % tend % ssh % array(iCell) + block % mesh % edgeSignOnCell % array(i, iCell) * flux &amp;
@@ -621,8 +621,8 @@
                      !thicknessSum = sshEdge + 0.5 *(  block % mesh % bottomDepth % array(cell1) &amp;
                      !                       + block % mesh % bottomDepth % array(cell2) )
       
-                     flux = ((1.0-config_btr_gam3_uWt2) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
-                            + config_btr_gam3_uWt2 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
+                     flux = ((1.0-config_btr_gam3_velWt2) * block % state % time_levs(oldBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge) &amp;
+                            + config_btr_gam3_velWt2 * block % state % time_levs(newBtrSubcycleTime) % state % normalBarotropicVelocitySubcycle % array(iEdge)) &amp;
                             * thicknessSum
       
                      block % state % time_levs(1) % state % FBtr % array(iEdge) = block % state % time_levs(1) % state % FBtr % array(iEdge) + flux
@@ -711,7 +711,7 @@
                !  - \sum_{k=1}^{N^{edge}} h_{k,*}^{edge}  {\bf u}_k^{avg} \right)
                ! \left/ \sum_{k=1}^{N^{edge}} h_{k,*}^{edge}   \right. 
 
-               if (config_u_correction) then
+               if (config_vel_correction) then
                   ucorr_coef = 1
                else
                   ucorr_coef = 0

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_coriolis.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_coriolis.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_coriolis.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -186,7 +186,7 @@
 
       coriolisOn = .true.
 
-      if(config_disable_u_coriolis) coriolisOn = .false.
+      if(config_disable_vel_coriolis) coriolisOn = .false.
 
    !--------------------------------------------------------------------
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_forcing_windstress.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_forcing_windstress.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_forcing_windstress.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -168,7 +168,7 @@
 
       windStressOn = .true.
 
-      if(config_disable_u_windstress) windStressOn = .false.
+      if(config_disable_vel_windstress) windStressOn = .false.
 
       err = 0
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_hmix.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_hmix.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_hmix.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -187,7 +187,7 @@
 
       err = ior(ior(err1, err2),err3)
 
-      if(config_disable_u_hmix) hmixOn = .false.
+      if(config_disable_vel_hmix) hmixOn = .false.
 
    !--------------------------------------------------------------------
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_pressure_grad.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_pressure_grad.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_pressure_grad.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -199,7 +199,7 @@
         gdensity0Inv = gravity/config_density0
       end if
 
-      if(config_disable_u_pgrad) pgradOn = .false.
+      if(config_disable_vel_pgrad) pgradOn = .false.
 
 
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_vadv.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_vadv.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vel_vadv.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -182,7 +182,7 @@
           velVadvOn = .true.
       end if
 
-      if(config_disable_u_vadv) velVadvOn = .false.
+      if(config_disable_vel_vadv) velVadvOn = .false.
 
    !--------------------------------------------------------------------
 

Modified: branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vmix.F
===================================================================
--- branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vmix.F        2013-04-03 17:46:01 UTC (rev 2720)
+++ branches/ocean_projects/variable_name_change/src/core_ocean/mpas_ocn_vmix.F        2013-04-03 20:45:55 UTC (rev 2721)
@@ -469,7 +469,7 @@
       velVmixOn = .true.
       tracerVmixOn = .true.
 
-      if(config_disable_u_vmix) velVmixOn = .false.
+      if(config_disable_vel_vmix) velVmixOn = .false.
       if(config_disable_tr_vmix) tracerVmixOn = .false.
 
       call ocn_vmix_coefs_const_init(err1)

</font>
</pre>