<p><b>duda</b> 2011-04-28 15:53:00 -0600 (Thu, 28 Apr 2011)</p><p>BRANCH COMMIT<br>
<br>
 - Add an example namelist for real-data initialization of the non-hydrostatic<br>
atmosphere core.<br>
<br>
 - Add a new namelist option, config_ztop, to set the model top without the need<br>
to re-compile.<br>
<br>
<br>
A    namelist.input.init_nhyd_atmos<br>
M    src/core_init_nhyd_atmos/Registry<br>
M    src/core_init_nhyd_atmos/module_test_cases.F<br>
</p><hr noshade><pre><font color="gray">Added: branches/atmos_physics/namelist.input.init_nhyd_atmos
===================================================================
--- branches/atmos_physics/namelist.input.init_nhyd_atmos                                (rev 0)
+++ branches/atmos_physics/namelist.input.init_nhyd_atmos        2011-04-28 21:53:00 UTC (rev 808)
@@ -0,0 +1,35 @@
+&amp;nhyd_model
+   config_test_case = 7
+   config_scalar_adv_order = 3
+/
+
+&amp;dimensions
+   config_nvertlevels = 41
+   config_nfglevels = 27
+   config_nsoil_levels = 4
+/
+
+&amp;data_sources
+   config_geog_data_path =    '/mmm/users/wrfhelp/WPS_GEOG/'
+   config_met_prefix     =    'FILE'
+   config_init_date      =    '2010-10-23_00'
+/
+
+&amp;vertical_grid
+   config_ztop    = 28000.0
+/
+
+&amp;preproc_stages
+   config_static_interp = .false.
+   config_vertical_grid = .true.
+   config_met_interp  = .true.
+/
+
+&amp;io
+   config_input_name = 'x1.40962.static.nc'
+   config_output_name = 'x1.40962.init.nc'
+   config_restart_name = 'restart.nc'
+/
+
+&amp;restart
+/

Modified: branches/atmos_physics/src/core_init_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2011-04-28 21:37:30 UTC (rev 807)
+++ branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2011-04-28 21:53:00 UTC (rev 808)
@@ -36,6 +36,7 @@
 namelist character data_sources config_geog_data_path     /data3/mp/wrfhelp/WPS_GEOG/
 namelist character data_sources config_met_prefix         GFS
 namelist character data_sources config_init_date          2010-05-26_12
+namelist real      vertical_grid  config_ztop             24000.0
 namelist logical   preproc_stages config_static_interp    true
 namelist logical   preproc_stages config_vertical_grid    true
 namelist logical   preproc_stages config_met_interp       true

Modified: branches/atmos_physics/src/core_init_nhyd_atmos/module_test_cases.F
===================================================================
--- branches/atmos_physics/src/core_init_nhyd_atmos/module_test_cases.F        2011-04-28 21:37:30 UTC (rev 807)
+++ branches/atmos_physics/src/core_init_nhyd_atmos/module_test_cases.F        2011-04-28 21:53:00 UTC (rev 808)
@@ -2784,7 +2784,7 @@
 
       str = 1.5
 !      str = 1.
-      zt = 24000.
+      zt = config_ztop
       dz = zt/float(nz1)
 
       do k=1,nz

</font>
</pre>