net.simplace.usermodules.holger.PD_DiseasePressure

to be documented

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcDISPARScaling factor to up/downregulate disease impactDOUBLE10.0-1.0
inputD1F0PESSEV on FDOUBLE0.0100.00.0
inputD1F1PESSEV on F1DOUBLE0.0100.00.0
inputD1F2PESSEV on F2DOUBLE0.0100.00.0
inputD1F3PESSEV on F3DOUBLE0.0100.00.0
inputD1F4PESSEV on F4DOUBLE0.0100.00.0
inputD1F5PESSEV on F5DOUBLE0.0100.00.0
inputD1F6PESSEV on F6DOUBLE0.0100.00.0
inputD2F0PESSEV on FDOUBLE0.0100.00.0
inputD2F1PESSEV on F1DOUBLE0.0100.00.0
inputD2F2PESSEV on F2DOUBLE0.0100.00.0
inputD2F3PESSEV on F3DOUBLE0.0100.00.0
inputD2F4PESSEV on F4DOUBLE0.0100.00.0
inputD2F5PESSEV on F5DOUBLE0.0100.00.0
inputD2F6PESSEV on F6DOUBLE0.0100.00.0
inputD3F0PESSEV on FDOUBLE0.0100.00.0
inputD3F1PESSEV on F1DOUBLE0.0100.00.0
inputD3F2PESSEV on F2DOUBLE0.0100.00.0
inputD3F3PESSEV on F3DOUBLE0.0100.00.0
inputD3F4PESSEV on F4DOUBLE0.0100.00.0
inputD3F5PESSEV on F5DOUBLE0.0100.00.0
inputD3F6PESSEV on F6DOUBLE0.0100.00.0
inputD4F0PESSEV on FDOUBLE0.0100.00.0
inputD4F1PESSEV on F1DOUBLE0.0100.00.0
inputD4F2PESSEV on F2DOUBLE0.0100.00.0
inputD4F3PESSEV on F3DOUBLE0.0100.00.0
inputD4F4PESSEV on F4DOUBLE0.0100.00.0
inputD4F5PESSEV on F5DOUBLE0.0100.00.0
inputD4F6PESSEV on F6DOUBLE0.0100.00.0
inputD5F0PESSEV on FDOUBLE0.0100.00.0
inputD5F1PESSEV on F1DOUBLE0.0100.00.0
inputD5F2PESSEV on F2DOUBLE0.0100.00.0
inputD5F3PESSEV on F3DOUBLE0.0100.00.0
inputD5F4PESSEV on F4DOUBLE0.0100.00.0
inputD5F5PESSEV on F5DOUBLE0.0100.00.0
inputD5F6PESSEV on F6DOUBLE0.0100.00.0
inputiDVSDevelopment stageDOUBLE10.0--
inputiDoHarvestharvestingBOOLEAN1--false
inputiDoSowsowingBOOLEAN1--false
stateF0maxmax PESSEV on F0DOUBLEg/m20.0100.00.0
stateF0maxDdaily max PESSEV on F0DOUBLEg/m20.0100.00.0
stateF1maxmax PESSEV on F1DOUBLEg/m20.0100.00.0
stateF1maxDdaily max PESSEV on F1DOUBLEg/m20.0100.00.0
stateF2maxmax PESSEV on F2DOUBLEg/m20.0100.00.0
stateF2maxDdaily max PESSEV on F2DOUBLEg/m20.0100.00.0
stateF3maxmax PESSEV on F3DOUBLEg/m20.0100.00.0
stateF3maxDdaily max PESSEV on F3DOUBLEg/m20.0100.00.0
stateF4maxmax PESSEV on F4DOUBLEg/m20.0100.00.0
stateF4maxDdaily max PESSEV on F4DOUBLEg/m20.0100.00.0
stateF5maxmax PESSEV on F5DOUBLEg/m20.0100.00.0
stateF5maxDdaily max PESSEV on F5DOUBLEg/m20.0100.00.0
stateF6maxmax PESSEV on F6DOUBLEg/m20.0100.00.0
stateF6maxDdaily max PESSEV on F6DOUBLEg/m20.0100.00.0
outFmaxmaximum PESSEV across layers and diseases and timeDOUBLE10.0-0.0
outFmaxDdaily maximum PESSEV across layers and diseasesDOUBLE10.01.00.0
outPDLAIweighted max PESSEV across timeDOUBLE10.0-0.0
outPDLAIDdaily weighted max PESSEVDOUBLE10.0-0.0
outPESSEVdisease severityDOUBLE10.01.00.0
outWithCropcrop is presentBOOLEAN1--false



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


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


Create the FWSimVariables as interface for this SimComponent

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

initializes the fields by getting input and output FWSimVariables from VarMap
protected void initValues();

protected void resetOnHarvest();

protected void process(); // Defines net.simplace.sim.model.FWSimComponent

protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.sim.model.FWSimComponent




}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - PD_DiseasePressure