0.1.8
Loading...
Searching...
No Matches
pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters Class Reference

Temperature response parameters for photosynthetic processes. More...

Detailed Description

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)
 

Member Function Documentation

◆ __post_init__()

pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters.__post_init__ ( self)

Validate parameter values after initialization.

Definition at line 84 of file photosynthesis.py.

Member Data Documentation

◆ dHa

pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters.dHa = 60.0
static

Activation energy (rate of increase parameter)

Definition at line 79 of file photosynthesis.py.

◆ dHd

pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters.dHd = 600.0
static

Deactivation energy (rate of decrease parameter)

Definition at line 80 of file photosynthesis.py.

◆ Topt

pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters.Topt = 10000.0
static

Optimum temperature in Kelvin (10000K means no optimum)

Definition at line 81 of file photosynthesis.py.

◆ value_at_25C

pyhelios.types.photosynthesis.PhotosyntheticTemperatureResponseParameters.value_at_25C = 100.0
static

Value of the parameter at 25°C.

Definition at line 78 of file photosynthesis.py.


The documentation for this class was generated from the following file: