Skip to content

Commit 3dfcf29

Browse files
committed
remove bypass
1 parent 419df0a commit 3dfcf29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lisflood/hydrological_modules/soilloop.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ def soilColumnsWaterBalance(index_landuse_all, is_irrigated, is_paddy_irrig, pad
187187
# ************************************************************
188188
# Domain: permeable fraction of pixel only
189189
# PrefFlowPixel valid for whole pixel
190-
PrefFlow[veg,pix] = (RelSat1 ** PowerPrefFlow[pix]) * AvailableWaterForInfiltration[veg,pix]
190+
# PrefFlow[veg,pix] = (RelSat1 ** PowerPrefFlow[pix]) * AvailableWaterForInfiltration[veg,pix]
191191
# Assumption: fraction of available water that bypasses the soil matrix
192192
# (added directly to Upper Zone) is power function of the
193193
# relative saturation of the topsoil
194-
AvailableWaterForInfiltration[veg,pix] -= PrefFlow[veg,pix]
194+
# AvailableWaterForInfiltration[veg,pix] -= PrefFlow[veg,pix]
195195
# Update water availabe for infiltration
196196
# ************************************************************
197197
# ***** ACTUAL INFILTRATION AND SURFACE RUNOFF ***************

0 commit comments

Comments
 (0)