<p><b>laura@ucar.edu</b> 2012-01-03 16:07:50 -0700 (Tue, 03 Jan 2012)</p><p>added the variable zmid_p to calculate the height at the middle of layers needed for the CAM radiation codes<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/module_physics_vars.F
===================================================================
--- branches/atmos_physics/src/core_physics/module_physics_vars.F        2012-01-03 23:05:58 UTC (rev 1288)
+++ branches/atmos_physics/src/core_physics/module_physics_vars.F        2012-01-03 23:07:50 UTC (rev 1289)
@@ -60,6 +60,7 @@
     pres_p,           &amp;!pressure                                                          [Pa]
     pi_p,             &amp;!(p_phy/p0)**(r_d/cp)                                               [-]
     z_p,              &amp;!height of layer                                                    [m]
+    zmid_p,           &amp;!height of middle of layer                                          [m]
     dz_p,             &amp;!layer thickness                                                    [m]
     t_p,              &amp;!temperature                                                        [K]
     th_p,             &amp;!potential temperature                                              [K]
@@ -323,6 +324,7 @@
 
  integer,public:: &amp;
     num_soils          !number of soil layers                                              [-]
+    
  integer,dimension(:,:),allocatable:: &amp;
     isltyp_p,         &amp;!dominant soil type category                                        [-]
     ivgtyp_p           !dominant vegetation category                                       [-]

</font>
</pre>