net.simplace.client.simulation.lap.lintul.variants.LintulBiomassLegacy

Component for the Lintul crop model

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcKExtinction coefficient for photosynthetically active radiationDOUBLE10.01.00.6
constantcLAIIInitial rooting depth (at crop emergence)DOUBLEm0.00.10.012
constantcLaiCriticalCritical LAI beyond which leaves die due to self-shadingDOUBLEm0.06.04.0
constantcLaiNStressReductionN Stress on LAIDOUBLE10.020.01.0
constantcLueNStressReductionN Stress on LUEDOUBLE10.020.01.0
constantcRDRLmax. rel. death rate of leaves due to water stressDOUBLEm0.020.00.05
constantcRDRNSmax. relative death rate of leaves due to N stressDOUBLEm0.020.00.05
constantcRDRSHMMaximum relative death rate of leaves due to shadingDOUBLEm0.06.00.05
constantcRDRTFractions Table Root DeathDOUBLEARRAY1---
constantcRGRLmax. rel. death rate of leaves due to water stressDOUBLEm0.020.00.05
constantcRelativeDayOfEmergenceRelative Day of Emergence after SowingINT1036612
constantcSLASpecific Leaf AreaDOUBLE10.020.00.2
constantcSlaNStressReductionN Stress on Specific Leaf AreaDOUBLE10.020.01.0
inputiAirTemperatureMeanAirTemperatureMean (weather file)DOUBLE°C-50.050.00.0
inputiCropAvailWaterContentCrop available water content in soilDOUBLE10.020.00.0
inputiDevStageDevelopment stage of the plantDOUBLE10.03.00.0
inputiDoHarvestDo HarvestBOOLEAN1--false
inputiDoSowDo SowBOOLEAN1--false
inputiEffectiveTempRateAfterAntAirTemperatureMean (weather file)DOUBLE°C-50.050.00.0
inputiEffectiveTempRateBeforeAntAirTemperatureMean (weather file)DOUBLE°C-50.050.00.0
inputiLUELight Use EfficiencyDOUBLE1---
inputiNitrogenNutritionIndexNitrogen Nutrition Index gives information of the fraction of Nitrogen the plant has available relative to the demandDOUBLE10.01.01.0
inputiPartLeavesFactorFactor of part of biomass sent to LeavesDOUBLE10.01.00.0
inputiPartRootFactorFactor of part of biomass sent to RootDOUBLE10.01.00.0
inputiPartStemsFactorFactor of part of biomass sent to StemsDOUBLE10.01.00.0
inputiPartStorageOrgansFactorFactor of part of biomass sent to StorageOrgansDOUBLE10.01.00.0
inputiRadiationDaily global radiation (weather file)DOUBLEMJ/m20.02000000.00.0
inputiTranspirationReductionFactorTranspiration reductionDOUBLE10.01.00.0
inputiUnusedRootBiomassUnused Root BiomassDOUBLE10.020000.00.0
statesDaysSinceSowingDays since SowingINT1010000
statesLAILeaf area indexDOUBLE10.020.00.0
statesWLVBiomass of leavesDOUBLE10.020000.00.0
statesWLVD-DOUBLE10.020000.00.0
statesWLVG-DOUBLE10.020000.00.0
statesWRTBiomass of RootsDOUBLE-0.020000.00.0
statesWSOBiomass of Storage OrgansDOUBLE10.020000.00.0
statesWSTBiomass of StemsDOUBLE10.020000.00.0
raterDLAIRate of change of Leaf area indexDOUBLE1-20.020.00.0
raterDeadLeavesRate of Leaves DeathDOUBLE1-200.020000.00.0
raterDeadStemsRate of dead stemsDOUBLE1-200.020000.00.0
raterRWLVGRate of Green Leaves changeDOUBLE1-200.020000.00.0
raterRWRTRate of Root GrowthDOUBLE10.020000.00.0
outAboveGroundBiomassSum of Biomass fractions above groundDOUBLE10.010000.00.0
outPARINTIntercepted part of radiationDOUBLE10.020.00.0



public class LintulBiomassLegacy extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public LintulBiomassLegacy(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public LintulBiomassLegacy();


// 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) - LintulBiomassLegacy