net.simplace.client.simulation.lap.experimental.canopytemperature.HourLintulWaterStress
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 | 1.0 | 1.0 |
constant | cSteps | How many steps per day the values should be calculated | INT | 1 | 0 | - | 24 |
input | iActTranspirationHourly | Actual Transpiration | DOUBLEARRAY | mm/d | - | - | - |
input | iPotTranspirationHourly | Potential Transpiration | DOUBLEARRAY | mm/d | - | - | - |
out | TRANRFHourly | Transpiration reduction factor | DOUBLEARRAY | 1 | - | - | - |
public class HourLintulWaterStress extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public HourLintulWaterStress();
// 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) - HourLintulWaterStress