Flat carbohydrate-model parameters.
More...
Flat carbohydrate-model parameters.
Defaults mirror the Helios C++ defaults; prefer CarbohydrateParameters.from_dict(pa.getDefaultCarbohydrateParameters()).
Definition at line 631 of file plant_architecture_params.py.
|
| Dict[str, float] | to_dict (self) |
| |
| "CarbohydrateParameters" | from_dict (cls, Dict[str, Any] d) |
| |
◆ from_dict()
| "CarbohydrateParameters" pyhelios.plant_architecture_params.CarbohydrateParameters.from_dict |
( |
| cls, |
|
|
Dict[str, Any] | d ) |
◆ to_dict()
| Dict[str, float] pyhelios.plant_architecture_params.CarbohydrateParameters.to_dict |
( |
| self | ) |
|
◆ branch_death_threshold_days
| float pyhelios.plant_architecture_params.CarbohydrateParameters.branch_death_threshold_days = 5.0 |
|
static |
◆ bud_death_threshold_days
| float pyhelios.plant_architecture_params.CarbohydrateParameters.bud_death_threshold_days = 2.0 |
|
static |
◆ carbohydrate_abortion_threshold
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_abortion_threshold = 0.1 |
|
static |
◆ carbohydrate_growth_threshold
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_growth_threshold = 0.2 |
|
static |
◆ carbohydrate_phyllochron_threshold
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_phyllochron_threshold = 0.05 |
|
static |
◆ carbohydrate_pruning_threshold
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_pruning_threshold = 0.025 |
|
static |
◆ carbohydrate_transfer_threshold_down
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_transfer_threshold_down = 0.025 |
|
static |
◆ carbohydrate_transfer_threshold_up
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_transfer_threshold_up = 0.04 |
|
static |
◆ carbohydrate_vegetative_break_threshold
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbohydrate_vegetative_break_threshold = 0.05 |
|
static |
◆ carbon_conductance_down
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbon_conductance_down = 0.95 |
|
static |
◆ carbon_conductance_up
| float pyhelios.plant_architecture_params.CarbohydrateParameters.carbon_conductance_up = 0.95 * 0.5 |
|
static |
◆ fruit_carbon_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.fruit_carbon_percentage = 0.475 |
|
static |
◆ fruit_density
| float pyhelios.plant_architecture_params.CarbohydrateParameters.fruit_density = 525000.0 |
|
static |
◆ growth_respiration_fraction
| float pyhelios.plant_architecture_params.CarbohydrateParameters.growth_respiration_fraction = 0.211 |
|
static |
◆ initial_density_ratio
| float pyhelios.plant_architecture_params.CarbohydrateParameters.initial_density_ratio = 0.25 |
|
static |
◆ leaf_carbohydrate_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.leaf_carbohydrate_percentage = 1 - (1 / 1.13) |
|
static |
◆ leaf_carbon_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.leaf_carbon_percentage = 0.453 |
|
static |
◆ leaf_total_carbon_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.leaf_total_carbon_percentage = 0.453 |
|
static |
◆ living_wood_fraction
| float pyhelios.plant_architecture_params.CarbohydrateParameters.living_wood_fraction = 0.5 |
|
static |
◆ maturity_age
| float pyhelios.plant_architecture_params.CarbohydrateParameters.maturity_age = 120.0 |
|
static |
◆ r_m_r_20
| float pyhelios.plant_architecture_params.CarbohydrateParameters.r_m_r_20 = 5.25164e-03 |
|
static |
◆ r_m_w_20
| float pyhelios.plant_architecture_params.CarbohydrateParameters.r_m_w_20 = 5.25164e-05 |
|
static |
◆ shoot_root_ratio
| float pyhelios.plant_architecture_params.CarbohydrateParameters.shoot_root_ratio = 3.0 |
|
static |
◆ SLA
| float pyhelios.plant_architecture_params.CarbohydrateParameters.SLA = 9.2 / 10000 / 0.453 * 12.01 |
|
static |
◆ starch_sequestration_ratio
| float pyhelios.plant_architecture_params.CarbohydrateParameters.starch_sequestration_ratio = 0.025 |
|
static |
◆ stem_carbohydrate_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.stem_carbohydrate_percentage = 1 - (1 / 1.14) |
|
static |
◆ stem_carbon_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.stem_carbon_percentage = 0.457 |
|
static |
◆ stem_density
| float pyhelios.plant_architecture_params.CarbohydrateParameters.stem_density = 675000.0 |
|
static |
◆ stem_structural_carbon_percentage
| float pyhelios.plant_architecture_params.CarbohydrateParameters.stem_structural_carbon_percentage = 0.457 - (1 - (1 / 1.14)) |
|
static |
◆ total_flower_cost
| float pyhelios.plant_architecture_params.CarbohydrateParameters.total_flower_cost = 8.33e-4 |
|
static |
The documentation for this class was generated from the following file: