1.3.64
 
Loading...
Searching...
No Matches
CarbohydrateParameters Struct Reference

Data Fields

float stem_density = 54000
 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 carbohydrate_percentage = 0.10
 mean fraction of the dry weight of internode composed of carbohydrates in mature shoot
 
float carbohydrate_carbon_percentage = 0.4
 fraction of carbohydrates composed of carbon
 
float stem_structural_carbon_percentage = stem_carbon_percentage - (carbohydrate_carbon_percentage * carbohydrate_percentage)
 fraction of the dry weight of internode made up by structural carbon in mature shoot - Excludes fraction made up by carbohydrates
 
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 = 3
 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_maintenance_respiration_rate = 3.5024e-05
 maintenance respiration rate of stem (mol C respired/mol C in pool/day)
 
float root_maintenance_respiration_rate = 3.5024e-05
 maintenance respiration rate of root (mol C respired/mol C in pool/day)
 
float living_wood_fraction = 0.5
 fraction of wood composed of physiologically active tissue
 
float dormant_respiration_fraction = 0.9
 fraction of active respiration that occurs during dormancy
 
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.15
 carbohydrate concentration threshold to abort a flowering bud as a fraction of g C/ g DW in the stem
 
float carbohydrate_pruning_threshold = 0.025
 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.15
 carbohydrate concentration threshold for radial growth as a fraction of g C/ g DW in the stem
 
float carbohydrate_transfer_threshold_down = 0.025
 carbohydrate concentration threshold to transfer carbon to child shoots as a fraction of g C/ g DW in the stem
 
float carbohydrate_transfer_threshold_up = 0.04
 
float carbon_conductance_down = 0.75
 
float carbon_conductance_up = carbon_conductance_down
 

Detailed Description

Definition at line 274 of file PlantArchitecture.h.

Field Documentation

◆ branch_death_threshold_days

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 330 of file PlantArchitecture.h.

◆ bud_death_threshold_days

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 328 of file PlantArchitecture.h.

◆ carbohydrate_abortion_threshold

float CarbohydrateParameters::carbohydrate_abortion_threshold = 0.15

carbohydrate concentration threshold to abort a flowering bud as a fraction of g C/ g DW in the stem

Definition at line 324 of file PlantArchitecture.h.

◆ carbohydrate_carbon_percentage

float CarbohydrateParameters::carbohydrate_carbon_percentage = 0.4

fraction of carbohydrates composed of carbon

Definition at line 284 of file PlantArchitecture.h.

◆ carbohydrate_growth_threshold

float CarbohydrateParameters::carbohydrate_growth_threshold = 0.15

carbohydrate concentration threshold for radial growth as a fraction of g C/ g DW in the stem

Definition at line 339 of file PlantArchitecture.h.

◆ carbohydrate_percentage

float CarbohydrateParameters::carbohydrate_percentage = 0.10

mean fraction of the dry weight of internode composed of carbohydrates in mature shoot

Definition at line 282 of file PlantArchitecture.h.

◆ carbohydrate_phyllochron_threshold

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 334 of file PlantArchitecture.h.

◆ carbohydrate_pruning_threshold

float CarbohydrateParameters::carbohydrate_pruning_threshold = 0.025

carbohydrate concentration threshold to prune a shoot as a fraction of g C/ g DW in the stem

Definition at line 326 of file PlantArchitecture.h.

◆ carbohydrate_transfer_threshold_down

float CarbohydrateParameters::carbohydrate_transfer_threshold_down = 0.025

carbohydrate concentration threshold to transfer carbon to child shoots as a fraction of g C/ g DW in the stem

Definition at line 343 of file PlantArchitecture.h.

◆ carbohydrate_transfer_threshold_up

float CarbohydrateParameters::carbohydrate_transfer_threshold_up = 0.04

Definition at line 344 of file PlantArchitecture.h.

◆ carbohydrate_vegetative_break_threshold

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 336 of file PlantArchitecture.h.

◆ carbon_conductance_down

float CarbohydrateParameters::carbon_conductance_down = 0.75

Definition at line 345 of file PlantArchitecture.h.

◆ carbon_conductance_up

float CarbohydrateParameters::carbon_conductance_up = carbon_conductance_down

Definition at line 346 of file PlantArchitecture.h.

◆ dormant_respiration_fraction

float CarbohydrateParameters::dormant_respiration_fraction = 0.9

fraction of active respiration that occurs during dormancy

Definition at line 318 of file PlantArchitecture.h.

◆ fruit_carbon_percentage

float CarbohydrateParameters::fruit_carbon_percentage = 0.4786

fraction of the dry weight of fruit made up by carbon

Definition at line 308 of file PlantArchitecture.h.

◆ fruit_density

float CarbohydrateParameters::fruit_density = 525000

density of fruit (g m^-3)

Definition at line 306 of file PlantArchitecture.h.

◆ growth_respiration_fraction

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 320 of file PlantArchitecture.h.

◆ initial_density_ratio

float CarbohydrateParameters::initial_density_ratio = 0.2

starting fraction of the final stem carbon density in new growth

Definition at line 290 of file PlantArchitecture.h.

◆ leaf_carbon_percentage

float CarbohydrateParameters::leaf_carbon_percentage = 0.4444

fraction of leaf dry weight made up by carbon

Definition at line 298 of file PlantArchitecture.h.

◆ living_wood_fraction

float CarbohydrateParameters::living_wood_fraction = 0.5

fraction of wood composed of physiologically active tissue

Definition at line 316 of file PlantArchitecture.h.

◆ maturity_age

float CarbohydrateParameters::maturity_age = 180

age at which stem reaches physiological maturity (days)

Definition at line 288 of file PlantArchitecture.h.

◆ root_maintenance_respiration_rate

float CarbohydrateParameters::root_maintenance_respiration_rate = 3.5024e-05

maintenance respiration rate of root (mol C respired/mol C in pool/day)

Definition at line 314 of file PlantArchitecture.h.

◆ shoot_root_ratio

float CarbohydrateParameters::shoot_root_ratio = 3

ratio of shoot internode dry weight to root dry weight

Definition at line 292 of file PlantArchitecture.h.

◆ SLA

float CarbohydrateParameters::SLA = 2.5e-2

specific leaf area - ratio of leaf area to leaf dry mass (m^2 / g DW)

Definition at line 296 of file PlantArchitecture.h.

◆ stem_carbon_percentage

float CarbohydrateParameters::stem_carbon_percentage = 0.4559

fraction of the dry weight of internode made up by carbon in mature shoot

Definition at line 280 of file PlantArchitecture.h.

◆ stem_density

float CarbohydrateParameters::stem_density = 54000

mature internode (wood/stem) density (g m^-3)

Definition at line 278 of file PlantArchitecture.h.

◆ stem_maintenance_respiration_rate

float CarbohydrateParameters::stem_maintenance_respiration_rate = 3.5024e-05

maintenance respiration rate of stem (mol C respired/mol C in pool/day)

Definition at line 312 of file PlantArchitecture.h.

◆ stem_structural_carbon_percentage

float CarbohydrateParameters::stem_structural_carbon_percentage = stem_carbon_percentage - (carbohydrate_carbon_percentage * carbohydrate_percentage)

fraction of the dry weight of internode made up by structural carbon in mature shoot - Excludes fraction made up by carbohydrates

Definition at line 286 of file PlantArchitecture.h.

◆ total_flower_cost

float CarbohydrateParameters::total_flower_cost = 8.33e-4

carbon cost to produce a flower (mol C flower^-1)

Definition at line 302 of file PlantArchitecture.h.


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