Class BiomassTranslocationForDrought
java.lang.Object
net.simplace.sim.model.FWSimComponent
net.simplace.sim.components.experimental.canopytemperature.BiomassTranslocationForDrought
- All Implemented Interfaces:
net.simplace.sim.util.FWSimFieldContainer
public class BiomassTranslocationForDrought
extends net.simplace.sim.model.FWSimComponent
BiomassTranslocation calculates daily biomass translocation after anthesis.
Certain amount (20%) of produced biomass before anthesis which stored in stems relocated to grains after anthesis. Re-translocated biomass obtained from All equations documented in Slotani and Sinclair, 2012 pp. 133-135.
\(TDM = (WST_{Day_of_anthesis}+WLV_{Day_of_anthesis}+WRT_{Day_of_anthesis}) \cdot FRTDM \) \(TRANSL_{Day} = TDM \cdot (DevStage_{Day} - DevStage{Day - 1})The biomass to translocate is subtracted from the biomass of dead leaves and added to the biomass of storage organs. If there is not enough dead leaves biomass, then biomass is translocated from stems.
References: Soltani, A., Sinclair, T.R., Modeling physiology of crop development growth and yield. 2012 CABI publisher, pp. 133-134.