Last chance! 50% off unlimited learning
Sale ends in
Calculates the photorespiratory CO2 compensation point in absence of dark
respiration,
calc_gammastar(tc, patm)
A numeric value for
Temperature, relevant for photosynthesis (degrees Celsius)
Atmospheric pressure (Pa)
The temperature and pressure-dependent photorespiratory
compensation point in absence of dark respiration patm
.
Farquhar, G. D., von Caemmerer, S., and Berry, J. A.: A biochemical model of photosynthetic CO2 assimilation in leaves of C 3 species, Planta, 149, 78–90, 1980.
Bernacchi, C. J., Singsaas, E. L., Pimentel, C., Portis, A. R. J., and Long, S. P.:Improved temperature response functions for models of Rubisco-limited photosyn-thesis, Plant, Cell and Environment, 24, 253–259, 2001
print("CO2 compensation point at 20 degrees Celsius and standard atmosphere (in Pa):")
print(calc_gammastar(20, 101325))
Run the code above in your browser using DataLab