-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Faulty pattern of water absorption with deeper roots #66
Comments
I made a reproducible exampe with data from within the package only varying maximum rooting depth:
This gives the following output: |
I found the cause. The root density depth distribution is transferred correctly to the Fortran subroutine. A quick work-around that prevents root growth is to set This will also be the new default value for this parameter. |
I took a closer look and to be honest, I don't quite understand the root growth part of the model.
This last parameter is unclear to me, because if the vertical rate should be meant by this, then it would exist twice in the model: it already results from (maximum root depth - initial root depth) / growth duration. Example: if you assume this standard vertical growth rate, then at the end of the active root growth for a 30 year old stand you get 90 cm depth + 25 cm initial root depth = 1.15 m maximum root depth and not the required -1.5 m maxrootdepth of the input root distribution. Hammel and Kennel also intended to model lateral root growth. According to them the roots grow laterally, i.e. increase their “relative root length density” during growth in every next layer reached. This value is calculated based on the total root length and the relative root distribution. But since they also provide initial ( Further: I modeled without root growth. My stand was 100 years old, I even set
Therefore the mentioned problem "roots never growing in to the lowest layers" should no apply to my cases because I tell the model that they are already there! To conclude: I am not getting it. |
As of version 0.5.2 the input-parameter |
I am modelling the water budget in 2021-2022 of a forest stand in southern Hesse. 2021 was rather "wet" while 2022 was a very dry year.
I have a 4m deep bottom profile and set the parameters:
The rooting patterns extracted from model input looks like this:
The resulting water budget and matric potentials:
It looks like the model allocates the roots mainly below 3m depth and practically hardly absorbs any water from the topsoil. Probably there is a sorting error in the transfer of the rooting patterns from preprocessing to the model.
Edit: it does not change the picture if I am setting bypar=0
Edit2: I am working with 15 min precipitation interval
The text was updated successfully, but these errors were encountered: