net.simplace.sim.components.management.NitrogenSurplus

The purpose of this sim-component is to calculate the balance of applied and available major nitrogen fertilizer, e.g., organic N, ammonium, nitrate with the plant update resp. demand. This can be used to calculate possible nitrogen loss due to a fertilizer surplus.

Kultur Kennzeichen Ertragsniveau in dt/ha Stickstoffbedarfswert in kg N/ha Ertragsdifferenz in dt/ha Höchstzuschläge bei höheren Erträgen in kg N/ha je Einheit nach Spalte 2 Mindestabschläge bei niedrigeren Erträgen in kg N/ha je Einheit nach Spalte 2 Winterweizen WW 80 230 10 10 15 Hartweizen HW 55 200 10 10 15 Wintergerste WG 70 180 10 10 15 Winterroggen WRo 70 170 10 10 15 Wintertriticale WTr 70 190 10 10 15 Sommergerste SG 50 140 10 10 15 Hafer HA 55 130 10 10 15 Körnermais KM 90 200 10 10 15 Silomais SM 450 200 50 10 15 Zuckerrübe ZR 650 170 100 10 15 Kartoffel KR 450 180 50 10 10 Frühkartoffel fKR 400 220 50 10 10 Sonnenblume SB 30 120 10 10 15 Winterraps WRa 40 200 5 10 15 KornMix CCM 90 200 10 10 15 CatchCrop CC 0 40 0 0 0

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcCropIDID of crop from above list (static field CropID)CHAR1--
constantcNMinSpringAmount of Nmin (as average of last 3 years)DOUBLEg/m20.01000.00.0
constantcYieldLevelLevel of yield (average in last 3 years) DOUBLEg/m20.01000.0-
inputiAppliedNitrateAndAmmoniumAmount of Nmin applied in current yearDOUBLEg/m20.01000.00.0
inputiAppliedNorgAmount of Norg applied in current yearDOUBLEg/m20.01000.00.0
inputiPlantUptakeAmount of Nmin taken up by plant in current yearDOUBLEg/m20.01000.00.0
outDuevNitrateAndAmmoniumSurplusapplied Ammonium NDOUBLEg/m20.01000.00.0
outDuevRuleAccordanceapplied PhosphorusBOOLEANg/m2--false
outSimNitrateAndAmmoniumSurplusapplied Organi CDOUBLEg/m20.01000.00.0
outSimRuleAccordanceapplied PotassiumBOOLEANg/m2--false



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

// Constants
protected static final String[] tCropIDs;
protected static final LinkedList CropID;
protected static final Double[] YieldLevel;
protected static final Double[] NitrogenDemand;
protected static final Double[] YieldGap;
protected static final Double[] FertilizerPlus;
protected static final Double[] FertilizerMinus;

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



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

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

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


creates a clone from this SimComponent for use in other threads


}



Hierarchy: java.lang.Object - net.simplace.sim.model.FWSimComponent (net.simplace.sim.util.FWSimFieldContainer) - NitrogenSurplus