From 7c15cedf91839fa792c7b0c6f2642e40fabef12b Mon Sep 17 00:00:00 2001 From: Sean Swenson Date: Wed, 5 Jun 2024 12:12:59 -0600 Subject: [PATCH] remove comment --- src/biogeophys/SurfaceWaterMod.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/biogeophys/SurfaceWaterMod.F90 b/src/biogeophys/SurfaceWaterMod.F90 index fd313aaaa5..465b2e57c2 100644 --- a/src/biogeophys/SurfaceWaterMod.F90 +++ b/src/biogeophys/SurfaceWaterMod.F90 @@ -489,7 +489,6 @@ subroutine QflxH2osfcSurf(bounds, num_hydrologyc, filter_hydrologyc, & k_wet=1.0e-4_r8 * sin((rpi/180._r8) * topo_slope(c)) if (col%is_hillslope_column(c)) then ! require a minimum value to ensure non-zero outflow - !k_wet = 1e-4 * max(col%hill_slope(c),min_hill_slope) k_wet = params_inst%h2osfc_outflow_scalar * max(col%hill_slope(c),min_hill_slope) endif qflx_h2osfc_surf(c) = k_wet * frac_infclust * (h2osfc(c) - h2osfc_thresh(c))