f.GPPT.Rd
Generic function to calculate the GPP within a forest (Here GPP = sum of Anet at the canopy level, so it takes into account the leaf mitochondrial respiration)
f.GPPT(
meteo_hourly,
Vcmax_Profile,
Jmax_Profile,
Rd_Profile,
Tp_Profile,
g0_Profile,
g1_Profile,
gsmin,
canopy,
Patm = 100,
...
)
See f.canopy.interception
Vector of the values of Vcmax at the reference temperature at each layer of the canopy
Vector of the values of Jmax at the reference temperature at each layer of the canopy
Vector of the values of Rd at the reference temperature at each layer of the canopy
Vector of the values of Tp at the reference temperature at each layer of the canopy
Vector of the values of g0 at the reference temperature at each layer of the canopy
Vector of the values of g1 at the reference temperature at each layer of the canopy
Minimum stomatal conductance for water to consider. This value will be used as the minimum conductance value to avoid 0 and negative values obtained from the coupled assimilation and conductance models
Description of the canopy interception (see canopy_interception function)
Atmospheric pressure (used to calculate the transpiration)
Other parameters of the photosynthetic model, without gradients, for example curvature factor, quantum yield.. see the help of f.make.param()
#See github vignettes