|
The BioCro C++ Library
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | c3_temperature_response_parameters |
| struct | c3_param_at_tleaf |
Functions | |
| c3_param_at_tleaf | c3_temperature_response (c3_temperature_response_parameters param, double Tleaf) |
| Calculates the values of key C3 photosynthesis parameters at leaf temperature. More... | |
| c3_param_at_tleaf c3_temperature_response | ( | c3_temperature_response_parameters | param, |
| double | Tleaf | ||
| ) |
Calculates the values of key C3 photosynthesis parameters at leaf temperature.
The following parameters are calculated using an Arrhenius temperature response (arrhenius_exponential()) as in Bernacchi et al. (2001) and Bernacchi et al. (2003):
GstarJmax_normKcKoRL_normVcmax_normThe following parameters are calculated using a second-order polynomial temperature response (polynomial_response()) as in Bernacchi et al. (2001):
phi_PSIIthetaThe following parameters are calculated using a Johnson, Eyring, & Williams temperature response (johnson_eyring_williams_response()) as in Harley et al. (1992):
TPU_normReferences:
Definition at line 44 of file c3_temperature_response.cpp.
References arrhenius_exponential(), c3_temperature_response_parameters::Gstar_c, c3_temperature_response_parameters::Gstar_Ea, c3_temperature_response_parameters::Jmax_c, c3_temperature_response_parameters::Jmax_Ea, johnson_eyring_williams_response(), c3_temperature_response_parameters::Kc_c, c3_temperature_response_parameters::Kc_Ea, c3_temperature_response_parameters::Ko_c, c3_temperature_response_parameters::Ko_Ea, c3_temperature_response_parameters::phi_PSII_0, c3_temperature_response_parameters::phi_PSII_1, c3_temperature_response_parameters::phi_PSII_2, polynomial_response(), c3_temperature_response_parameters::RL_c, c3_temperature_response_parameters::RL_Ea, c3_temperature_response_parameters::theta_0, c3_temperature_response_parameters::theta_1, c3_temperature_response_parameters::theta_2, c3_temperature_response_parameters::Tp_c, c3_temperature_response_parameters::Tp_Ha, c3_temperature_response_parameters::Tp_Hd, c3_temperature_response_parameters::Tp_S, c3_temperature_response_parameters::Vcmax_c, and c3_temperature_response_parameters::Vcmax_Ea.
Referenced by c3photoC().
Here is the call graph for this function:
Here is the caller graph for this function: