Subversion Repositories public iLand

Rev

Rev 574 | Rev 588 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 574 Rev 587
Line 287... Line 287...
287
    }
287
    }
288
    // total carbon in the snag-container on the RU *after* processing is the content of the
288
    // total carbon in the snag-container on the RU *after* processing is the content of the
289
    // standing woody debris pools + the branches
289
    // standing woody debris pools + the branches
290
    mTotalSnagCarbon = mSWD[0].C + mSWD[1].C + mSWD[2].C +
290
    mTotalSnagCarbon = mSWD[0].C + mSWD[1].C + mSWD[2].C +
291
                       mOtherWood[0].C + mOtherWood[1].C + mOtherWood[2].C + mOtherWood[3].C + mOtherWood[4].C;
291
                       mOtherWood[0].C + mOtherWood[1].C + mOtherWood[2].C + mOtherWood[3].C + mOtherWood[4].C;
-
 
292
    mTotalSWD = mSWD[0] + mSWD[1] + mSWD[2];
-
 
293
    mTotalOther = mOtherWood[0] + mOtherWood[1] + mOtherWood[2] + mOtherWood[3] + mOtherWood[4];
292
}
294
}
293
295
294
/// foliage and fineroot litter is transferred during tree growth.
296
/// foliage and fineroot litter is transferred during tree growth.
295
void Snag::addTurnoverLitter(const Tree *tree, const double litter_foliage, const double litter_fineroot)
297
void Snag::addTurnoverLitter(const Tree *tree, const double litter_foliage, const double litter_fineroot)
296
{
298
{