"latitude"
: Latitude (in degrees) given as input.
"topography"
: Vector with elevation, slope and aspect given as input.
"growthInput"
: A copy of the object x
of class growthInput
given as input.
"soilInput"
: A copy of the object soil
of class soil
given as input.
"WaterBalance"
: A data frame where different water balance variables (see spwb
).
"EnergyBalance"
: A data frame with the daily values of energy balance components for the soil and the canopy (only for transpirationMode = "Sperry"
; see spwb
).
"Temperature"
: A data frame with the daily values of minimum/mean/maximum temperatures for the atmosphere (input), canopy and soil (only for transpirationMode = "Sperry"
; see spwb
).
"Soil"
: A data frame where different soil variables (see spwb
).
"Stand"
: A data frame where different stand-level variables (see spwb
).
"Plants"
: A list of daily results for plant cohorts (see spwb
).
"SunlitLeaves"
and "ShadeLeaves"
: A list with daily results for sunlit and shade leaves (only for transpirationMode = "Sperry"
; see spwb
).
"PlantCarbonBalance"
: A list of daily carbon balance results for plant cohorts, with elements:
"GrossPhotosynthesis"
: Gross photosynthesis rate per dry weight of living biomass (g gluc <U+00B7> g dry-1).
"MaintentanceRespiration"
: Maintenance respiration rate per dry weight of living biomass (g gluc <U+00B7> g dry-1).
"GrowthRespiration"
: Growth respiration rate per dry weight of living biomass (g gluc <U+00B7> g dry-1).
"CarbonBalance"
: Carbon balance (photosynthesis - respiration) per dry weight of living biomass (g gluc <U+00B7> g dry-1).
"SugarLeaf"
: Sugar concentration (mol<U+00B7>l-1) in leaves.
"StarchLeaf"
: Starch concentration (mol<U+00B7>l-1) in leaves.
"SugarSapwood"
: Sugar concentration (mol<U+00B7>l-1) in sapwood.
"StarchSapwood"
: Starch concentration (mol<U+00B7>l-1) in sapwood.
"PlantGrowth"
: A list of daily growth results for plant cohorts, with elements:
"SapwoodArea"
: Daily amount of sapwood area (in cm2) for an average individual of each plant cohort.
"LeafArea"
: Daily amount of leaf area (in m2) for an average individual of each plant cohort.
"FineRootArea"
: Daily amount of fine root area (in m2) for an average individual of each plant cohort (only for transpirationMode = "Sperry"
).
"SAgrowth"
: Sapwood area relative growth rate (in cm2<U+00B7>cm-2<U+00B7>day-1) for an average individual of each plant cohort.
"LAgrowth"
: Leaf area growth relative to sapwood area (in m2<U+00B7>cm-2<U+00B7>day-1) for an average individual of each plant cohort.
"FRAgrowth"
: Fine root area growth relative to sapwood area (in m2<U+00B7>cm-2<U+00B7>day-1) for an average individual of each plant cohort (only for transpirationMode = "Sperry"
).
"StandStructures"
: A list with the aboveground structure of the stand at the beginning of the simulation and after each simulated year.
"StandSummary"
: A data frame with stand-level summaries (leaf area index, tree basal area, tree density, shrub cover, etc.) at the beginning of the simulation and after each simulated year.
"subdaily"
: A list of objects of class growth_day
, one per day simulated (only if required in control
parameters, see defaultControl
).