<p><b>laura@ucar.edu</b> 2011-09-27 11:48:46 -0600 (Tue, 27 Sep 2011)</p><p>corrected type when checking the status of logical l_radtsw<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/module_physics_manager.F
===================================================================
--- branches/atmos_physics/src/core_physics/module_physics_manager.F        2011-09-26 17:20:50 UTC (rev 1021)
+++ branches/atmos_physics/src/core_physics/module_physics_manager.F        2011-09-27 17:48:46 UTC (rev 1022)
@@ -43,7 +43,7 @@
 
  if(config_radt_lw_scheme .ne. 'off' .and. mod(itimestep-1,config_n_radt_lw) == 0) &amp;
     l_radtlw = .true.
- if(config_radt_lw_scheme .ne. 'off' .and. mod(itimestep-1,config_n_radt_sw) == 0) &amp;
+ if(config_radt_sw_scheme .ne. 'off' .and. mod(itimestep-1,config_n_radt_sw) == 0) &amp;
     l_radtsw = .true.
  ptime = (itimestep-1)*dt/60.
 

</font>
</pre>