P Model predictions
Run this notebook
Read the guide on setting up your computer to run Jupyter notebooks
Download
this notebookas a Jupyter notebook.
/home/docs/checkouts/readthedocs.org/user_builds/pyrealm/checkouts/latest/pyrealm/pmodel/pmodel.py:481: UserWarning:
Pyrealm 2.0.0 uses a new default for the quantum yield of photosynthesis (phi0=1/8).
You may need to change settings to duplicate results from pyrealm 1.0.0.
warn(
This page shows how the main output variables from the P Model vary under differing environmental conditions. The paired plots below show how C3 and C4 plants respond under a range of temperatures (-10°C to 60°C) and then pairs of values for the other environmental variables:
Atmospheric pressure: 101325 Pa and 80000 Pa
Vapour pressure deficit: 500 Pa and 2000 Pa
\(\ce{CO2}\) concentration: 280 ppm and 410 ppm.
For the plots below, productivity has been estimated using a representative irradiance values at the top of a tropical rainforest canopy:
\(f_{APAR}\): 0.91 (unitless)
PPFD: 600 µmol m-2 s-1
Warning
The estimated PPFD must be expressed as µmol m-2 s-1.
Estimates of PPFD sometimes use different temporal or spatial scales - for example daily moles of photons per hectare. Although GPP can also be expressed with different units, many other predictions of the P Model (\(J_{max}\), \(V_{cmax}\), \(g_s\) and \(r_d\)) must be expressed as µmol m-2 s-1 and so this standard unit must also be used for PPFD.
All of the pairwise plots share the same legend:
Efficiency outputs
Light use efficiency (lue, LUE)
Light use efficiency measures conversion efficiency of moles of absorbed irradiance into grams of Carbon (\(\mathrm{g\,C}\; \mathrm{mol}^{-1}\) photons).
Intrinsic water use efficiency (iwue, IWUE)
The intrinsic water-use efficiency is ratio of net photosynthetic CO2 assimilation to stomatal conductance, and captures the cost of assimilation per unit of water, in units of \(\mu\mathrm{mol}\;\mathrm{mol}^{-1}\).
Productivity outputs
The remaining key outputs are measures of photosynthetic productivity, such as GPP, which are calculated using the provided estimates of PPFD and FAPAR and the resulting absorbed irradiance (\(I_{abs}\)).
The productivity variables and their units are:
Gross primary productivity (
gpp, \(\mu\text{gC}\,\mathrm{m}^{-2}\,\text{s}^{-1}\))Maximum rate of carboxylation (
vcmax, \(\mu\text{mol}\,\mathrm{m}^{-2}\,\text{s}^{-1}\))Maximum rate of carboxylation at standard temperature (
vcmax25, \(\mu\text{mol}\,\mathrm{m}^{-2}\,\text{s}^{-1}\))Maximum rate of electron transport. (
jmax, \(\mu\text{mol}\,\mathrm{m}^{-2}\,\text{s}^{-1}\))Stomatal conductance (
gs, \(\mu\text{mol}\,\mathrm{m}^{-2}\,\text{s}^{-1}\))
Gross primary productivity (gpp, GPP)
Maximum rate of carboxylation (vcmax)
Maximum rate of carboxylation at standard temperature (vcmax25)
Maximum rate of electron transport. (jmax)
Stomatal conductance (gs, \(g_s\))
Stomatal conductance is estimated using the difference between ambient and optimal
internal leaf \(\ce{CO2}\) concentration. When vapour pressure deficit is zero, the
difference between \(c_a\) and \(c_i\) will tend to zero, which leads to numerical
instability in estimates of \(g_s\), which will be set as undefined (np.nan) when VPD is
zero or when \(c_a - c_i = 0\).
Scaling with absorbed irradiance
All of the six productivity variables scale linearly with absorbed irradiance. The plots
below show how each variable changes, for a constant environment with tc of 20°C,
patm of 101325 Pa, vpd of 1000 Pa and \(\ce{CO2}\) of 400 ppm, when absorbed
irradiance changes from 0 to 2000 \(\mu\text{mol}\,\mathrm{m}^{-2}\,\text{s}^{-1}\).