<p><b>laura@ucar.edu</b> 2010-05-24 14:58:49 -0600 (Mon, 24 May 2010)</p><p>Added total physics tendencies for potential temperature and water species<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_hyd_phys/module_physics_vars.F
===================================================================
--- branches/atmos_physics/src/core_hyd_phys/module_physics_vars.F        2010-05-24 20:55:28 UTC (rev 307)
+++ branches/atmos_physics/src/core_hyd_phys/module_physics_vars.F        2010-05-24 20:58:49 UTC (rev 308)
@@ -44,7 +44,25 @@
     qni_phy,          &amp;!number concentration for cloud ice              (#/kg).
     qnr_phy            !number concentration for rain                   (#/kg).
 
+ REAL(KIND=RKIND),DIMENSION(:,:,:),ALLOCATABLE:: &amp;
+    rthten_phy         !total physics tendency for potential temperature (K/s).
+
+ REAL(KIND=RKIND),DIMENSION(:,:,:,:),ALLOCATABLE:: &amp;
+    rqten_phy          !total physics tendency for mixing ratio      (kg/kg/s).
+
 !==============================================================================
+!... VARIABLES AND ARRAYS RELATED TO PARAMETERIZATION OF CLOUD MICROPHYSICS:
+!==============================================================================
+ REAL(KIND=RKIND),DIMENSION(:,:),ALLOCATABLE:: &amp;
+    rainnc_phy,       &amp;!
+    rainncv_phy,      &amp;!
+    snownc_phy,       &amp;!
+    snowncv_phy,      &amp;!
+    graupelnc_phy,    &amp;!
+    graupelncv_phy,   &amp;!
+    sr_phy
+
+!==============================================================================
 !... VARIABLES AND ARRAYS RELATED TO PARAMETERIZATION OF CONVECTION:
 !==============================================================================
  LOGICAL,PUBLIC:: adapt_step_flag

</font>
</pre>