net.simplace.client.simulation.lap.experimental.canopytemperature.WindTranslation

Component Variables

Content TypeNameDescriptionData TypeUnitMin ValueMax ValueDefault Value
constanth_crop_REGIONheight of crop in regionDOUBLEm0.0-1.0
constanth_crop_WSheight of crop beneath weather stationDOUBLEm s-10.0-0.12
constanthorizontal_fetch_WSdownwind horizontal area (fetch) of WS surfaceDOUBLEm0.0-10.0
constanthorizontal_fetch_cropdownwind horizontal area (fetch) of cropped surfaceDOUBLEm0.0-100.0
constantz_WSwind measurement height at weather stationDOUBLEm0.0-2.0
constantz_cropheight above crop for output wind speedDOUBLEm0.0-2.0
inputh_cropheight of cropDOUBLEm0.0-1.0
inputiDVScurrent crop development stageDOUBLEone--0.0
inputiWINDdaily average wind speed measured at weather stationDOUBLEm s-10.0-0.0
WIND_cropdaily average wind speed calc above crop at z_cropDOUBLEm s-1null



public class WindTranslation extends
net.simplace.simulation.model.FWSimComponent {
// Public Constructors
public WindTranslation(String aName, HashMap aFieldMap, HashMap aInputMap,
Element aSimComponentElement, FWSimVarMap aVarMap, int aOrderNumber);
public WindTranslation();


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



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


protected void process(); // Defines
net.simplace.simulation.model.FWSimComponent


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) - WindTranslation