Skip to content

Commit

Permalink
adding soil_layer_index variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Oct 28, 2020
1 parent b1f9b02 commit 19702e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2323,9 +2323,10 @@ subroutine CWDOut( litt, fragmentation_scaler, nlev_eff_decomp )

!
! !LOCAL VARIABLES:
integer :: c
integer :: ilyr
integer :: dcmpy
integer :: c ! Fuel size class index
integer :: ilyr ! Soil layer index
integer :: dcmpy ! Decomposibility pool indexer
integer :: soil_layer_index = 1 ! Soil layer index associated with above ground litter
!----------------------------------------------------------------------


Expand Down

0 comments on commit 19702e3

Please sign in to comment.