net.simplace.usermodules.ET_Study.Translocation_water_stress
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | cFRTDM | fraction of stem/dead leaves to grain when TRANRF = 1 | DOUBLE | | 0.0 | 1.0 | 0.0 |
constant | cdfactor_max | factor to increase transl when TRANRF = 0 | DOUBLE | | 0.0 | 10.0 | 0.0 |
input | iTRANRF | daily ratio of actual to potential transpiration | DOUBLE | | 0.0 | 1.0 | 0.0 |
out | FRTDM_drought | fraction of stem/dead leaves to grain | DOUBLE | | 0.0 | 1.0 | 0.0 |
public class Translocation_water_stress extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public Translocation_water_stress();
// 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) - Translocation_water_stress