Default climate effects function in the case where no climate effect is simulated
calculateClimateEffect(cohortData, ...)
A data.table
with columns: pixelGroup
, ecoregionGroup
,
speciesCode
, and optionally age
, B
, mortality
, aNPPAct
, and sumB
.
additional arguments that are passed to LandR.CS
data.table
with pixelGroup
, age
and speciesCode
, as well as
mortPred
and growthPred
columns with \
growth biomasses resulting from a climate effect. These percentages are later multiplied by the by baseline biomasses of mortality and growth (e.g. 0\
This default, no climate effect, function outputs 100\
mortPred
and growthPred
.
the cohortData
object is used to calculate the \
reduction/increase of mortality and growth biomasses per cohort.