net.simplace.client.simulation.lap.lintul.variants.LintulPhenologyLegacy

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcAirTemperatureSumAnthesisTemperature sum when anthesis of plant is reachedDOUBLEK0.01500.0400.0
constantcAirTemperatureSumMaturityTemperature sum when maturity of plant is reachedDOUBLEK0.03000.0800.0
constantcAirTemperatureSumMilkripenessTemperature sum when anthesis of plant is reachedDOUBLEK0.01500.0-
inputcRelativeDayOfEmergenceDay of emergenceDOUBLE10.0366.00.23
inputiDoHarvestBoolean info that harvesting was performedBOOLEANK--false
inputiDoSowBoolean info that sowing was performedBOOLEANK--false
inputiRTEFFAntRate of increase of the temperature sum befor AnthesisDOUBLEK0.020.00.23
inputiRTEFFMatRate of increase of the temperature sum after AnthesisDOUBLEK0.020.00.23
statesDevStageDevelopment stage of the plantDOUBLE10.03.00.0
statesTSUMTemperature sumDOUBLEK0.03000.00.0
AnthesisDateDate of AnthesisDATE1null
EmergenceDateDate of EmergenceDATE1null
GrowingPeriodePeriod of SowingINT1null
MaturityDateDate of MaturityDATE1null
MilkripenessDateDate of MilkripenessDATE1null
RTEFFRate of change of Temperature SumDOUBLE1null
SowingDateDate of SowingDATE1null



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


// 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) - LintulPhenologyLegacy