Skip to content

Commit

Permalink
Tweak comments based on feedback from Martyn Clark
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Dec 28, 2017
1 parent 0035231 commit 6c979ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/biogeophys/InfiltrationExcessRunoffMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6c979ad

Please sign in to comment.