Skip to content

Commit

Permalink
Merge pull request #1121 from rgknox/ncwd-ndk-fix
Browse files Browse the repository at this point in the history
Fixed argument type declaration for the number of cwd pools in the litter mod
  • Loading branch information
glemieux authored Nov 21, 2023
2 parents 0b105be + bbb0b54 commit 133d57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/FatesLitterMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ subroutine adjust_SF_CWD_frac(dbh,ncwd,SF_val_CWD_frac,SF_val_CWD_frac_adj)

!ARGUMENTS
real(r8), intent(in) :: dbh !dbh of cohort [cm]
type(integer), intent(in) :: ncwd !number of cwd pools
integer, intent(in) :: ncwd !number of cwd pools
real(r8), intent(in) :: SF_val_CWD_frac(:) !fates parameter specifying the
!fraction of struct + sapw going
!to each CWD class
Expand Down

0 comments on commit 133d57f

Please sign in to comment.