net.simplace.client.simulation.lap.SnowCoverCalculator

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcCarbonContentCarbon content of upper soil layerDOUBLE%0.020.00.5
inputiCropResiduesCrop residues plus above ground biomassDOUBLEg/m20.020000.0-
inputiLeafAreaIndexLeaf area indexDOUBLEm2/m20.010.0-
inputiPotentialEvaporationPotenial EvaporationDOUBLEmm0.012.0-
inputiPrecipitationRain amountDOUBLEmm0.060.0-
inputiRadiationSolar radiationDOUBLEMJ/m20.02000.0-
inputiSoilTempArraySoil Temp array of last dayDOUBLEARRAY°C-15.035.0-
inputiTempMaxDaily maximum temperatureDOUBLE°C-40.050.0-
inputiTempMinDaily minimum temperatureDOUBLE°C-40.050.0-
AgeOfSnowAge of snowINT1null
SnowIsolationIndexSnow isolation indexDOUBLE1null
SnowWaterContentSnow water contentDOUBLEmmnull
SoilSurfaceTemperatureSoil surface temperatureDOUBLE°Cnull



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