Skip to content

Commit

Permalink
Corrected to elseif(use_slaprofile...)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovenock authored Jul 13, 2018
1 parent f4aaeea commit 08ab6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/EDPhysiologyMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ subroutine trim_canopy( currentSite )
! Use slatop for sla value at all leaf levels
sla_levleaf = EDPftvarcon_inst%slatop(ipft)

elseif(if(use_slaprofile == 1)then
elseif(use_slaprofile == 1)then

! Calculate sla_levleaf following the sla profile with overlying leaf area
! Scale for leaf nitrogen profile
Expand Down

0 comments on commit 08ab6c6

Please sign in to comment.