photosynthesis {photosynthesis} | R Documentation |
Simulate C3 photosynthesis
Description
photosynthesis
: simulate C3 photosynthesis over multiple parameter sets
photo
: simulate C3 photosynthesis over a single parameter set
Usage
photosynthesis(
leaf_par,
enviro_par,
bake_par,
constants,
use_tealeaves,
progress = TRUE,
quiet = FALSE,
assert_units = TRUE,
check = TRUE,
parallel = FALSE,
use_legacy_version = FALSE
)
photo(
leaf_par,
enviro_par,
bake_par,
constants,
use_tealeaves,
quiet = FALSE,
assert_units = TRUE,
check = TRUE,
prepare_for_tleaf = use_tealeaves,
use_legacy_version = FALSE
)
Arguments
leaf_par |
A list of leaf parameters inheriting class |
enviro_par |
A list of environmental parameters inheriting class |
bake_par |
A list of temperature response parameters inheriting class |
constants |
A list of physical constants inheriting class |
use_tealeaves |
Logical. Should leaf energy balance be used to calculate leaf temperature (T_leaf)? If TRUE, |
progress |
Logical. Should a progress bar be displayed? |
quiet |
Logical. Should messages be displayed? |
assert_units |
Logical. Should parameter |
check |
Logical. Should arguments checks be done? This is intended to be disabled when |
parallel |
Logical. Should parallel processing be used via |
use_legacy_version |
Logical. Should legacy model (<2.1.0) be used? See NEWS for further information. Default is FALSE. |
prepare_for_tleaf |
Logical. Should arguments additional calculations for |
Details
photo
: This function takes simulates photosynthetic rate using the Farquhar-von Caemmerer-Berry (FvCB()
) model of C3 photosynthesis for single combined set of leaf parameters (leaf_par()
), environmental parameters (enviro_par()
), and physical constants (constants()
). Leaf parameters are provided at reference temperature (25 °C) and then "baked" to the appropriate leaf temperature using temperature response functions (see bake()
).
photosynthesis
: This function uses photo
to simulate photosynthesis over multiple parameter sets that are generated using cross_df()
.
Value
A data.frame with the following units
columns
Inputs:
Symbol | R | Description | Units | Default |
| D_c0 | diffusion coefficient for CO2 in air at 0 °C | m / s | |
| D_h0 | diffusion coefficient for heat in air at 0 °C | m / s | |
| D_m0 | diffusion coefficient for momentum in air at 0 °C | m / s | |
| D_w0 | diffusion coefficient for water vapor in air at 0 °C | m / s | |
| epsilon | ratio of water to air molar masses | none | 0.622 |
| G | gravitational acceleration | m / s | 9.8 |
| eT | exponent for temperature dependence of diffusion | none | 1.75 |
| R | ideal gas constant | J / mol / K | 8.31 |
| sigma | Stephan-Boltzmann constant | W / m / K | |
| f_sh | function to calculate constant(s) for Sherwood number | none | NA |
| f_nu | function to calculate constant(s) for Nusselt number | none | NA |
| Ds_gmc | empirical temperature response parameter | J / mol / K | 487 |
| Ds_Jmax | empirical temperature response parameter | J / mol / K | 388 |
| Ea_gammastar | empirical temperature response parameter | J / mol | 24500 |
| Ea_gmc | empirical temperature response parameter | J / mol | 68900 |
| Ea_Jmax | empirical temperature response parameter | J / mol | 56100 |
| Ea_KC | empirical temperature response parameter | J / mol | 81000 |
| Ea_KO | empirical temperature response parameter | J / mol | 23700 |
| Ea_Rd | empirical temperature response parameter | J / mol | 40400 |
| Ea_Vcmax | empirical temperature response parameter | J / mol | 52200 |
| Ea_Vtpu | empirical temperature response parameter | J / mol | 52200 |
| Ed_gmc | empirical temperature response parameter | J / mol | 149000 |
| Ed_Jmax | empirical temperature response parameter | J / mol | 121000 |
| C_air | atmospheric CO2 concentration | umol/mol | 420 |
| O | atmospheric O2 concentration | mol/mol | 0.21 |
| P | atmospheric pressure | kPa | 101 |
| PPFD | photosynthetic photon flux density | umol / m / s | 1500 |
| RH | relative humidity | none | 0.5 |
| wind | windspeed | m / s | 2 |
| leafsize | leaf characteristic dimension | m | 0.1 |
| gamma_star25 | chloroplastic CO2 compensation point (25 °C) | umol/mol | 37.9 |
| g_mc25 | mesophyll conductance to CO2 (25 °C) | mol / m / s | 0.4 |
| g_sc | stomatal conductance to CO2 | mol / m / s | 0.4 |
| g_uc | cuticular conductance to CO2 | mol / m / s | 0.01 |
| J_max25 | potential electron transport (25 °C) | umol / m / s | 200 |
| k_mc | partition of g_mc to lower mesophyll | none | 1 |
| k_sc | partition of g_sc to lower surface | none | 1 |
| k_uc | partition of g_uc to lower surface | none | 1 |
| K_C25 | Michaelis constant for carboxylation (25 °C) | umol / mol | 268 |
| K_O25 | Michaelis constant for oxygenation (25 °C) | umol / mol | 165000 |
| phi_J | initial slope of the response of J to PPFD | none | 0.331 |
| R_d25 | nonphotorespiratory CO2 release (25 °C) | umol / m / s | 2 |
| theta_J | curvature factor for light-response curve | none | 0.825 |
| T_leaf | leaf temperature | K | 298 |
| V_cmax25 | maximum rate of carboxylation (25 °C) | umol / m / s | 150 |
| V_tpu25 | rate of triose phosphate utilization (25 °C) | umol / m / s | 200 |
| delta_ias_lower | effective distance through lower internal airspace | um | NA |
| delta_ias_upper | effective distance through upper internal airspace | um | NA |
| A_mes_A | mesophyll surface area per unit leaf area | none | NA |
| g_liqc25 | liquid-phase conductance to CO2 (25 °C) | mol / m / s | NA |
Baked Inputs: | ||||
Symbol | R | Description | Units | Default |
:---------------------------- | :------------------- | :------------------------------------------------------------------- | :-------------------- | :------- |
| gamma_star | chloroplastic CO2 compensation point (T_leaf) | umol/mol | NA |
| g_mc | mesophyll conductance to CO2 (T_leaf) | mol / m / s | NA |
| J_max | potential electron transport (T_leaf) | umol / m / s | NA |
| K_C | Michaelis constant for carboxylation (T_leaf) | umol / mol | NA |
| K_O | Michaelis constant for oxygenation (T_leaf) | umol / mol | NA |
| R_d | nonphotorespiratory CO2 release (T_leaf) | umol / m / s | NA |
| V_cmax | maximum rate of carboxylation (T_leaf) | umol / m / s | NA |
| V_tpu | rate of triose phosphate utilisation (T_leaf) | umol / m / s | NA |
| g_liqc | liquid-phase conductance to CO2 (T_leaf) | mol / m / s | NA |
| g_iasc_lower | internal airspace conductance to CO2 in lower part of leaf (T_leaf) | mol / m / s | NA |
| g_iasc_upper | internal airspace conductance to CO2 in upper part of leaf (T_leaf) | mol / m / s | NA |
Output: | |
A | photosynthetic rate at C_chl ( mol CO2 / m / s) |
C_chl | chloroplastic CO2 concentration where A_supply intersects A_demand ( mol / mol) |
C_i | intercellular CO2 concentration where A_supply intersects A_demand ( mol / mol) |
g_tc | total conductance to CO2 at T_leaf (mol / m / s)) |
value | A_supply - A_demand ( mol / (m s)) at C_chl |
convergence | convergence code (0 = converged) |
Examples
# Single parameter set with 'photo'
bake_par = make_bakepar()
constants = make_constants(use_tealeaves = FALSE)
enviro_par = make_enviropar(use_tealeaves = FALSE)
leaf_par = make_leafpar(use_tealeaves = FALSE)
photo(leaf_par, enviro_par, bake_par, constants,
use_tealeaves = FALSE
)
# Multiple parameter sets with 'photosynthesis'
leaf_par = make_leafpar(
replace = list(
T_leaf = set_units(c(293.14, 298.15), "K")
), use_tealeaves = FALSE
)
photosynthesis(leaf_par, enviro_par, bake_par, constants,
use_tealeaves = FALSE
)