<p><b>laura@ucar.edu</b> 2012-10-22 13:51:44 -0600 (Mon, 22 Oct 2012)</p><p>removed the variable rib because already defined as br (Bulk Richardson number). removed the local variable rib_p because already defined as br_p (local Bulk Richardson number).<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F        2012-10-22 19:39:23 UTC (rev 2243)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F        2012-10-22 19:51:44 UTC (rev 2244)
@@ -392,7 +392,6 @@
     potevp_p,         &amp;!potential evaporation                                          [W m-2]
     qz0_p,            &amp;!specific humidity at znt                                     [kg kg-1]
     rainbl_p,         &amp;!
-    rib_p,            &amp;!?
     sfcrunoff_p,      &amp;!surface runoff                                                 [m s-1]
     shdmin_p,         &amp;!minimum areal fractional coverage of annual green vegetation       [-]
     shdmax_p,         &amp;!maximum areal fractional coverage of annual green vegetation       [-]

Modified: branches/atmos_physics/src/core_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/Registry        2012-10-22 19:39:23 UTC (rev 2243)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2012-10-22 19:51:44 UTC (rev 2244)
@@ -779,7 +779,6 @@
 % noahres        :residual of the noah land-surface scheme energy budget                    [W m-2]
 % potevp         :potential evaporation                                                     [W m-2]
 % qz0            :specific humidity at znt                                                [kg kg-1]
-% rib            :??
 % sfc_albedo     :surface albedo                                                                [-]
 % sfc_embck      :background emissivity                                                         [-]
 % sfc_emiss      :surface emissivity                                                            [-]
@@ -805,7 +804,6 @@
 var persistent real    noahres    ( nCells Time             ) 1  ro noahres        diag_physics - -
 var persistent real    potevp     ( nCells Time             ) 1  ro potevp         diag_physics - -
 var persistent real    qz0        ( nCells Time             ) 1  ro qz0            diag_physics - -
-var persistent real    rib        ( nCells Time             ) 1  ro rib            diag_physics - -
 var persistent real    sfc_albedo ( nCells Time             ) 1  ro sfc_albedo     diag_physics - -
 var persistent real    sfc_emiss  ( nCells Time             ) 1  ro sfc_emiss      diag_physics - -
 var persistent real    sfc_emibck ( nCells Time             ) 1  ro sfc_emibck     diag_physics - -

</font>
</pre>