net.simplace.usermodules.gzhao.PhenologyCalculator

Component for the Lintul crop model true ${vCultivar} true ${vCultivar}

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcHarvestLatestLatest harvest Day of YearINTmm03660
constantcIrrigationdevelopmet stageINTmm0530
constantcIrrigationOptintercepted PARINTMJ/(m2 d)060
constantcMAIFdevelopmet stageINT1010
constantcSowingDOYSowing Day of YearINT103660
constantcSpringFallActual EvaporationINTmm03660
inputiDVSdevelopmet stageDOUBLE10.03.00.0
inputiRDdevelopmet stageDOUBLEm0.03.00.0
inputiTRANRFWater stress factorDOUBLE10.03.00.0
inputiWithCropcrop is presentBOOLEAN1--false
inputisMatureisMatureBOOLEAN1--false
DoHarvestharvestingBOOLEAN1null
DoSowsowingBOOLEAN1null
RDRoot depthDOUBLEmeternull
TRANRFWater stress factorDOUBLE1null



public class PhenologyCalculator extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public PhenologyCalculator(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public PhenologyCalculator();


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


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) - PhenologyCalculator