Skip to content

Commit

Permalink
Removed code that had been commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdschwartz committed Jan 4, 2024
1 parent 7886cd2 commit 772a5de
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions components/elm/src/data_types/ColumnDataType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9002,7 +9002,7 @@ subroutine col_nf_zero_forfates_veg(this, bounds, num_soilc, filter_soilc)
integer , intent(in) :: filter_soilc(:) ! filter for soil columns
! locals
integer :: fc
integer :: c,k,j
integer :: c

if(.not.use_fates) return

Expand All @@ -9013,15 +9013,6 @@ subroutine col_nf_zero_forfates_veg(this, bounds, num_soilc, filter_soilc)
end do


!do k = 1, ndecomp_pools
! do j = 1, nlevdecomp_full
! do fc = 1,num_soilc
! c = filter_soilc(fc)
! this%m_decomp_npools_to_fire_vr(c,j,k) = 0._r8
! enddo
! end do
!end do


end subroutine col_nf_zero_forfates_veg

Expand Down

0 comments on commit 772a5de

Please sign in to comment.