<p><b>laura@ucar.edu</b> 2011-09-28 17:26:28 -0600 (Wed, 28 Sep 2011)</p><p>added variables and modified call to physics_init to run the CAM radiation codes<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-28 21:46:01 UTC (rev 1038)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2011-09-28 23:26:28 UTC (rev 1039)
@@ -294,10 +294,10 @@
 namelist character physics  input_soil_data             STAS
 namelist integer   physics  input_soil_temperature_lag   140
 namelist integer   physics  num_soil_layers                4
-namelist integer   physics  num_months                    12
+namelist integer   physics  months                        12
 
 #... NAMELIST VARIABLE NEEDED FOR THE TIME MANAGER:
-dim nMonths namelist:num_months
+dim nMonths namelist:months
 
 #... DIMENSION NEEDED FOR NUMBER OF SOIL LAYERS:
 dim nSoilLevels namelist:num_soil_layers

Modified: branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F        2011-09-28 21:46:01 UTC (rev 1038)
+++ branches/atmos_physics/src/core_nhyd_atmos/module_mpas_core.F        2011-09-28 23:26:28 UTC (rev 1039)
@@ -229,9 +229,8 @@
       if(moist_physics) then
          !initialization of seom input variables in registry:
          call physics_registry_init(config_do_restart, mesh, block % sfc_input)
+         call physics_run_init(mesh,block % state % time_levs(1) % state,clock)
 
-         call physics_run_init(mesh, clock)
-
          !initialization of all physics:
          call physics_init(dminfo, clock, config_do_restart, mesh, block % state % time_levs(1) % state, &amp;
                            block % state % time_levs(1) % state, block % diag_physics, block % sfc_input)

</font>
</pre>