Skip to content

Commit

Permalink
Removed unused bc_in in update_hlm_dynamics
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jun 23, 2022
1 parent 1bb4423 commit b061711
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions biogeochem/EDCanopyStructureMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ end subroutine leaf_area_profile

! ======================================================================================

subroutine update_hlm_dynamics(nsites,sites,fcolumn,bc_in,bc_out)
subroutine update_hlm_dynamics(nsites,sites,fcolumn,bc_out)

! ----------------------------------------------------------------------------------
! The purpose of this routine is to package output boundary conditions related
Expand All @@ -1863,14 +1863,13 @@ subroutine update_hlm_dynamics(nsites,sites,fcolumn,bc_in,bc_out)

use EDTypesMod , only : ed_patch_type, ed_cohort_type, &
ed_site_type, AREA
use FatesInterfaceTypesMod , only : bc_in_type, bc_out_type
use FatesInterfaceTypesMod , only : bc_out_type

!
! !ARGUMENTS
integer, intent(in) :: nsites
type(ed_site_type), intent(inout), target :: sites(nsites)
integer, intent(in) :: fcolumn(nsites)
type(bc_in_type), intent(in) :: bc_in(nsites)
type(bc_out_type), intent(inout) :: bc_out(nsites)

! Locals
Expand Down

0 comments on commit b061711

Please sign in to comment.