Summary
Wind Stow is a protective mechanism that commands single-axis trackers to a specified angle when wind conditions exceed safe operating limits. PlantPredict supports two wind stow implementations: PlantPredict Wind Stow (threshold-based comparison using wind gust speed) and Array Technologies Wind Stow (external API-based calculation using proprietary algorithms). Wind stow has the highest priority in the tracker angle determination hierarchy, overriding both base tracking and irradiance optimization.Inputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Wind Stow Type | — | — | PlantPredict or ArrayTechnologies |
| Wind Gust Speed | m/s | Wind gust speed from weather data (PlantPredict) | |
| Wind Stow Threshold | m/s | User-defined threshold for stow activation (PlantPredict) | |
| Wind Stow Angle | degrees | User-defined stow position (PlantPredict) | |
| Current Tracker Angle | degrees | Tracker rotation angle before wind stow check | |
| Minimum Tracking Limit | — | degrees | Minimum tracker rotation angle (ATI) |
| Maximum Tracking Limit | — | degrees | Maximum tracker rotation angle (ATI) |
| Nighttime Stow Angle | — | degrees | Stow angle for nighttime (ATI) |
| ATI Wind Stow Type | — | — | Array Technologies wind stow algorithm variant (ATI) |
Outputs
| Name | Symbol | Units | Description |
|---|---|---|---|
| Commanded Tracker Angle | degrees | Final tracker rotation angle after wind stow logic |
Detailed Description
Override Hierarchy
Wind stow has the highest priority in PlantPredict’s tracker angle determination: When wind stow is activated, it overrides both the base tracking angle and any irradiance optimization adjustments.PlantPredict Wind Stow
PlantPredict’s built-in wind stow uses a threshold comparison with wind gust speed. Activation condition: Stow angle calculation: When activated, the tracker moves to the stow angle while preserving the directional sign: where returns +1 for positive angles (west-facing), -1 for negative angles (east-facing). Zero stow angle handling: If the stow angle equals zero, a small non-zero value prevents numerical issues: Requirements: PlantPredict Wind Stow requiresWindGust data in the weather file. Wind gust values are not synthesized from mean wind speed.
Array Technologies Wind Stow
Array Technologies Wind Stow uses an external API to calculate wind stow angles based on proprietary algorithms. API endpoint:- Minimum tracking limit angle
- Maximum tracking limit angle
- Nighttime stow angle
- Array Technologies wind stow type (algorithm variant)
- Weather time series data
- API authentication key
ModuleTrackerAngleWindStow for each timestep. When the returned wind stow angle differs from the calculated tracking angle, PlantPredict:
- Updates the rotation angle to the wind stow angle
- Recalculates surface angles from the new rotation
- Recalculates incidence angles based on updated surface orientation
References
- Banks, D. (2013). Tracker wind loading and stow strategies. Solar America Board for Codes and Standards.