Skip to content

Commit

Permalink
Updated hard-constant to be an r8
Browse files Browse the repository at this point in the history
  • Loading branch information
rgknox committed Jul 11, 2018
1 parent 516670a commit ac9085d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biogeochem/FatesAllometryMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ function CumulativeLayerTVAI(icanlayer, &
end if

! Apply the cumulative TVAI at the current layer mid-point (ie 0.5*)
cum_tvai = cum_tvai + tvai0 + 0.5*tvai
cum_tvai = cum_tvai + tvai0 + 0.5_r8*tvai

return
end function CumulativeLayerTVAI
Expand Down

0 comments on commit ac9085d

Please sign in to comment.