From 6c979ad9d57e27e21b113dfa06661a2ea9d1dc5e Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Wed, 23 Aug 2017 16:26:21 -0600 Subject: [PATCH] Tweak comments based on feedback from Martyn Clark --- src/biogeophys/InfiltrationExcessRunoffMod.F90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/biogeophys/InfiltrationExcessRunoffMod.F90 b/src/biogeophys/InfiltrationExcessRunoffMod.F90 index 690ec7c10b..ddd50136d5 100644 --- a/src/biogeophys/InfiltrationExcessRunoffMod.F90 +++ b/src/biogeophys/InfiltrationExcessRunoffMod.F90 @@ -294,9 +294,9 @@ subroutine ComputeQinmaxVic(bounds, num_hydrologyc, filter_hydrologyc, & integer :: fc, c real(r8) :: dtime ! land model time step (sec) real(r8) :: top_icefrac ! ice fraction in top VIC layers - real(r8) :: max_infil ! max infiltration capacity in VIC (mm) + real(r8) :: max_infil ! max infiltration capacity using the VIC parameterization (mm) real(r8) :: i_0 ! average soil moisture in top VIC layers (mm) - real(r8) :: rsurf_vic ! VIC surface runoff + real(r8) :: rsurf_vic ! surface runoff based on the VIC parameterization real(r8) :: basis ! variable soil moisture holding capacity in top VIC layers for runoff calculation character(len=*), parameter :: subname = 'ComputeQinmaxVic'