net.simplace.usermodules.heidi.modules.lintul5slimagmip.Lintul5SlimNRadiationUseEfficiency
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cCO | - | DOUBLE | | - | - | 0.0 |
constant | cCOTB | table with correction factor of RUE as a function of atmospheric CO2 concentration | DOUBLEARRAY | 1 | - | - | - |
constant | cRUETB | radiation use efficiency as function of DVS | DOUBLEARRAY | g/J | - | - | - |
constant | cTMNFTB | reduction factor of RUE as function of low minimum temperature | DOUBLEARRAY | 1 | - | - | - |
constant | cTMPFTB | reduction factor of RUE as function of mean daytime temperature | DOUBLEARRAY | 1 | - | - | - |
input | iDVS | initial development stage of crop (from 0 to 2) | DOUBLE | 1 | - | - | 0.0 |
input | iTMAX | maximal air temperature during day (output of routine WEATHR) | DOUBLE | °C | - | - | 0.0 |
input | iTMIN | minimal air temperature during day (output of routine WEATHR) | DOUBLE | °C | - | - | 0.0 |
out | RTMCO | overall correction factor for RUE in dependence of both CO2 concentration and non-optimal daytime and minimal temperatures | DOUBLE | 1 | - | - | 0.0 |
out | RUE | radiation use efficiency | DOUBLE | 1 | - | - | 0.0 |
public class Lintul5SlimNRadiationUseEfficiency extends
net.simplace.sim.model.FWSimComponent {
// Public Constructors
public Lintul5SlimNRadiationUseEfficiency(String aName, HashMap aFieldMap,
HashMap aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap,
int aOrderNumber);
public Lintul5SlimNRadiationUseEfficiency();
// 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) - Lintul5SlimNRadiationUseEfficiency