Data Fields | |
float | stem_density = 540000 |
mature internode (wood/stem) density (g m^-3) | |
float | stem_carbon_percentage = 0.4559 |
fraction of the dry weight of internode made up by carbon in mature shoot | |
float | maturity_age = 180 |
age at which stem reaches physiological maturity (days) | |
float | initial_density_ratio = 0.2 |
starting fraction of the final stem carbon density in new growth | |
float | shoot_root_ratio = 4.5 |
ratio of shoot internode dry weight to root dry weight | |
float | SLA = 2.5e-2 |
specific leaf area - ratio of leaf area to leaf dry mass (m^2 / g DW) | |
float | leaf_carbon_percentage = 0.4444 |
fraction of leaf dry weight made up by carbon | |
float | total_flower_cost = 8.33e-4 |
carbon cost to produce a flower (mol C flower^-1) | |
float | fruit_density = 525000 |
density of fruit (g m^-3) | |
float | fruit_carbon_percentage = 0.4786 |
fraction of the dry weight of fruit made up by carbon | |
float | stem_maintainance_respiration_rate = 3.5024e-05 |
maintenance respiration rate of stem (mol C respired/mol C in pool/day) | |
float | root_maintainance_respiration_rate = 3.5024e-05 |
maintenance respiration rate of root (mol C respired/mol C in pool/day) | |
float | growth_respiration_fraction = 0.28 |
growth respiration cost (fraction of total carbon used during growth that goes toward respiration rather than structure) | |
float | carbohydrate_abortion_threshold = 0.1 |
carbohydrate concentration threshold to abort a flowering bud as a fraction of g C/ g DW in the stem | |
float | carbohydrate_pruning_threshold = 0.01 |
carbohydrate concentration threshold to prune a shoot as a fraction of g C/ g DW in the stem | |
float | bud_death_threshold_days = 2 |
threshold time (days) to abort a bud (bud is aborted when the carbohydrate concentration is below carbohydrate_abortion_threshold for more than this time) | |
float | branch_death_threshold_days = 5 |
threshold time (days) to abort a shoot (shoot is aborted when the carbohydrate concentration is below carbohydrate_abortion_threshold for more than this time) | |
float | carbohydrate_phyllochron_threshold = 0.05 |
carbohydrate concentration threshold to reduce phyllochron as a fraction of g C/ g DW in the stem | |
float | carbohydrate_vegetative_break_threshold = 0.15 |
carbohydrate concentration threshold to reduce vegetative bud break probability as a fraction of g C/ g DW in the stem | |
float | carbohydrate_growth_threshold = 0.1 |
carbohydrate concentration threshold for radial growth as a fraction of g C/ g DW in the stem | |
float | carbohydrate_transfer_threshold = 0.05 |
carbohydrate concentration threshold to transfer carbon to child shoots as a fraction of g C/ g DW in the stem | |
float | carbon_conductance_down = 0.9 |
float | carbon_conductance_up = carbon_conductance_down / 5 |
Definition at line 267 of file PlantArchitecture.h.
float CarbohydrateParameters::branch_death_threshold_days = 5 |
threshold time (days) to abort a shoot (shoot is aborted when the carbohydrate concentration is below carbohydrate_abortion_threshold for more than this time)
Definition at line 313 of file PlantArchitecture.h.
float CarbohydrateParameters::bud_death_threshold_days = 2 |
threshold time (days) to abort a bud (bud is aborted when the carbohydrate concentration is below carbohydrate_abortion_threshold for more than this time)
Definition at line 311 of file PlantArchitecture.h.
float CarbohydrateParameters::carbohydrate_abortion_threshold = 0.1 |
carbohydrate concentration threshold to abort a flowering bud as a fraction of g C/ g DW in the stem
Definition at line 307 of file PlantArchitecture.h.
float CarbohydrateParameters::carbohydrate_growth_threshold = 0.1 |
carbohydrate concentration threshold for radial growth as a fraction of g C/ g DW in the stem
Definition at line 322 of file PlantArchitecture.h.
float CarbohydrateParameters::carbohydrate_phyllochron_threshold = 0.05 |
carbohydrate concentration threshold to reduce phyllochron as a fraction of g C/ g DW in the stem
Definition at line 317 of file PlantArchitecture.h.
float CarbohydrateParameters::carbohydrate_pruning_threshold = 0.01 |
carbohydrate concentration threshold to prune a shoot as a fraction of g C/ g DW in the stem
Definition at line 309 of file PlantArchitecture.h.
float CarbohydrateParameters::carbohydrate_transfer_threshold = 0.05 |
carbohydrate concentration threshold to transfer carbon to child shoots as a fraction of g C/ g DW in the stem
Definition at line 326 of file PlantArchitecture.h.
float CarbohydrateParameters::carbohydrate_vegetative_break_threshold = 0.15 |
carbohydrate concentration threshold to reduce vegetative bud break probability as a fraction of g C/ g DW in the stem
Definition at line 319 of file PlantArchitecture.h.
float CarbohydrateParameters::carbon_conductance_down = 0.9 |
Definition at line 327 of file PlantArchitecture.h.
float CarbohydrateParameters::carbon_conductance_up = carbon_conductance_down / 5 |
Definition at line 328 of file PlantArchitecture.h.
float CarbohydrateParameters::fruit_carbon_percentage = 0.4786 |
fraction of the dry weight of fruit made up by carbon
Definition at line 295 of file PlantArchitecture.h.
float CarbohydrateParameters::fruit_density = 525000 |
density of fruit (g m^-3)
Definition at line 293 of file PlantArchitecture.h.
float CarbohydrateParameters::growth_respiration_fraction = 0.28 |
growth respiration cost (fraction of total carbon used during growth that goes toward respiration rather than structure)
Definition at line 303 of file PlantArchitecture.h.
float CarbohydrateParameters::initial_density_ratio = 0.2 |
starting fraction of the final stem carbon density in new growth
Definition at line 277 of file PlantArchitecture.h.
float CarbohydrateParameters::leaf_carbon_percentage = 0.4444 |
fraction of leaf dry weight made up by carbon
Definition at line 285 of file PlantArchitecture.h.
float CarbohydrateParameters::maturity_age = 180 |
age at which stem reaches physiological maturity (days)
Definition at line 275 of file PlantArchitecture.h.
float CarbohydrateParameters::root_maintainance_respiration_rate = 3.5024e-05 |
maintenance respiration rate of root (mol C respired/mol C in pool/day)
Definition at line 301 of file PlantArchitecture.h.
float CarbohydrateParameters::shoot_root_ratio = 4.5 |
ratio of shoot internode dry weight to root dry weight
Definition at line 279 of file PlantArchitecture.h.
float CarbohydrateParameters::SLA = 2.5e-2 |
specific leaf area - ratio of leaf area to leaf dry mass (m^2 / g DW)
Definition at line 283 of file PlantArchitecture.h.
float CarbohydrateParameters::stem_carbon_percentage = 0.4559 |
fraction of the dry weight of internode made up by carbon in mature shoot
Definition at line 273 of file PlantArchitecture.h.
float CarbohydrateParameters::stem_density = 540000 |
mature internode (wood/stem) density (g m^-3)
Definition at line 271 of file PlantArchitecture.h.
float CarbohydrateParameters::stem_maintainance_respiration_rate = 3.5024e-05 |
maintenance respiration rate of stem (mol C respired/mol C in pool/day)
Definition at line 299 of file PlantArchitecture.h.
float CarbohydrateParameters::total_flower_cost = 8.33e-4 |
carbon cost to produce a flower (mol C flower^-1)
Definition at line 289 of file PlantArchitecture.h.