net.simplace.usermodules.gzhao.LintulWaterStress
Component for the Lintul crop model Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cDroughtTolerance | Tolerance of plant for drought | DOUBLE | 1 | 0.0 | 20.0 | 0.23 |
constant | cIOPT | indicates optimal (=1), water limited (=2), water and N limited (=3) and water and N, P and K limited run (=4) | INT | 1 | - | - | 0 |
input | iActTranspiration | Actual Transpiration | DOUBLE | mm | 0.0 | 6.0 | 0.0 |
input | iPotTranspiration | Potential Transpiration | DOUBLE | mm | 0.0 | 6.0 | 0.0 |
out | TRANRF | Transpiration reduction factor | DOUBLE | 1 | 0.0 | 20.0 | 1.0 |
public class LintulWaterStress extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public LintulWaterStress();
// 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) - LintulWaterStress