fabern / LWFBrook90.jl

Istope-enabled implementation of the LWF-BROOK90 hydrological model in Julia
GNU General Public License v3.0
11 stars 1 forks source link

Include subdaily updates of evaporation/transpiration etc. (Reset==1 of LWFBrook90R) #55

Open fabern opened 1 year ago

fabern commented 1 year ago

When the soil is very dry, the daily updating of transpiration (Reset==0), can lead to daily oscillations in the root water uptake. This is mitigated when transpiration is updated subdaily. In LWFBrook90R this is done when Reset == 1.

OBJECTIVE: Include this update in LWFBrook90.jl

First attempts had been made in branch 005-simplify-time-step-control. Hence look at the changes there https://github.com/fabern/LWFBrook90.jl/tree/005-simplify-time-step-control and delete that branch once this Issue is solved.

fabern commented 1 year ago

Steps to reach OBJECTIVE: