Changes between Version 87 and Version 88 of Documentation/TrunkFunctionality4


Ignore:
Timestamp:
2021-03-30T12:25:19+02:00 (3 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/TrunkFunctionality4

    v87 v88  
    416416In r6824 a third approach was added but only affects the calculation of water stress in hydraulic_architecture. This approach is very similar to what has been done in hydrology but the moisture content (kg/kg) is used rather than soil moisture in (m-2/kg) and to enable better testing a second flag was introduced ('''ok_dynroot_ha'''). Note that when ok_dynroot_ha is set to true, the variable e_frac is passed from hydraulic architecture to hydrol and therefore the root profile calculated in hydraulic architecture will be used in hydrol when the transpiration is take out of the different soil layers. Following some tests and additional discussion it is probably worth to clean the code, enhance the consistencies across the modules and reduce the number of variables names (see ticket #715).  
    417417 
    418 '''Table'''  
     418'''Table''' The root profile interacts with the use of hydraulic architecture and soil discretization. Each of these combinations should be checked and tested. 
    419419|| ok_dynroot || ok_hydraul_arch || ok_soil_discretization || Comments || 
    420 || Static (n) || Soil only (n) || Bulk (n) || Tested. Nodes and interfaces of the discretization have been checked ||  
    421 || Static (n) || Soil only (n) || Discretized (y) || ||  
    422 || Static (n) || Plant & Soil (y) || Bulk (n) || ||  
    423 || Static (n) || plant & Soil (y) || Discretized (y) || ||  
    424 || Dynamic (y) || Soil only (n) || Bulk (n) || Further checking required. Model made to crash ||  
    425 || Dynamic (y) || Soil only (n) || Discretized (y) || Further checking required. Model made to crash ||  
    426 || Dynamic (y) || Plant & Soil (y) || Bulk (n) || Further checking required. Model made to crash ||  
    427 || Dynamic (y) || Plant & Soil (y) || Discretized (y) || Further checking required. Model made to crash ||  
     420|| - || - || - || Works. Nodes and interfaces of the discretization have been checked. ||  
     421|| - || - || + || Further checking required. ||  
     422|| - || + || - || Further checking required. ||  
     423|| - || + || + || Further checking required. ||  
     424|| + || - || - || Further checking required. Model made to crash. ||  
     425|| + || - || + || Further checking required. Model made to crash. ||  
     426|| + || + || - || Further checking required. Model made to crash. ||  
     427|| + || + || + || Further checking required. Model made to crash. ||  
    428428 
    429429=== run.def ===