<p><b>laura@ucar.edu</b> 2012-02-14 13:29:21 -0700 (Tue, 14 Feb 2012)</p><p>TYPO: replaced config_conv_inteval by config_pbl_interval in the if statement preceding the calculation of dt_pbl.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_manager.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_manager.F        2012-02-14 18:29:47 UTC (rev 1506)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_manager.F        2012-02-14 20:29:21 UTC (rev 1507)
@@ -290,7 +290,7 @@
if(ierr /= 0) &
call physics_error_fatal('subroutine physics_run_init: error defining dt_pbl')
- elseif(trim(config_conv_interval) == "none") then
+ elseif(trim(config_pbl_interval) == "none") then
dt_pbl = config_dt
else
</font>
</pre>