net.simplace.usermodules.heidi.modules.WindTranslation_hourly
Component Variables
Content Type | Name | Description | Data Type | Unit | Min Value | Max Value | Default Value |
constant | h_crop_REGION | height of crop in region | DOUBLE | m | 0.0 | - | 1.0 |
constant | h_crop_WS | height of crop beneath weather station | DOUBLE | m s-1 | 0.0 | - | 0.12 |
constant | horizontal_fetch_WS | downwind horizontal area (fetch) of WS surface | DOUBLE | m | 0.0 | - | 10.0 |
constant | horizontal_fetch_crop | downwind horizontal area (fetch) of cropped surface | DOUBLE | m | 0.0 | - | 100.0 |
constant | z_WS | wind measurement height at weather station | DOUBLE | m | 0.0 | - | 2.0 |
constant | z_crop | height above crop for output wind speed | DOUBLE | m | 0.0 | - | 2.0 |
input | h_crop | height of crop | DOUBLE | m | 0.0 | - | 1.0 |
input | iDVS | current crop development stage | DOUBLE | one | - | - | 0.0 |
input | iWIND | daily average wind speed measured at weather station | DOUBLEARRAY | m s-1 | - | - | - |
out | WIND_crop | daily average wind speed calc above crop at z_crop | DOUBLEARRAY | m s-1 | - | - | - |
public class WindTranslation_hourly extends
net.simplace.sim.model.FWSimComponent {
// Public Constructors
public WindTranslation_hourly(String aName, HashMap aFieldMap, HashMap
aInputMap, Element aSimComponentElement, FWSimVarMap aVarMap, int
aOrderNumber);
public WindTranslation_hourly();
// Public Instance Methods public HashMap createVariables(); // Defines
net.simplace.sim.model.FWSimComponent
// Protected Instance Methods protected void init(); // Defines net.simplace.sim.model.FWSimComponent
protected void process(); // Defines net.simplace.sim.model.FWSimComponent
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) - WindTranslation_hourly