Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ED/src/dynamics/plant_hydro.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ subroutine tw2rwc(leaf_water_int,wood_water_int,is_small,bleaf,bsapwooda,bsapwoo
wood_rwc = wood_water_int / tot_water_sat
elseif (is_small) then
wood_rwc = op_buff * small_rwc_min(ipft)
elseif (is_small) then
else
wood_rwc = op_buff * wood_rwc_min(ipft)
end if
!------------------------------------------------------------------------------------!
Expand Down
Loading