<p><b>laura@ucar.edu</b> 2012-02-29 12:45:09 -0700 (Wed, 29 Feb 2012)</p><p>changed the array declaration of nsteps_accum and ndays_accum from integer to real<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-02-29 19:38:47 UTC (rev 1553)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2012-02-29 19:45:09 UTC (rev 1554)
@@ -378,8 +378,8 @@
 % tyear_mean  : annual mean surface temperature                                                 [K]
 % tyear_accum : accumulated yearly surface temperature for current year                         [K]
 
-var persistent integer nsteps_accum ( nCells Time           ) 1  r  nsteps_accum   diag_physics - -
-var persistent integer ndays_accum  ( nCells Time           ) 1  r  ndays_accum    diag_physics - -
+var persistent real    nsteps_accum ( nCells Time           ) 1  r  nsteps_accum   diag_physics - -
+var persistent real    ndays_accum  ( nCells Time           ) 1  r  ndays_accum    diag_physics - -
 
 var persistent real    tlag         ( nLags nCells Time     ) 1  r  tlag           diag_physics - -
 var persistent real    tday_accum   ( nCells Time           ) 1  r  tday_accum     diag_physics - -           

</font>
</pre>