net.simplace.usermodules.yli.DiseaseFactor

Component for the Lintul crop model

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcCFEVcorrection factor of time course of soil evaporation (value between 1 and about 4)DOUBLE1--2.0
constantcCRAIRCcritical soil air content for aerationDOUBLE1--0.07
constantcDEPNRcrop group number for soil water depletionDOUBLE1--4.5
constantcIAIRDUair ducts in roots present (=1) or not (=0)BOOLEAN1--false
constantcIOPTindicates optimal (=1), water limited (=2), water and N limited (=3) andINT1--0
constantcIRRIautomatic irrigation (=1), actual irrigation from table (=2) or non irrigated(=0)INT1--0
constantcIRRTABtable with effective applications of irrigation water as function of day numberDOUBLEARRAYmm/d---
constantcKSUBmaximal percolation rate from lower zone to deeper soil layersDOUBLEmm/d--10.0
constantcRDIInitial rooting depthDOUBLEm--10.0
constantcRDMCRcrop-specific maximum rooting depthDOUBLEm--125.0
constantcRDMSOmaximum rooting depth as determined by soil structureDOUBLEm--150.0
constantcRUNFRaverage fraction of precipitation lost by runoffDOUBLE1--0.0
constantcSM0soil moisture content at saturationDOUBLEm3/m3--0.45
constantcSMDRYsoil moisture content at airdry (pF= 6.0)DOUBLEm3/m3--0.15
constantcSMFCsoil moisture content at field capacity (pF= 2.3)DOUBLEm3/m3--0.35
constantcSMIsoil moisture content in initial root zone at planting or emergenceDOUBLEm3/m3--0.3
constantcSMLOWIinitial soil moisture content in lower zone at planting or emergenceDOUBLEm3/m3--0.3
constantcSMWsoil moisture content at wilting point (pF= 4.2)DOUBLEm3/m3--0.2
inputiEMERGhas emergedBOOLEAN1--false
inputiES0potential evaporation from soil surfaceDOUBLEmm/d--0.0
inputiETCpotential transpiration of crop (with CO2 correction for C3 crop)DOUBLEmm/d--0.0
inputiEVMAXPotential evaporationDOUBLEmm/d--0.0
inputiRAINprecipitation (output of routine WEATHR)DOUBLEmm/d--0.0
inputiRD-DOUBLEm--0.0
inputiRR-DOUBLEm/d--0.0
inputiResetWaterBalancesets soil water to ininital state if trueBOOLEAN1--false
inputiTRMAXPotential transpirationDOUBLEmm/d--0.0
statesDIRRO-DOUBLE--0.0
statesDSLRcounter of the days since last rainDOUBLE1--0.0
statesSMACTactual soil moisture content in rooted zoneDOUBLEmm3/mm3--0.0
statesSMACTLactual soil moisture content in lower zoneDOUBLEmm3/mm3--0.0
statesTDRAINcumulative drainage to the sub-soilDOUBLEmm--0.0
statesTESOILcumulative soil evaporationDOUBLEmm--0.0
statesTIRRcumulative irrigationDOUBLEmm--0.0
statesTRAINcumulative precipitationDOUBLEmm--0.0
statesTRUNOFcumulative surface runoffDOUBLEmm--0.0
statesTTRANScumulative crop transpirationDOUBLEmm--0.0
statesTWDRcumulative water added to the rooted zone by root growthDOUBLEmm--0.0
statesWAVTtotal available water in rooted zoneDOUBLEmm--0.0
statesWAVTLtotal available water in lower zone (below rooted zone)DOUBLEmm--0.0
statesWTOTamount of total water in rooted zoneDOUBLEmm--0.0
statesWTOTLamount of total water in lower zone (below rooted zone)DOUBLEmm--0.0
statesWTOTLNnew amount of total water in lower zone (below rooted zone)DOUBLEmm--0.0
statesWTOTNnew amount of total water in rooted zoneDOUBLEmm--0.0
raterDIRReffective application of irrigation waterDOUBLEmm/d--0.0
raterDWATchange in available water in rooted zoneDOUBLEmm/d--0.0
raterDWATLchange in available water in lower zoneDOUBLEmm/d--0.0
raterDWOTchange in total water in rooted zoneDOUBLEmm/d--0.0
raterDWOTLchange in total water in lower zoneDOUBLEmm/d--0.0
raterEVA-DOUBLE--0.0
raterPERC3percolation from lower zone to deeper soil layersDOUBLEmm/d--0.0
raterRAIN0-DOUBLEmm/d--0.0
raterRIRR-DOUBLEmm/d--0.0
raterRUNOFwater loss by surface runoffDOUBLEmm/d--0.0
raterTRA-DOUBLEmm/d--0.0
raterWDRchange in total water in the rooted zone by root growthDOUBLEmm/d--0.0
raterWDRA-DOUBLEmm/d--0.0
outRDMsoil/crop related maximal rooting depthDOUBLEm--0.0
outTRANRFreduction factor for crop growth due to drought/wetnessDOUBLE1--0.0
outWBALbalance for checking soil water balance in rooted zoneDOUBLEmm/d--0.0
outWBALLbalance for checking soil water balance in lower zoneDOUBLEmm/d--0.0



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


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


Create the FWSimVariables as interface for this SimComponent
public void WATBALS();


// 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 process(); // Defines net.simplace.sim.model.FWSimComponent

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


creates a clone from this SimComponent for use in other threads


}



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