net.simplace.client.simulation.lap.STMPsimCalculator
Soil temperature Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cABD | Mean bulk density | DOUBLE | t/m3 | 1.0 | 4.0 | 2.0 |
constant | cAVT | Constant Temperature of deepest soil layer | DOUBLE | °C | -10.0 | 20.0 | - |
constant | cDampingDepth | Damping depth of soil | DOUBLE | m | 1.5 | 20.0 | 6.0 |
constant | cFirstDayMeanTemp | Mean temperature on first day | DOUBLE | °C | -40.0 | 50.0 | - |
constant | cSoilLayerDepth | Depth of soil layer | DOUBLEARRAY | m | 0.03 | 20.0 | - |
input | iSoilSurfaceTemperature | Temperature at soil surface | DOUBLE | °C | 1.5 | 20.0 | - |
input | iSoilWaterContent | Content of water in Soil | DOUBLE | mm | 1.5 | 20.0 | 5.0 |
SoilTempArray | Array of temperature | DOUBLEARRAY | °C | null |
public class STMPsimCalculator extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public STMPsimCalculator();
// 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
TMX = Maximum air temperature at 2 m (°C)
TMN = Minimum air temperature at 2 m (°C)
RA = RA(t) = Mean daily solar radiation on day t (kJ/m2*d)
PREC = Precipitation on day t (mm)
CV = Crop residues plus above ground biomass (kg/ha)
SNO = Water content in snow layer (mm)
SW = ST(t) = Soil water stored in the soil profile at day t (mm)
SLA = Leaf area index (m*m-1)
PEVAP = Potential soil evaporation (mm)
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) - STMPsimCalculator