Intercellular CO2 threshold between electron transport and carboxylation limitations

f.ci.treshold(PFD, Tleaf, param)

Arguments

PFD

Photosynthetic light at the leaf surface in micro mol m-2 s-1.

Tleaf

Leaf temperature in Kelvin.

param

List of parameters given by f.make.param().

Value

Intercellular CO2 such as Wc==Wj

Examples

f.ci.treshold(PFD=2000,Tleaf=300,param=f.make.param(VcmaxRef=60,JmaxRef=85))
#> [1] 255.2051
f.ci.treshold(PFD=2000,Tleaf=300,param=f.make.param(VcmaxRef=70,JmaxRef=85))
#> [1] 186.4108