<p><b>laura@ucar.edu</b> 2011-09-27 12:43:01 -0600 (Tue, 27 Sep 2011)</p><p>added comments to adding the restart option for the variables theta, rho, uReconstructZonal, and uReconstructMeridional for DA applications<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        2011-09-27 18:29:40 UTC (rev 1025)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2011-09-27 18:43:01 UTC (rev 1026)
@@ -208,6 +208,9 @@
 var persistent real    qv_init ( nVertLevels ) 0 iro qv_init mesh - -
 
 # Diagnostic fields: only written to output
+# NOTE: added the &quot;r&quot; option to rho,theta,uReconstructZonal,and uReconstructMeridional for use of the
+# non-hydrostatic dynamical core in a data assimilation framework. NOTE that the &quot;r&quot; option is not
+# needed for those 4 variables to get bit for bit restart capabilities, otherwise. 
 var persistent real    rho ( nVertLevels nCells Time ) 1 iro rho diag - -
 var persistent real    theta ( nVertLevels nCells Time ) 1 iro theta diag - -
 var persistent real    rh ( nVertLevels nCells Time ) 1 iro rh diag - -

</font>
</pre>