net.simplace.usermodules.ET_Study.Translocation_water_stress

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constantcFRTDMfraction of stem/dead leaves to grain when TRANRF = 1DOUBLE0.01.00.0
constantcdfactor_maxfactor to increase transl when TRANRF = 0DOUBLE0.010.00.0
inputiTRANRFdaily ratio of actual to potential transpirationDOUBLE0.01.00.0
outFRTDM_droughtfraction of stem/dead leaves to grainDOUBLE0.01.00.0



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


// 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) - Translocation_water_stress