![]() |
0.1.8
|
Classes | |
class | EmpiricalModelCoefficients |
Empirical photosynthesis model coefficients. More... | |
class | FarquharModelCoefficients |
Farquhar-von Caemmerer-Berry photosynthesis model coefficients. More... | |
class | PhotosyntheticTemperatureResponseParameters |
Temperature response parameters for photosynthetic processes. More... | |
Functions | |
str | validate_species_name (str species) |
Validate and normalize species name for photosynthesis library. | |
List[str] | get_available_species () |
Get list of available species in the photosynthesis library. | |
dict | get_species_aliases () |
Get dictionary of species aliases. | |
Variables | |
list | PHOTOSYNTHESIS_SPECIES |
dict | SPECIES_ALIASES |
List[str] pyhelios.types.photosynthesis.get_available_species | ( | ) |
Get list of available species in the photosynthesis library.
Definition at line 429 of file photosynthesis.py.
dict pyhelios.types.photosynthesis.get_species_aliases | ( | ) |
Get dictionary of species aliases.
Definition at line 434 of file photosynthesis.py.
str pyhelios.types.photosynthesis.validate_species_name | ( | str | species | ) |
Validate and normalize species name for photosynthesis library.
species | Species name (case insensitive, supports aliases) |
ValueError | If species is not recognized |
Definition at line 400 of file photosynthesis.py.
list pyhelios.types.photosynthesis.PHOTOSYNTHESIS_SPECIES |
Definition at line 14 of file photosynthesis.py.
dict pyhelios.types.photosynthesis.SPECIES_ALIASES |
Definition at line 23 of file photosynthesis.py.