<p><b>laura@ucar.edu</b> 2012-08-05 15:38:11 -0600 (Sun, 05 Aug 2012)</p><p>removed config_test_case since all initializations are done in ./src/core_int_nhyd_atmos. add config_pio_format for later use. added kdiff as output to test the Smagorinsky horizontal dffusion scheme. added kzh,kzm,kzq as outputs to test the YSU PBL scheme.<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-08-03 03:15:41 UTC (rev 2082)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2012-08-05 21:38:11 UTC (rev 2083)
@@ -1,7 +1,6 @@
 %
 % namelist  type  namelist_record  name  default_value
 %
-namelist integer   nhyd_model config_test_case            0
 namelist character nhyd_model config_time_integration     SRK3
 namelist real      nhyd_model config_dt                   600.0
 namelist character nhyd_model config_calendar_type        gregorian
@@ -46,6 +45,7 @@
 namelist integer   io         config_frames_per_outfile   0
 namelist integer   io         config_pio_num_iotasks      0 
 namelist integer   io         config_pio_stride           1
+namelist character io         config_pio_format           pnetcdf
 namelist character decomposition config_block_decomp_file_prefix  graph.info.part.
 namelist integer   decomposition config_number_of_blocks          0
 namelist logical   decomposition config_explicit_proc_decomp      .false.
@@ -284,7 +284,7 @@
 % Space needed for deformation calculation weights
 var persistent real    defc_a ( maxEdges nCells ) 0 iro defc_a mesh - -
 var persistent real    defc_b ( maxEdges nCells ) 0 iro defc_b mesh - -
-var persistent real    kdiff ( nVertLevels nCells Time ) 1 - kdiff diag - -
+var persistent real    kdiff ( nVertLevels nCells Time ) 1 o kdiff diag - -
 
 % Arrays required for reconstruction of velocity field
 var persistent real    coeffs_reconstruct ( R3 maxEdges nCells ) 0 iro coeffs_reconstruct mesh - -
@@ -489,6 +489,11 @@
 var persistent real    rqcblten ( nVertLevels nCells Time   ) 1  ro rqcblten       tend_physics - -
 var persistent real    rqiblten ( nVertLevels nCells Time   ) 1  ro rqiblten       tend_physics - -
 
+%    TEMPORARY:
+var persistent real    kzh      ( nVertLevels nCells Time   ) 1   o kzh            diag_physics - -
+var persistent real    kzm      ( nVertLevels nCells Time   ) 1   o kzm            diag_physics - -
+var persistent real    kzq      ( nVertLevels nCells Time   ) 1   o kzq            diag_physics - -
+
 %--------------------------------------------------------------------------------------------------
 %... PARAMETERIZATION OF SURFACE LAYER PROCESSES:
 %--------------------------------------------------------------------------------------------------

</font>
</pre>