Class Lintul5_DRUNIR_Liaise

java.lang.Object
net.simplace.sim.model.FWSimComponent
net.simplace.usermodules.gzhao.Lintul5_DRUNIR_Liaise
All Implemented Interfaces:
net.simplace.sim.util.FWSimFieldContainer

public class Lintul5_DRUNIR_Liaise extends net.simplace.sim.model.FWSimComponent
Soil water and DRainage, RUNoff, IRrigation routines from LINTUL
Author:
Gunther Krauss, Andreas Enders, Roelof Oomen

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcDRATEMaximum drainage rate (soil characteristic)DOUBLEmm/d0.080.050.0
constantcIRRIGF Irrigation rate relative to the rate needed to keep the soil water status at field capacity (WC=WCFC)DOUBLE10.01.00.0
constantcWCFCSoil water content at field capacityDOUBLEm3/m30.01.00.23
constantcWCSTSoil water content at full saturationDOUBLEm3/m30.01.00.4
constantcWCWPSoil water content at wilting pointDOUBLEm3/m30.01.00.075
constantcWaterContentInitialInitial soil water content (at start of the simulation run)DOUBLEm3/m30.01.00.23
inputWithCropcrop is presentBOOLEAN1--false
inputcNoSowHarvestIf true, actual water content is set to initial value on first simulation dayBOOLEAN1--false
inputiDTRdaily total radiation (output of routine WEATHR)DOUBLEJ/(m2 d)--0.0
inputiDoHarvestIf plant is harvested on this dayBOOLEAN1--false
inputiDoSowIf plant is sown on this dayBOOLEAN1--false
inputiEVAPevaporationDOUBLEmm/d0.020.0-
inputiIrrigationWater input through irrigationDOUBLEmm/d0.0500.00.0
inputiLAIleaf area indexDOUBLEm2/m20.011.0-
inputiRAINWater input through rainfallDOUBLEmm/d0.0100.0-
inputiROOTDRooting depthDOUBLEm0.05.0-
inputiRROOTDRate of increase in rooting depthDOUBLEm/d0.03.0-
inputiTMAXmaximal air temperature during day (output of routine WEATHR)DOUBLE°C--0.0
inputiTMINminimal air temperature during day (output of routine WEATHR)DOUBLE°C--0.0
inputiTRANtranspirationDOUBLEmm/d0.020.0-
inputpETpotential evapotraspirationDOUBLEmm/d0.0100.0-
statesGlobalWaterContentActual amount of water in the soil (WA)DOUBLEmm0.01000.00.0
outCropAvailWaterContentWater available for crop (above wilting point)DOUBLEm3/m30.020.00.0
outDRAINDrainage rate below the root zoneDOUBLEmm/d0.0200.00.0
outEFFECTIVERAINEffective rainfallDOUBLEmm/d0.02000.00.0
outEVAP_cumulativecumulative soil evaporation while crop growingDOUBLEmm/d0.010000.0-
outGROWINGSEASONRAINGrowing season rainfallDOUBLEmm/d0.03000.00.0
outGSDaysGrowing season lenghINTd030000
outGSRadiationsumGrowing season maximum temperatureDOUBLEJ/(m2 d)0.0300000.00.0
outGSTMaxsumGrowing season maximum temperatureDOUBLE°C-100000.030000.00.0
outGSTMinsumGrowing season minimum temperatureDOUBLE°C-1000000.0300000.00.0
outGrowingSeasonPETAccumulation of potential evapotranspiration in growing seasonDOUBLEmm/d0.02000.00.0
outIRRIGIrrigation rateDOUBLEmm/d0.0200.00.0
outIRRIGATIONNETREQUIREMENTNet irrigation requirementDOUBLEmm/d-2000.04000.00.0
outRNINTCInterception of rain by the canopyDOUBLEmm/d0.020.00.0
outRUNOFFLoss of water by runoffDOUBLEmm/d0.02000.00.0
outTRAN_cumulativecumulative soil transpiration while crop growingDOUBLEmm/d0.010000.0-
outtotalDRAINTotal drainage rate below the root zoneDOUBLEmm/d0.02000.00.0
outtotalRUNOFFTotal Loss of water by runoffDOUBLEmm/d0.02000.00.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.simplace.sim.model.FWSimComponent

    net.simplace.sim.model.FWSimComponent.TEST_STATE
  • Field Summary

    Fields inherited from class net.simplace.sim.model.FWSimComponent

    iFieldMap, iFrequence, iInputMap, iJexlRule, iMasterComponentGroup, iName, iOrderNumber, isComponentGroup, iSimComponentElement, iSimModel, iVarMap
  • Constructor Summary

    Constructors
    Constructor
    Description
    Empty constructor used by class.forName()
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.simplace.sim.model.FWSimComponent
    clone(net.simplace.sim.util.FWSimVarMap aVarMap)
    /** creates a clone from this SimComponent for use in other threads
    HashMap<String,net.simplace.sim.util.FWSimVariable<?>>
     
    HashMap<String,net.simplace.sim.util.FWSimVariable<?>>
    fillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck)
    called for single component test to check the components algorithm.
    protected void
    initializes the fields by getting input and output FWSimVariables from VarMap
    protected void
    process the algorithm and write the results back to VarMap

    Methods inherited from class net.simplace.sim.model.FWSimComponent

    addVariable, bind, checkCondition, createSimComponent, createSimComponent, createSimComponent, createSimComponent, doProcess, getConstantVariables, getContentType, getCreateFormXML, getDescription, getEditFormXML, getFieldMap, getFrequence, getFrequenceRuleScript, getInputs, getInputVariables, getMasterComponentGroup, getName, getOrderNumber, getOutputVariables, getVariable, getVariableField, getVarMap, initialize, isConditionCheck, isVariableAvailable, performLinks, performLinks, readInputs, removeVariable, reset, runComponentTest, setVariablesDefault, toComponentLinkingXML, toDocXML, toGroupXML, toOutputDefinitionXML, toResourcesDataXML, toResourcesDefinitionXML, toString, toXML, writeVarInfos

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Lintul5_DRUNIR_Liaise

      public Lintul5_DRUNIR_Liaise()
      Empty constructor used by class.forName()
  • Method Details

    • createVariables

      public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> createVariables()
      Specified by:
      createVariables in interface net.simplace.sim.util.FWSimFieldContainer
      Specified by:
      createVariables in class net.simplace.sim.model.FWSimComponent
      See Also:
      • net.simplace.simulation.model.FWSimComponent#createVariables()
    • init

      protected void init()
      initializes the fields by getting input and output FWSimVariables from VarMap
      Specified by:
      init in class net.simplace.sim.model.FWSimComponent
      See Also:
      • net.simplace.simulation.model.FWSimComponent#init()
    • process

      protected void process()
      process the algorithm and write the results back to VarMap
      Specified by:
      process in class net.simplace.sim.model.FWSimComponent
      See Also:
      • net.simplace.simulation.model.FWSimComponent#process()
    • fillTestVariables

      public HashMap<String,net.simplace.sim.util.FWSimVariable<?>> fillTestVariables(int aParamIndex, net.simplace.sim.model.FWSimComponent.TEST_STATE aDefineOrCheck)
      called for single component test to check the components algorithm.
      Specified by:
      fillTestVariables in class net.simplace.sim.model.FWSimComponent
      See Also:
      • net.simplace.sim.util.FWSimFieldContainer#fillTestVariables(int aParamIndex, TEST_STATE aDefineOrCheck)
    • clone

      protected net.simplace.sim.model.FWSimComponent clone(net.simplace.sim.util.FWSimVarMap aVarMap)
      /** creates a clone from this SimComponent for use in other threads
      Specified by:
      clone in class net.simplace.sim.model.FWSimComponent
      See Also:
      • net.simplace.simulation.model.FWSimComponent#clone(net.simplace.simulation.util.FWSimVarMap)