<p><b>laura@ucar.edu</b> 2013-04-18 13:18:35 -0600 (Thu, 18 Apr 2013)</p><p>Added the diagnostics nlrad and plrad. nlrad is the number of layers added above the model-top in the RRTMG lw radiation code. plrad is the model-top pressure.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/Registry        2013-04-18 18:54:41 UTC (rev 2772)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2013-04-18 19:18:35 UTC (rev 2773)
@@ -721,6 +721,8 @@
 %       in contrast,lwdnb is an optional ouput argument to the subroutine rrtmg_lwrad depending on
 %       the presence of lwupt (or not).
 
+% nlrad     :number of layers added above the model-top in the RRTMG lw radiation code          [-]
+% plrad     :pressure at model-top                                                            [hPa]
 % glw       :all-sky downwelling longwave flux at bottom-of-atmosphere                      [W m-2]
 % lwcf      :longwave cloud forcing at top-of-atmosphere                                    [W m-2]
 % lwdnb     :all-sky downwelling longwave flux at bottom-of-atmosphere                      [W m-2]
@@ -755,6 +757,9 @@
 % i_aclwupt : counter related to how often lwupt is begin reset relative to its bucket value    (-)
 % i_aclwuptc: counter related to how often lwuptc is begin reset relative to its bucket value   (-)
 
+var persistent integer nlrad      ( nCells Time               ) 1   o nlrad        diag_physics - -
+var persistent real    plrad      ( nCells Time               ) 1   o plrad        diag_physics - -
+
 var persistent integer i_aclwdnb  ( nCells Time               ) 1  ro i_aclwdnb    diag_physics - -
 var persistent integer i_aclwdnbc ( nCells Time               ) 1  ro i_aclwdnbc   diag_physics - -
 var persistent integer i_aclwdnt  ( nCells Time               ) 1  ro i_aclwdnt    diag_physics - -

Modified: branches/atmos_physics/src/core_nhyd_atmos/Registry.xml
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/Registry.xml        2013-04-18 18:54:41 UTC (rev 2772)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry.xml        2013-04-18 19:18:35 UTC (rev 2773)
@@ -709,6 +709,8 @@
                 &lt;!--        in contrast,lwdnb is an optional ouput argument to the subroutine rrtmg_lwrad depending on  --&gt;
                 &lt;!--        the presence of lwupt (or not).                                                             --&gt;
 
+                &lt;!--  nlrad     :number of layers added above the model-top in the RRTMG lw radiation code          [-] --&gt;
+                &lt;!--  plrad     :pressure at model-top                                                            [hPa] --&gt;
                 &lt;!--  glw       :all-sky downwelling longwave flux at bottom-of-atmosphere                      [W m-2] --&gt;
                 &lt;!--  lwcf      :longwave cloud forcing at top-of-atmosphere                                    [W m-2] --&gt;
                 &lt;!--  lwdnb     :all-sky downwelling longwave flux at bottom-of-atmosphere                      [W m-2] --&gt;
@@ -742,6 +744,9 @@
                 &lt;!--  i_aclwupt : counter related to how often lwupt is begin reset relative to its bucket value    (-) --&gt;
                 &lt;!--  i_aclwuptc: counter related to how often lwuptc is begin reset relative to its bucket value   (-) --&gt;
 
+                &lt;var name=&quot;nlrad&quot;         type=&quot;integer&quot;  dimensions=&quot;nCells Time&quot;                 streams=&quot;o&quot; /&gt;
+                &lt;var name=&quot;plrad&quot;         type=&quot;real&quot;     dimensions=&quot;nCells Time&quot;                 streams=&quot;o&quot; /&gt;
+
                 &lt;var name=&quot;i_aclwdnb&quot;     type=&quot;integer&quot;  dimensions=&quot;nCells Time&quot;                 streams=&quot;ro&quot;/&gt;
                 &lt;var name=&quot;i_aclwdnbc&quot;    type=&quot;integer&quot;  dimensions=&quot;nCells Time&quot;                 streams=&quot;ro&quot;/&gt;
                 &lt;var name=&quot;i_aclwdnt&quot;     type=&quot;integer&quot;  dimensions=&quot;nCells Time&quot;                 streams=&quot;ro&quot;/&gt;

</font>
</pre>