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

Component for the Lintul crop model

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
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
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.001
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
inputiGTOTALTotal Biomass increment per dayDOUBLE1--0.0
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
inputiTranspirationReductionFactorTranspiration reductionDOUBLE10.01.01.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 RootsDOUBLE10.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
raterDLVRate of Leaves DeathDOUBLE1-200.020000.00.0
raterRWLVGRate of Green Leaves changeDOUBLE1-200.020000.00.0
raterRWRTRate of Root GrowthDOUBLE10.020000.00.0
AboveGroundBiomassSum of Biomass fractions above groundDOUBLE1null
TotalBiomassSum of Biomass fractions above groundDOUBLE1null



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


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.simulation.model.FWSimComponent



// Protected Instance Methods
protected void init(); // Defines
net.simplace.simulation.model.FWSimComponent


protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


protected FWSimComponent clone(FWSimVarMap aVarMap);
// Defines net.simplace.simulation.model.FWSimComponent




}



Hierarchy: java.lang.Object - net.simplace.simulation.model.FWSimComponent (net.simplace.simulation.util.FWSimFieldContainer) - LintulBiomassDistribution