net.simplace.client.simulation.lap.NitrogenDemand

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcANLVI-DOUBLEg/g0.00120.00.0135
constantcANRTI-DOUBLEg/g0.00120.00.0016
constantcANSTI-DOUBLEg/g0.00120.00.006
constantcDELT-DOUBLE10.020.01.0
constantcDevelopmentStageNUptakeStops-DOUBLE10.00120.01.0
constantcFRTTBFractions Table RootDOUBLEARRAY10.020.0-
constantcFractionMaxNConcentrationRootsNConcentrationLeaves-DOUBLEg/g0.00120.00.37
constantcFractionMaxNConcentrationStemNConcentrationLeaves-DOUBLEg/g0.00120.00.5
constantcGrainToCropDailyNitrogenDaily nitrogen, that is supplied from the grain to the rootsDOUBLEg/m2--0.02
constantcGrainToCropDevStageDevStage up to which nitrogen is supplied from grain to cropDOUBLE10.02.00.0
constantcGrainToCropMaxNitrogenMaximal nitrogen, that is supplied from the grain to the rootsDOUBLEg/m2--0.4
constantcNAbsorptionReductionReduction of the N absorptionDOUBLEARRAY10.020.0[Ljava.lang.Double;@4fea840f
constantcNMaxConcentrationLeavesNMaxConcentrationLeavesDOUBLEARRAY10.020.0[Ljava.lang.Double;@32ae8f27
constantcNMaxConcentrationStorageOrgans-DOUBLEg/g0.00120.00.02
constantcNonTranslocateableResidualNConcentrationsLeaves-DOUBLEg/g0.00120.00.004
constantcNonTranslocateableResidualNConcentrationsRoot-DOUBLEg/g0.00120.00.002
constantcNonTranslocateableResidualNConcentrationsStem-DOUBLEg/g0.00120.00.0015
constantcNoptimalFraction-DOUBLEg/g0.00120.00.5
constantcTimeCoefficientNUptakeMassflow-DOUBLEg/g0.00120.03.0
constantcTranslocationNTimeCoefficient-DOUBLEg/g0.00120.010.0
inputiCROPcroptype, Gibt an welche crop-art angebaut wird Stickstoffsammler oder nichtCHAR1--
inputiDevStageindex for development stage of plantDOUBLE10.03.00.0
inputiDoHarvestIf harvest dayBOOLEAN1--false
inputiPlantNitrogenUptakeNitrogen uptakeDOUBLEg/m20.04000.00.0
inputiRateofChangeWeightDeadLeavesLintul Biomass change of weight of the dead leaves this dayDOUBLEg/m20.04000.00.0
inputiTRANRFTranspiration Reduction FactorDOUBLE10.03.00.0
inputiWeightGreenLeavesLintul Biomass dry weight of green leavesDOUBLEg/m20.04000.00.0
inputiWeightRootsLintul Biomass dry weight of rootsDOUBLEg/m20.04000.00.0
inputiWeightStemsLintul Biomass dry weight of stemsDOUBLEg/m20.04000.00.0
inputiWeightStorageOrgansLintul Biomass dry weight of storage organsDOUBLEg/m20.04000.00.0
inputiWithCropIf crop is presentBOOLEAN1--false
statesAmountNitrogenFixedN amount in FixedDOUBLEg/m20.040000.00.0
statesAmountNitrogenLeavesN amount in leavesDOUBLEg/m2-20000.0400000.00.0
statesAmountNitrogenRootsN amount in RootsDOUBLEg/m2-20000.040000.00.0
statesAmountNitrogenStemsN amount in StemsDOUBLEg/m2-20000.040000.00.0
statesAmountNitrogenStorageOrgansN amount in StorageOrgansDOUBLEg/m20.040000.00.0
statesGrainToCropTotalNitrogentotal nitrogen, that is supplied from the grain to the rootsDOUBLEg/m2--0.0
NitrogenAbsorbedNitrogenAbsorbedDOUBLEg/m2null
NitrogenDemandTotalNitrogenDemandTotalDOUBLEg/m2null
NitrogenNutritionIndexNitrogenNutritionIndexDOUBLE1null
NitrogenStressIndexNitrogenStressIndexDOUBLE1null



public class NitrogenDemand extends net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public NitrogenDemand();


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