net.simplace.client.simulation.lap.lintul.variants.LintulBiomassProduction
Component for the Lintul crop model Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cK | Extinction coefficient for photosynthetically active radiation | DOUBLE | 1 | 0.0 | 1.0 | 0.6 |
constant | cLueNStressReduction | N Stress on LUE | DOUBLE | 1 | 0.0 | 20.0 | 1.0 |
input | iDoHarvest | Do Harvest | BOOLEAN | 1 | - | - | false |
input | iLAI | Leaf area index | DOUBLE | 1 | 0.0 | 20.0 | 0.0 |
input | iLUE | Light Use Efficiency | DOUBLE | 1 | - | - | - |
input | iNitrogenNutritionIndex | Nitrogen Nutrition Index gives information of the fraction of Nitrogen the plant has available relative to the demand | DOUBLE | 1 | 0.0 | 1.0 | 1.0 |
input | iRadiation | Daily global radiation (weather file) | DOUBLE | MJ/m2 | 0.0 | 2000000.0 | 0.0 |
input | iTranspirationReductionFactor | Transpiration reduction | DOUBLE | 1 | 0.0 | 1.0 | 1.0 |
state | sPARINT | Intercepted part of radiation | DOUBLE | 1 | 0.0 | 20.0 | 0.0 |
out | BiomassIncrease | Daily increase of biomass due to photosynthesis | DOUBLE | g/m2 | 0.0 | 10000.0 | 0.0 |
public class LintulBiomassProduction extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public LintulBiomassProduction(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public LintulBiomassProduction();
// 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) - LintulBiomassProduction