net.simplace.usermodules.gzhao.EvapTran
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cTRANCO | - | DOUBLE | mm | 0.0 | 20.0 | 8.0 |
constant | cWaterContentAirDry | amount of water drown | DOUBLE | mm | 0.0 | 20.0 | 0.005 |
constant | cWaterContentFieldCapacity | Feild Capicity to hold water | DOUBLE | mm | 0.0 | 20.0 | 0.29 |
constant | cWaterContentInitial | Initial soil water content (at start of the simulation run) | DOUBLE | m3/m3 | 0.0 | 20.0 | 0.23 |
constant | cWaterContentSaturation | Water COntent standing | DOUBLE | mm | 0.0 | 20.0 | 0.41 |
constant | cWaterContentWet | - | DOUBLE | mm | 0.0 | 20.0 | 0.37 |
constant | cWaterContentWiltingPoint | Water content present at wilting point | DOUBLE | mm | 0.0 | 20.0 | 0.12 |
input | iDoHarvest | Plant ready for harvest | BOOLEAN | 1 | - | - | false |
input | iDoSow | Plant present or not | BOOLEAN | 1 | - | - | false |
input | iPotentialEvaporation | Evaporation daily | DOUBLE | mm | 0.0 | 20.0 | - |
input | iPotentialTranspiration | Transpiration daily | DOUBLE | mm | 0.0 | 20.0 | - |
input | iRootDepth | Deapth of root | DOUBLE | m | 0.0 | 20.0 | 0.0 |
input | iWaterContent | Water Content available | DOUBLE | mm | 0.0 | 25.0 | - |
Evaporation | Evaporation effect at given conditions | DOUBLE | mm | null |
Transpiration | Transpiration under given condition | DOUBLE | mm | null |
mMyAVAILF | mMyAVAILF | DOUBLE | mm | null |
mMyFR | mMyFR | DOUBLE | mm | null |
mMyWC | mMyWC | DOUBLE | mm | null |
mMyWCCR | mMyWCCR | DOUBLE | mm | null |
public class EvapTran extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public EvapTran();
// 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
initializes the fields by getting input and output FWSimVariables from VarMap
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) - EvapTran