Index: wflow-py/Sandbox/wflow_sediment.py =================================================================== diff -u -r7751c56deb3f0eb68e4e1e5566cde2c196693b0d -rce097a9bb89794e8c91b37039d27d64ffddc4d78 --- wflow-py/Sandbox/wflow_sediment.py (.../wflow_sediment.py) (revision 7751c56deb3f0eb68e4e1e5566cde2c196693b0d) +++ wflow-py/Sandbox/wflow_sediment.py (.../wflow_sediment.py) (revision ce097a9bb89794e8c91b37039d27d64ffddc4d78) @@ -93,8 +93,6 @@ $Rev: 900 $ """ -#TODO: add Et reduction in unsat zone based on deficit - import numpy #import pcrut import os @@ -128,20 +126,20 @@ def actEvap_SBM(RootingDepth, WTable, UStoreDepth, FirstZoneDepth, PotTrans, smoothpar): """ Actual evaporation function: - Actual evaporation function: + - first try to get demand from the saturated zone, using the rootingdepth as a limiting factor - secondly try to get the remaining water from the unsaturated store - it uses an S-Curve the make sure roots het wet/dry gradually (basically) representing a root-depth distribution - Input: - - - RootingDepth,WTable, UStoreDepth,FirstZoneDepth, PotTrans, smoothpar - - Output: - - - ActEvap, FirstZoneDepth, UStoreDepth ActEvapUStore + :param RootingDepth: + :param WTable: + :param UStoreDepth: + :param FirstZoneDepth: + :param PotTrans: + :param smoothpar: + :return ActEvap, FirstZoneDepth, UStoreDepth ActEvapUStore: """