<p><b>laura@ucar.edu</b> 2011-09-27 11:52:11 -0600 (Tue, 27 Sep 2011)</p><p>added restart option to variables theta and rho for DA appplications. added logical config_do_DAcycling for DA restart capabilities.<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 17:48:46 UTC (rev 1022)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2011-09-27 17:52:11 UTC (rev 1023)
@@ -47,6 +47,7 @@
 namelist integer   io         config_frames_per_outfile   0
 namelist character io         config_decomp_file_prefix   graph.info.part.
 namelist logical   restart    config_do_restart           false
+namelist logical   restart    config_do_DAcycling         false
 namelist character restart    config_restart_interval     none
 
 #
@@ -207,8 +208,8 @@
 var persistent real    qv_init ( nVertLevels ) 0 iro qv_init mesh - -
 
 # Diagnostic fields: only written to output
-var persistent real    rho ( nVertLevels nCells Time ) 1 io rho diag - -
-var persistent real    theta ( nVertLevels nCells Time ) 1 io theta diag - -
+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 - -
 var persistent real    v ( nVertLevels nEdges Time ) 1 o v diag - -
 var persistent real    divergence ( nVertLevels nCells Time ) 1 o divergence diag - -

</font>
</pre>