net.simplace.client.simulation.lap.lintul5.WaterBalance

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)DOUBLE11.04.02.0
constantcCRAIRCcritical soil air content for aerationDOUBLE10.01.00.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) and NPK limited (=4)INT1144
constantcIRRIautomatic irrigation (=1), actual irrigation from table (=2) or non irrigated(=0)INT1020
constantcIRRTABtable with effective applications of irrigation water as function of day numberDOUBLEARRAYmm/d--[Ljava.lang.Double;@28768e25
constantcKSUBmaximal percolation rate from lower zone to deeper soil layersDOUBLEmm/d--10.0
constantcRDIInitial rooting depthDOUBLEm0.02.00.1
constantcRDMCRcrop-specific maximum rooting depthDOUBLEm0.010.01.25
constantcRDMSOmaximum rooting depth as determined by soil structureDOUBLEm0.010.01.5
constantcRUNFRaverage fraction of precipitation lost by runoffDOUBLE10.01.00.0
constantcSM0soil moisture content at saturationDOUBLEm3/m30.01.00.45
constantcSMDRYsoil moisture content at airdry (pF= 6.0)DOUBLEm3/m30.01.00.15
constantcSMFCsoil moisture content at field capacity (pF= 2.3)DOUBLEm3/m30.01.00.35
constantcSMIsoil moisture content in initial root zone at planting or emergenceDOUBLEm3/m30.01.00.3
constantcSMLOWIinitial soil moisture content in lower zone at planting or emergenceDOUBLEm3/m30.01.00.3
constantcSMWsoil moisture content at wilting point (pF= 4.2)DOUBLEm3/m30.01.00.2
constantcScaleFactorIRRScales the y-values of IRRTAB (for sensitivity analysis / calibration)DOUBLE1--1.0
inputiDoHarvestharvestingBOOLEAN1--false
inputiDoSowsowingBOOLEAN1--false
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
inputiRDactual rooting depthDOUBLEm--0.0
inputiRRroot growth rateDOUBLEm/d--0.0
inputiTRMAXPotential transpirationDOUBLEmm/d--0.0
inputiWithCropif crop is presentBOOLEAN1--true
statesDIRRO-DOUBLE--0.0
statesDSLRcounter of the days since last rainDOUBLE10.0-0.0
statesSMACTactual soil moisture content in rooted zoneDOUBLEmm3/mm3-1.0E-71.00.0
statesSMACTLactual soil moisture content in lower zoneDOUBLEmm3/mm3-1.0E-71.00.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
raterEVAactual soil evaporationDOUBLEmm/d--0.0
raterPERC3percolation from lower zone to deeper soil layersDOUBLEmm/d--0.0
raterRAIN0precipitation in previous dayDOUBLEmm/d--0.0
raterRIRRdaily irrigation infiltratedDOUBLEmm/d--0.0
raterRUNOFwater loss by surface runoffDOUBLEmm/d--0.0
raterTRAactual transpiration rateDOUBLEmm/d--0.0
raterWDRchange in total water in the rooted zone by root growthDOUBLEmm/d--0.0
raterWDRAchange in available water in the rooted zone by root growthDOUBLEmm/d--0.0
RDMsoil/crop related maximal rooting depthDOUBLEmnull
TRANRFreduction factor for crop growth due to drought/wetnessDOUBLE1null
WBALbalance for checking soil water balance in rooted zoneDOUBLEmm/dnull
WBALLbalance for checking soil water balance in lower zoneDOUBLEmm/dnull



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


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


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


// 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 initValues();

protected void resetOnHarvest();

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