Calculate the total stand biomass that does not include the new cohorts. The new cohorts are defined as the age younger than simulation time step. TODO: update description.

calculateSumB(
  cohortData,
  lastReg,
  currentTime,
  successionTimestep,
  doAssertion = getOption("LandR.assertions", TRUE)
)

Arguments

cohortData

data.table TODO: description needed

lastReg

TODO: description needed

currentTime

TODO: description needed -- rename this to 'time' to match others

successionTimestep

TODO: description needed

doAssertion

TODO: description needed (see LandR for description)

Value

updated cohort data.table