net.simplace.usermodules.heidi.modules.HeatStressHourly_DVS

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcDVS_flowerCultivar specific temperature sum to reach anthesisDOUBLEC day--1.0
constantcEndDVSEnd of sensitive period for kernel abortion relative to anthesisDOUBLEC day--1.25
constantcReductionPerDHAboveTempCriticalreduction in kernel number/ yield per degree-hour above a threshold tempDOUBLEone--0.05
constantcStartDVSStart of sensitive period for kernel abortion relative to anthesisDOUBLEC days--0.75
constantcTCriticalTemperature at which reduction in final yield occurs due to kernel abortionDOUBLEC--32.0
inputiDVScurrent crop development stageDOUBLEone---
inputiTinputestimated canopy temperatureDOUBLEARRAYC---
inputiYieldstorage organ yieldDOUBLE---
stateDVSprevDaytemperature sum from previous dayDOUBLEC day---
staterDailyDHAboveTempCriticaltodays increment in degree-hours above cTCriticalDOUBLEC day---
statesCumulativeDHAboveTempCriticalcumulative degree-hours around flowering above cTCriticalDOUBLEC day---
statesHSRedFactoryield reduction factor due to cumulative high temperatures above CTCriticalDOUBLEone---
outFinalHSDVSTemperature sum at which determination of grain reduction due to heat stress endedDOUBLE---
outHSAdjustedYieldyield of storage organs adjusted for high temperatures around floweringDOUBLEg m-2---
outHSPeriodEndDOYDOY when determination of grain reduction due to heat stress endedINT---
outHSPeriodStartDOYDOY when determination of grain reduction due to heat stress startedINT---
outNumHoursWithHSCount of hours when temperature exceeded cTCriticalINT---
outStartHSDVSTemperature sum at which determination of grain reduction due to heat stress startedDOUBLE---



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


// 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 void reset();

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) - HeatStressHourly_DVS