<p><b>laura@ucar.edu</b> 2013-03-01 12:37:33 -0700 (Fri, 01 Mar 2013)</p><p>changed input_sfc_albedo to config_sfc_albedo to clarify print statements<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_update_surface.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_update_surface.F        2013-03-01 18:46:49 UTC (rev 2535)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_update_surface.F        2013-03-01 19:37:33 UTC (rev 2536)
@@ -54,7 +54,7 @@
  shdmax     =&gt; sfc_input % shdmax     % array
 
 !updates the surface background albedo for the current date as a function of the monthly-mean
-!surface background albedo valid on the 15th day of the month, if input_sfc_albedo is true:
+!surface background albedo valid on the 15th day of the month, if config_sfc_albedo is true:
  if(config_sfc_albedo) then
 
     call monthly_interp_to_date(nCellsSolve,current_date,albedo12m,sfc_albbck)

</font>
</pre>