<p><b>duda</b> 2012-07-26 18:04:31 -0600 (Thu, 26 Jul 2012)</p><p>BRANCH COMMIT<br>
<br>
Remove model namelist option config_nvertlevels, which was only needed<br>
by test case initialization routines built into the model; however, since<br>
these test cases have been moved to the separate init_nhyd_atmos core,<br>
we can dispense with the config_nvertlevels parameter in the model and<br>
just read the number of levels from the IC file.<br>
<br>
<br>
M    src/core_nhyd_atmos/Registry<br>
M    namelist.input.nhyd_atmos<br>
</p><hr noshade><pre><font color="gray">Modified: branches/dcmip/namelist.input.nhyd_atmos
===================================================================
--- branches/dcmip/namelist.input.nhyd_atmos        2012-07-26 23:46:47 UTC (rev 2068)
+++ branches/dcmip/namelist.input.nhyd_atmos        2012-07-27 00:04:31 UTC (rev 2069)
@@ -34,10 +34,6 @@
    config_xnutr = 0.0
 /
 
-&amp;dimensions
-   config_nvertlevels = 41
-/
-
 &amp;io
    config_input_name = 'x1.40962.init.nc'
    config_output_name = 'x1.40962.output.nc'

Modified: branches/dcmip/src/core_nhyd_atmos/Registry
===================================================================
--- branches/dcmip/src/core_nhyd_atmos/Registry        2012-07-26 23:46:47 UTC (rev 2068)
+++ branches/dcmip/src/core_nhyd_atmos/Registry        2012-07-27 00:04:31 UTC (rev 2069)
@@ -36,7 +36,6 @@
 namelist logical   nhyd_model config_h_ScaleWithMesh      false
 namelist real      damping    config_zd                   22000.0
 namelist real      damping    config_xnutr                0.0
-namelist integer   dimensions config_nvertlevels          26
 namelist character io         config_input_name           init.nc
 namelist character io         config_sfc_update_name      sfc_update.nc
 namelist character io         config_output_name          output.nc
@@ -68,7 +67,7 @@
 dim FIFTEEN 15
 dim TWENTYONE 21
 dim R3 3
-dim nVertLevels namelist:config_nvertlevels
+dim nVertLevels nVertLevels
 dim nVertLevelsP1 nVertLevels+1
 
 %

</font>
</pre>