Loading [MathJax]/extensions/tex2jax.js
net.simplace.usermodules.heidi.modules.lintul5slimagmip.Lintul5SlimNPotentialEvapoTranspiration
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cALTI | altitude of the weather station, | DOUBLE | m | - | - | 0.0 |
constant | cCFET | Correction factor transpiration rate | DOUBLE | | - | - | 1.0 |
constant | cCO | Atmospheric CO2 concentration | DOUBLE | | - | - | 0.0 |
constant | cFPENMTB | table with correction factors for Penman evapo-transpiration rate as function of atmospheric CO2 concentration for C3 crops | DOUBLEARRAY | 1 | - | - | 40.0 1.05 360.0 1.0 720.0 0.95 1000.0 0.92 2000.0 0.92  |
constant | cK | - | DOUBLE | 1 | 0.0 | 20.0 | 0.6 |
input | iATMTR | - | DOUBLE | - | - | - | 0.0 |
input | iAVRAD | Daily total irradiation | DOUBLE | J m-2 d-1 | - | - | 0.0 |
input | iFINT | fractional light interception | DOUBLE | | - | - | 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 |
input | iVAP | vapour pressure at 9:00 am (output of routine WEATHR) | DOUBLE | m | - | - | 0.0 |
input | iWIND | average wind speed (output of routine WEATHR) | DOUBLE | m/s | - | - | 0.0 |
out | E0 | - | DOUBLE | mm d-1 | - | - | 0.0 |
out | ES0 | - | DOUBLE | mm d-1 | - | - | 0.0 |
out | ETC | ) | DOUBLE | mm d-1 | - | - | 0.0 |
out | EVMAX | Potential evaporation | DOUBLE | mm d-1 | - | - | 0.0 |
out | RNC | Net radiation incident on crop | DOUBLE | mm d-1 | - | - | 0.0 |
out | TRMAX | Potential transpiration | DOUBLE | mm d-1 | - | - | 0.0 |
public class Lintul5SlimNPotentialEvapoTranspiration extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public Lintul5SlimNPotentialEvapoTranspiration(String aName, HashMap
aFieldMap, HashMap aInputMap, Element aSimComponentElement, FWSimVarMap
aVarMap, int aOrderNumber);
public Lintul5SlimNPotentialEvapoTranspiration();
// 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
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) - Lintul5SlimNPotentialEvapoTranspiration