Skip to content

Commit

Permalink
bugfix on prior
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoven committed Mar 19, 2018
1 parent 1079d2d commit e77104a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions biogeochem/FatesAllometryMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,10 @@ subroutine bfineroot(d,ipft,canopy_trim,bfr,dbfrdd)

call blmax_allom(d,ipft,blmax,dblmaxdd)
call bfrmax_const(d,blmax,dblmaxdd,ipft,bfrmax,dbfrmaxdd)
bfr = bfrmax
if(present(dbfrdd))then
dbfrdd = dbfrmaxdd
end if

case DEFAULT
write(fates_log(),*) 'An undefined fine root allometry was specified: ', &
Expand Down

0 comments on commit e77104a

Please sign in to comment.