Changes between Version 89 and Version 90 of Documentation/TrunkFunctionality4


Ignore:
Timestamp:
2021-03-31T13:59:04+02:00 (3 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/TrunkFunctionality4

    v89 v90  
    410410 
    411411=== Root profile === 
    412 Describes r6824. The approach that has been used in previous versions of the trunk describes the root profile as a truncated exponentially decreasing function of depth. The function is truncated at a prescribed depth ('''maxdepth'''). The shape of the root profile is prescribed by th epft-dependent parameter '''humcste'''.  
     412Describes r7135. The approach that has been used in previous versions of the trunk describes the root profile as a truncated exponentially decreasing function of depth. The function is truncated at a prescribed depth ('''maxdepth'''). The shape of the root profile is prescribed by th epft-dependent parameter '''humcste'''.  
    413413 
    414414In r4363 a second option was added and a dynamic root profile can be calculated by setting the flag '''ok_dynroot''' to y. The dynamic root profile optimizes soil moisture usage and was modified from Dan Zhu's initial implementation to acount for soil layer depth. This flag only affects how roots are calculated in hydrol.f90 but has no impact on how the root profile is calculated in stomate_resp.f90, stomate_litter.f90, stomate_soil_carbon_discretization.f90, hydraulic_architecture.f90 andstomate_windthrow.f90.  
     
    418418'''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 || - || - || - || Works. Nodes and interfaces of the discretization have been checked. ||  
    421 || - || - || + || Further checking required. ||  
    422 || - || + || - || Further checking required. ||  
    423 || - || + || + || Further checking required. ||  
     420|| - || - || - || Default (r7135). OK. Extensively tested at the global scale. Nodes and interfaces of the discretization have been checked. ||  
     421|| - || - || + || Further checking required. Nodes and interfaces of the discretization have been checked. ||  
     422|| - || + || - || OK. Nodes and interfaces of the discretization have been checked. ||  
     423|| - || + || + || Further checking required. Nodes and interfaces of the discretization have been checked. ||  
    424424|| + || - || - || Further checking required. ||  
    425425|| + || - || + || Further checking required. Model made to crash. ||