Changes between Version 85 and Version 86 of Documentation/TrunkFunctionality4


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/TrunkFunctionality4

    v85 v86  
    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|| root profile || plant water stress || soil discretization || comments || 
     419 
     420|| Static || Soil only || Bulk  ||  ||  
     421|| Static || Soil only||  Discretized ||  ||  
     422|| Static || Plant & Soil || Bulk  ||  ||  
     423|| Static || plant & Soil || Discretized ||  ||  
     424|| Dynamic || Soil only || Bulk ||  ||  
     425|| Dynamic || Soil only || Discretized ||  ||  
     426|| Dynamic || Plant & Soil || Bulk ||  ||  
     427|| Dynamic || Plant & Soil || Discretized ||  ||  
    418428 
    419429=== run.def ===