![]() |
0.1.33
|
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 76 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 95 of file photosynthesis.py.
|
static |
Activation energy (rate of increase parameter)
Definition at line 90 of file photosynthesis.py.
|
static |
Deactivation energy (rate of decrease parameter)
Definition at line 91 of file photosynthesis.py.
|
static |
Optimum temperature in Kelvin (10000K means no optimum)
Definition at line 92 of file photosynthesis.py.
|
static |
Value of the parameter at 25°C.
Definition at line 89 of file photosynthesis.py.