__post_init__(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
_alpha_temp_response | pyhelios.types.photosynthesis.FarquharModelCoefficients | protectedstatic |
_jmax_temp_response | pyhelios.types.photosynthesis.FarquharModelCoefficients | protectedstatic |
_rd_temp_response | pyhelios.types.photosynthesis.FarquharModelCoefficients | protectedstatic |
_theta_temp_response | pyhelios.types.photosynthesis.FarquharModelCoefficients | protectedstatic |
_vcmax_temp_response | pyhelios.types.photosynthesis.FarquharModelCoefficients | protectedstatic |
alpha | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
c_Gamma | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
c_Jmax | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
c_Kc | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
c_Ko | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
c_Rd | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
c_Vcmax | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
dH_Gamma | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
dH_Jmax | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
dH_Kc | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
dH_Ko | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
dH_Rd | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
dH_Vcmax | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
from_array(cls, List[float] coefficients) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
getJmaxTempResponse(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
getLightResponseCurvatureTempResponse(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
getQuantumEfficiencyTempResponse(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
getRdTempResponse(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
getVcmaxTempResponse(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
Jmax | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
O | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
Rd | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
setJmax(self, float jmax_at_25c, Optional[float] dha=None, Optional[float] topt=None, Optional[float] dhd=None) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
setLightResponseCurvature_theta(self, float theta_at_25c, Optional[float] dha=None, Optional[float] topt=None, Optional[float] dhd=None) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
setQuantumEfficiency_alpha(self, float alpha_at_25c, Optional[float] dha=None, Optional[float] topt=None, Optional[float] dhd=None) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
setRd(self, float rd_at_25c, Optional[float] dha=None, Optional[float] topt=None, Optional[float] dhd=None) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
setVcmax(self, float vcmax_at_25c, Optional[float] dha=None, Optional[float] topt=None, Optional[float] dhd=None) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
to_array(self) | pyhelios.types.photosynthesis.FarquharModelCoefficients | |
TPU_flag | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |
Vcmax | pyhelios.types.photosynthesis.FarquharModelCoefficients | static |