Loading [MathJax]/extensions/tex2jax.js
net.simplace.client.simulation.lap.lintul.variants.LintulPhenologyLegacy
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cAirTemperatureSumAnthesis | Temperature sum when anthesis of plant is reached | DOUBLE | K | 0.0 | 1500.0 | 400.0 |
constant | cAirTemperatureSumMaturity | Temperature sum when maturity of plant is reached | DOUBLE | K | 0.0 | 3000.0 | 800.0 |
constant | cAirTemperatureSumMilkripeness | Temperature sum when anthesis of plant is reached | DOUBLE | K | 0.0 | 1500.0 | - |
input | cRelativeDayOfEmergence | Day of emergence | DOUBLE | 1 | 0.0 | 366.0 | 0.23 |
input | iDoHarvest | Boolean info that harvesting was performed | BOOLEAN | K | - | - | false |
input | iDoSow | Boolean info that sowing was performed | BOOLEAN | K | - | - | false |
input | iRTEFFAnt | Rate of increase of the temperature sum befor Anthesis | DOUBLE | K | 0.0 | 20.0 | 0.23 |
input | iRTEFFMat | Rate of increase of the temperature sum after Anthesis | DOUBLE | K | 0.0 | 20.0 | 0.23 |
state | sDevStage | Development stage of the plant | DOUBLE | 1 | 0.0 | 3.0 | 0.0 |
state | sTSUM | Temperature sum | DOUBLE | K | 0.0 | 3000.0 | 0.0 |
out | AnthesisDate | Date of Anthesis | DATE | 1 | - | - | - |
out | CropCycleCount | Period of Sowing | INT | 1 | 0 | 100 | 0 |
out | EmergenceDate | Date of Emergence | DATE | 1 | - | - | - |
out | MaturityDate | Date of Maturity | DATE | 1 | - | - | - |
out | MilkripenessDate | Date of Milkripeness | DATE | 1 | - | - | - |
out | RTEFF | Rate of change of Temperature Sum | DOUBLE | 1 | 0.0 | 40.0 | 0.0 |
out | SowingDate | Date of Sowing | DATE | 1 | - | - | - |
public class LintulPhenologyLegacy extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public LintulPhenologyLegacy();
// 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) - LintulPhenologyLegacy