Skip to content

Commit

Permalink
resolve a bug for the patch loop to calculate the soil-root interface…
Browse files Browse the repository at this point in the history
… conductivity
  • Loading branch information
xuchongang committed Apr 19, 2019
1 parent f9e0dbe commit b87c41f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biogeophys/FatesPlantHydraulicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,7 @@ subroutine UpdateSizeDepRhizVolLenCon(currentSite, bc_in)
!hydraulic vs osmostic with and without transpiration
!Steudle, E. Water uptake by roots: effects of water deficit.
!J Exp Bot 51, 1531-1542, doi:DOI 10.1093/jexbot/51.350.1531 (2000).
cPatch => currentSite%youngest_patch
do while(associated(cPatch))
cCohort => cPatch%tallest
do while(associated(cCohort))
Expand Down

0 comments on commit b87c41f

Please sign in to comment.