net.simplace.client.simulation.lap.lintul.LintulRoot

Root depth growth simulation (only depth, no biomass)

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcInitRootDepthInitial rooting depth (at crop emergence)DOUBLEm0.05.00.1
constantcMaxRootDepthMaximum rooting depthDOUBLEm0.05.01.2
constantcMaxRootGrowthRateMaximum rate of increase in rooting depthDOUBLEmetre_per_day0.02.00.012
constantcWaterContentWiltingPointSoil water content at wilting pointDOUBLEm3/m30.01.00.075
inputiDevStageDevelopment stage of the plantDOUBLE10.020.00.0
inputiDoHarvestIf plant is harvested on this dayBOOLEAN1--false
inputiDoSowIf plant is sown on this dayBOOLEAN1--false
inputiGlobalWaterContentActual amount of water in the soil (WA)DOUBLEmm0.01000.0-
statesRootDepthRoot DepthDOUBLEm0.020.00.0
raterRateRootDepthRate of Root DepthDOUBLEmetre_per_day0.02.00.0



public class LintulRoot extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public LintulRoot();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent


create the FWSimVariables as interface for this SimComponent

// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


process the algorithm and write the results back to VarMap
protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - LintulRoot