<p><b>laura@ucar.edu</b> 2012-04-30 11:13:56 -0600 (Mon, 30 Apr 2012)</p><p>The arrays absnxt,abstot,and emstot used in the CAM radiation codes are not part of the restarts anymore because of their very large size. Users will need to be careful to save restarts at intervals for which the CAM radiation codes would update those arrays anyway.<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        2012-04-30 15:20:30 UTC (rev 1838)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2012-04-30 17:13:56 UTC (rev 1839)
@@ -718,9 +718,12 @@
 %--------------------------------------------------------------------------------------------------
 
 %INFRARED ABSORPTION:
-var persistent real absnxt  ( nVertLevels   cam_dim1      nCells Time ) 1 r absnxt diag_physics - -
-var persistent real abstot  ( nVertLevelsP1 nVertLevelsP1 nCells Time ) 1 r abstot diag_physics - -
-var persistent real emstot  ( nVertLevelsP1 nCells Time               ) 1 r emstot diag_physics - -
+var persistent real absnxt  ( nVertLevels   cam_dim1      nCells Time ) 1 - absnxt diag_physics - -
+var persistent real abstot  ( nVertLevelsP1 nVertLevelsP1 nCells Time ) 1 - abstot diag_physics - -
+var persistent real emstot  ( nVertLevelsP1 nCells Time               ) 1 - emstot diag_physics - -
+%var persistent real absnxt ( nVertLevels   cam_dim1      nCells Time ) 1 r absnxt diag_physics - -
+%var persistent real abstot ( nVertLevelsP1 nVertLevelsP1 nCells Time ) 1 r abstot diag_physics - -
+%var persistent real emstot ( nVertLevelsP1 nCells Time               ) 1 r emstot diag_physics - -
 
 % OZONE:
 var persistent real    pin      ( nOznLevels nCells         ) 0 -  pin       mesh  - -

</font>
</pre>