Skip to content

Commit

Permalink
Removed unused leaf_c variable declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jun 5, 2019
1 parent 8ff6f9c commit 87db059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/EDMainMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ subroutine ed_integrate_state_variables(currentSite, bc_in )
real(r8) :: dbh_old ! dbh of plant before daily PRT [cm]
real(r8) :: hite_old ! height of plant before daily PRT [m]
logical :: is_drought ! logical for if the plant (site) is in a drought state
real(r8) :: leaf_c
real(r8) :: delta_dbh ! correction for dbh
real(r8) :: delta_hite ! correction for hite

Expand Down

0 comments on commit 87db059

Please sign in to comment.