Skip to content
Closed
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
10 changes: 5 additions & 5 deletions biogeochem/EDPatchDynamicsMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3368,11 +3368,11 @@ subroutine terminate_patches(currentSite, bc_in)
endif
end do

if ( .not. gotfused ) then
!! somehow didn't find a patch to fuse with.
write(fates_log(),*) 'Warning. small nocomp patch wasnt able to find another patch to fuse with.', &
currentPatch%nocomp_pft_label, currentPatch%land_use_label, currentPatch%area
endif
! if ( .not. gotfused ) then
! !! somehow didn't find a patch to fuse with.
! write(fates_log(),*) 'Warning. small nocomp patch wasnt able to find another patch to fuse with.', &
! currentPatch%nocomp_pft_label, currentPatch%land_use_label, currentPatch%area
! endif

else nocomp_if

Expand Down