diff --git a/biogeochem/FatesAllometryMod.F90 b/biogeochem/FatesAllometryMod.F90 index 8ced4209dc..6f7f499f23 100644 --- a/biogeochem/FatesAllometryMod.F90 +++ b/biogeochem/FatesAllometryMod.F90 @@ -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