![]() |
0.1.8
|
Temperature response parameters for photosynthetic processes. More...
Temperature response parameters for photosynthetic processes.
These parameters define how photosynthetic rates vary with temperature using the modified Arrhenius equation.
Definition at line 65 of file photosynthesis.py.
Public Member Functions | |
__post_init__ (self) | |
Validate parameter values after initialization. | |
Static Public Attributes | |
float | value_at_25C = 100.0 |
Value of the parameter at 25°C. | |
float | dHa = 60.0 |
Activation energy (rate of increase parameter) | |
float | dHd = 600.0 |
Deactivation energy (rate of decrease parameter) | |
float | Topt = 10000.0 |
Optimum temperature in Kelvin (10000K means no optimum) | |
pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters.__post_init__ | ( | self | ) |
Validate parameter values after initialization.
Definition at line 84 of file photosynthesis.py.
|
static |
Activation energy (rate of increase parameter)
Definition at line 79 of file photosynthesis.py.
|
static |
Deactivation energy (rate of decrease parameter)
Definition at line 80 of file photosynthesis.py.
|
static |
Optimum temperature in Kelvin (10000K means no optimum)
Definition at line 81 of file photosynthesis.py.
|
static |
Value of the parameter at 25°C.
Definition at line 78 of file photosynthesis.py.