net.simplace.client.simulation.lap.SnowCoverCalculator
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cCarbonContent | Carbon content of upper soil layer | DOUBLE | % | 0.0 | 20.0 | 0.5 |
input | iCropResidues | Crop residues plus above ground biomass | DOUBLE | g/m2 | 0.0 | 20000.0 | - |
input | iLeafAreaIndex | Leaf area index | DOUBLE | m2/m2 | 0.0 | 10.0 | - |
input | iPotentialEvaporation | Potenial Evaporation | DOUBLE | mm | 0.0 | 12.0 | - |
input | iPrecipitation | Rain amount | DOUBLE | mm | 0.0 | 60.0 | - |
input | iRadiation | Solar radiation | DOUBLE | MJ/m2 | 0.0 | 2000.0 | - |
input | iSoilTempArray | Soil Temp array of last day | DOUBLEARRAY | °C | -15.0 | 35.0 | - |
input | iTempMax | Daily maximum temperature | DOUBLE | °C | -40.0 | 50.0 | - |
input | iTempMin | Daily minimum temperature | DOUBLE | °C | -40.0 | 50.0 | - |
AgeOfSnow | Age of snow | INT | 1 | null |
SnowIsolationIndex | Snow isolation index | DOUBLE | 1 | null |
SnowWaterContent | Snow water content | DOUBLE | mm | null |
SoilSurfaceTemperature | Soil surface temperature | DOUBLE | °C | null |
public class SnowCoverCalculator extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public SnowCoverCalculator();
// 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
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) - SnowCoverCalculator