<p><b>laura@ucar.edu</b> 2012-03-02 13:07:02 -0700 (Fri, 02 Mar 2012)</p><p>added logical l_conv that checks if it is time to call the parameterization of convection; using l_conv allows convection to not be called every dynamic time-step.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F        2012-03-02 19:44:19 UTC (rev 1580)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_vars.F        2012-03-02 20:07:02 UTC (rev 1581)
@@ -27,7 +27,8 @@
 !=============================================================================================
 
  logical:: l_radtlw                   !controls call to longwave radiation parameterization.
- logical:: l_radtsw                   !controls call to shortwave radiationparameterization.
+ logical:: l_radtsw                   !controls call to shortwave radiation parameterization.
+ logical:: l_conv                     !controls call to convective parameterization.
  logical:: l_camlw                    !controls when to save local CAM LW abs and ems arrays.
  logical:: l_acrain                   !when .true., limit to accumulated rain is applied.
  logical:: l_acradt                   !when .true., limit to lw and sw radiation is applied.

</font>
</pre>