net.simplace.usermodules.heidi.modules.lintul5slimagmip.Lintul5SlimNEvapTranDemand
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cK | - | DOUBLE | 1 | 0.0 | 20.0 | 0.6 |
constant | cPartitioningCalibration | Fudge factor for partitioning ET to soil evap and crop trans | DOUBLE | 1 | 0.0 | 1.2 | 1.0 |
constant | cUseEvapotranspiration | Use of Evaporation and Transpiration | BOOLEAN | 1 | - | - | true |
input | iLAI | Leaf Area Index | DOUBLE | m2/m2 | 0.0 | 20.0 | - |
input | iMeantemp | Mean temperature | DOUBLE | °C | 0.0 | 20.0 | - |
input | iPrecipitation | Daily Precipitation | DOUBLE | mm | 0.0 | 20.0 | - |
input | iRadiation | Daily Radiation | DOUBLE | MJ/m2 | 0.0 | 20.0 | - |
input | iReferenceEvapoTranspiration | Effect by both Evaporation and transpiration | DOUBLE | mm | 0.0 | 20.0 | - |
input | iVapourpressure | Daily Vapour Pressure | DOUBLE | kPa | 0.0 | 20.0 | - |
input | iWindspeed | Wind Speed | DOUBLE | m/s | 0.0 | 20.0 | - |
out | PartIntercepted | - | DOUBLE | mm | 0.0 | 20.0 | - |
out | PotentialEvapoTranspiration | Potential Evaporation+Transpiration | DOUBLE | mm | 0.0 | 22.0 | - |
out | PotentialEvaporation | Potential Evaporation | DOUBLE | mm | 0.0 | 20.0 | - |
out | PotentialTranspiration | Potential Transpiration | DOUBLE | mm | 0.0 | 20.0 | - |
public class Lintul5SlimNEvapTranDemand extends
net.simplace.sim.model.FWSimComponent {
// Public Constructors
public Lintul5SlimNEvapTranDemand();
// 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 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) - Lintul5SlimNEvapTranDemand