Skip to content

Commit

Permalink
Update biogeophys/FatesPlantHydraulicsMod.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Rosie Fisher <[email protected]>
  • Loading branch information
rgknox and rosiealice authored Sep 27, 2021
1 parent fdc8646 commit 695a439
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biogeophys/FatesPlantHydraulicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3351,7 +3351,6 @@ subroutine ImTaylorSolve1D(site_hydr,cohort,cohort_hydr,dtime,q_top, &
! cohort_hydr%l_aroot_layer(ilayer) is units [m/plant]
! site_hydr%l_aroot_layer(ilayer) is units [m/site]

! Junyan added if statement to handle zero l_aroot_layer condition
if (site_hydr%l_aroot_layer(ilayer)<nearzero) then
l_aroot_layer = 2*nearzero
else
Expand Down

0 comments on commit 695a439

Please sign in to comment.