<p><b>duda</b> 2012-02-07 13:43:31 -0700 (Tue, 07 Feb 2012)</p><p>BRANCH COMMIT<br>
<br>
Remove namelist variable config_physics_init, which was used to control <br>
the execution of code that is not really optional.<br>
<br>
<br>
M    namelist.input.init_nhyd_atmos<br>
M    src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F<br>
M    src/core_init_nhyd_atmos/Registry<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/namelist.input.init_nhyd_atmos
===================================================================
--- branches/atmos_physics/namelist.input.init_nhyd_atmos        2012-02-07 00:08:59 UTC (rev 1473)
+++ branches/atmos_physics/namelist.input.init_nhyd_atmos        2012-02-07 20:43:31 UTC (rev 1474)
@@ -29,7 +29,6 @@
    config_static_interp   = .false.
    config_vertical_grid   = .true.
    config_met_interp      = .true.
-   config_physics_init    = .true.
    config_input_sst       = .false.
 /
 

Modified: branches/atmos_physics/src/core_init_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2012-02-07 00:08:59 UTC (rev 1473)
+++ branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2012-02-07 20:43:31 UTC (rev 1474)
@@ -22,7 +22,6 @@
 namelist logical   preproc_stages config_static_interp    true
 namelist logical   preproc_stages config_vertical_grid    true
 namelist logical   preproc_stages config_met_interp       true
-namelist logical   preproc_stages config_physics_init     false
 namelist logical   preproc_stages config_input_sst        false
 namelist logical   preproc_stages config_frac_seaice      false
 namelist character io         config_input_name           grid.nc

Modified: branches/atmos_physics/src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F
===================================================================
--- branches/atmos_physics/src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F        2012-02-07 00:08:59 UTC (rev 1473)
+++ branches/atmos_physics/src/core_init_nhyd_atmos/mpas_init_atm_test_cases.F        2012-02-07 20:43:31 UTC (rev 1474)
@@ -83,8 +83,7 @@
          do while (associated(block_ptr))
             call init_atm_test_case_gfs(domain % dminfo, block_ptr % mesh, block_ptr % fg, block_ptr % state % time_levs(1) % state, &amp;
                                     block_ptr % diag, config_test_case, block_ptr % parinfo)
-            if(config_physics_init) &amp;
-               call physics_initialize_real(block_ptr % mesh, block_ptr % fg)
+            call physics_initialize_real(block_ptr % mesh, block_ptr % fg)
             block_ptr =&gt; block_ptr % next
          end do
 

</font>
</pre>