The BioCro C++ Library
c3_temperature_response.h
Go to the documentation of this file.
1#ifndef C3_TEMPERATURE_RESPONSE_H
2#define C3_TEMPERATURE_RESPONSE_H
3
5 double Gstar_c;
6 double Gstar_Ea;
7 double Jmax_c;
8 double Jmax_Ea;
9 double Kc_c;
10 double Kc_Ea;
11 double Ko_c;
12 double Ko_Ea;
13 double phi_PSII_0;
14 double phi_PSII_1;
15 double phi_PSII_2;
16 double RL_c;
17 double RL_Ea;
18 double theta_0;
19 double theta_1;
20 double theta_2;
21 double Tp_c;
22 double Tp_Ha;
23 double Tp_Hd;
24 double Tp_S;
25 double Vcmax_c;
26 double Vcmax_Ea;
27};
28
30 double Gstar;
31 double Jmax_norm;
32 double Kc;
33 double Ko;
34 double phi_PSII;
35 double RL_norm;
36 double theta;
37 double Tp_norm;
38 double Vcmax_norm;
39};
40
43 double Tleaf // degrees C
44);
45
46#endif
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.
double Tp_norm
Tp normalized to its value at 25 degrees C (dimensionless)
double Ko
Michaelis-Menten constant for Rubisco oxygenation (mmol / mol)
double phi_PSII
Dark-adapted operating efficiency of photosystem II (dimensionless)
double Kc
Michaelis-Menten constant for Rubisco carboxylation (micromol / mol)
double theta
Linear light response factor (dimensionless)
double RL_norm
RL normalized to its value at 25 degrees C (dimensionless)
double Gstar
CO2 compensation point in the absence of RL (micromol / mol)
double Vcmax_norm
Vcmax normalized to its value at 25 degrees C (dimensionless)
double Jmax_norm
Jmax normalized to its value at 25 degrees C (dimensionless)
double phi_PSII_2
Order 2 coefficient of polynomial response for theta ((degrees C)^(-2))
double Tp_Hd
Johnson, Eyring, & Williams enthalpy of deactivation for Tp_norm (J / mol)
double RL_c
Arrhenius scaling parameter for RL_norm (dimensionless)
double theta_1
Order 1 coefficient of polynomial response for theta ((degrees C)^(-1))
double Gstar_Ea
Arrhenius activation energy for Gstar (J / mol)
double Ko_c
Arrhenius scaling parameter for Ko (dimensionless)
double Kc_c
Arrhenius scaling parameter for Kc (dimensionless)
double Tp_Ha
Johnson, Eyring, & Williams enthalpy of activation for Tp_norm (J / mol)
double theta_0
Order 0 coefficient of polynomial response for theta (dimensionless)
double Jmax_c
Arrhenius scaling parameter for Jmax_norm.
double Tp_S
Johnson, Eyring, & Williams entropy parameter for Tp_norm (J / K / mol)
double theta_2
Order 2 coefficient of polynomial response for theta ((degrees C)^(-2))
double Ko_Ea
Arrhenius activation energy for Ko (J / mol)
double RL_Ea
Arrhenius activation energy for RL_norm (J / mol)
double phi_PSII_0
Order 0 coefficient of polynomial response for theta (dimensionless)
double Vcmax_Ea
Arrhenius activation energy for Vcmax_norm (J / mol)
double Kc_Ea
Arrhenius activation energy for Kc (J / mol)
double Jmax_Ea
Arrhenius activation energy for Jmax_norm (J / mol)
double Vcmax_c
Arrhenius scaling parameter for Vcmax_norm (dimensionless)
double Gstar_c
Arrhenius scaling parameter for Gstar (dimensionless)
double Tp_c
Johnson, Eyring, & Williams scaling parameter for Tp_norm (dimensionless)
double phi_PSII_1
Order 1 coefficient of polynomial response for theta ((degrees C)^(-1))