f.arrhenius.inv: Temperature dependence of Gamma star, Ko, Kc and Rd

View source: R/Photosynthesis_functions.R

f.arrhenius.invR Documentation

Temperature dependence of Gamma star, Ko, Kc and Rd

Description

Temperature dependence of Gamma star, Ko, Kc and Rd

Usage

f.arrhenius.inv(P, Ha, Tleaf, TRef = 298.16, R = 8.314)

Arguments

P

Value of the parameter at Tleaf.

Ha

Enthalpie of activation in J.mol-1.

Tleaf

Temperature of the leaf in Kelvin.

TRef

Reference temperature in Kelvin.

R

Ideal gas constant.

Details

Retrieve the value of the parameter at TRef knowing its value at Tleaf

Value

Value of the parameter at the reference temperature

Examples

RdTleaf=f.arrhenius(PRef=1,Ha=46390,Tleaf=273.16+32,R=8.314)
f.arrhenius.inv(P=RdTleaf,Ha=46390,Tleaf=273.16+32,R=8.314)

TESTgroup-BNL/LeafGasExchange documentation built on May 17, 2024, 8:11 p.m.