net.simplace.usermodules.ET_Study.LAI_output

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
inputiLAIdaily LAIDOUBLE10.030.0-
outLAI_Aug9LAI on Aug 9DOUBLE10.030.00.0
outLAI_Dec17LAI on Dec 17DOUBLE10.030.00.0
outLAI_Jan28LAI on Jan 28DOUBLE10.030.00.0
outLAI_June26LAI on June 26DOUBLE10.030.00.0
outLAI_Mar13LAI on Mar 13DOUBLE10.030.00.0
outLAI_Sept12LAI on Sept 12DOUBLE10.030.00.0



public class LAI_output extends net.simplace.sim.model.FWSimComponent {
// Public Constructors
public LAI_output();


// Public Instance Methods
public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent


create the FWSimVariables as interface for this SimComponent

// Protected Instance Methods
protected void init(); // Defines net.simplace.sim.model.FWSimComponent

initializes the fields by getting input and output FWSimVariables from VarMap
protected void process(); // Defines net.simplace.sim.model.FWSimComponent

process the algorithm and write the results back to VarMap
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) - LAI_output