Home » Data Fields » Wind In-depth

Wind In-depth

This page details the supported wind datasets within the SolarAnywhere Data Portal and API, which are important for PV system design, stowing strategy, project risk-assessment and energy yield estimation. Wind datasets are available in both our web-based Data Portal and API for all historical license types.

Importance of Wind Data in PV System Development and Operations

Design Considerations and Stowing Strategies:

Wind speed, direction and gust impact the stability of solar panels and mounting structures. As developers design robust and durable installations, they rely on accurate wind data. In addition, modern tracking systems now allow customizable stowing practices, incentivizing owners and operators to explore various stowing strategies1 with independent row control to mitigate damage during severe storms.2 These strategies may involve setting maximum wind gust triggers for initiating stow, shielding interior rows with exterior rows, optimizing stow angles and defining safe conditions for exiting stow. Wind data plays a critical role in ensuring safety and reducing risk in system design and when stowing.

Risk Assessment:

Extreme weather risks are assessed using wind data during resource assessment. Understanding historic wind patterns allows for better anticipation of potential damage and plan for mitigation. Harmful panel vibrations can also be predicted by analyzing wind data, which helps reduce mechanical fatigue and ensures system reliability.

Energy Yield Estimation:

Wind can impact energy production. For example, strong winds enhance panel cooling, improving overall performance. Wind data can be used to optimize the layout for panel cooling to maximize and estimate energy yield.

Wind Fields

Table 1: Supported Wind Fields, Timeseries

Wind speed data fields represent the average wind speed at the specified height above the surface over the measurement period. Wind gust is recorded as the maximum wind speed measured over 3-second intervals during the measurement period. Wind direction is defined as the direction from which the wind is coming in units of degrees, clockwise from north, where north is defined as 0 degrees.

SolarAnywhere wind data is represented in the following data types.

Table 2: SolarAnywhere Data Types Including Wind

How to Access

Wind data fields are currently offered through Typical Year, Typical Year+ and Sites license licenses, with access through the SolarAnywhere online data portal or SolarAnywhere API.

Access via the SolarAnywhere Website

Wind data fields are available under “datasets” in the settings menu when downloading SolarAnywhere data from online data portal. Users may request these files and generate output in two distinct file formats: SolarAnywhere and TMY3 . Please note that TMY3 does not include all wind fields, as this is a file format not defined by SolarAnywhere.

To download a file containing Wind data:

  1. Select a tile location for download by searching the site location or selecting a tile on the map.
  2. Click “Edit Settings”
  3.  Select a “Data type” (Time Series, Typical Year, or Probability of Exceedance).
  4. Select desired wind data fields (e.g., Wind speed (10m), Wind speed (100m), Wind direction (10m), Wind direction (100m), Wind gust) under “Datasets.”
  5. Choose the desired delivery format and delivery method. When finished, click “Confirm”, “Get Data”, and “Confirm” once again.
  6. Navigate to the Files tab to download and view the file.

Users can demo downloading Wind data with SolarAnywhere Public.

Access via the SolarAnywhere API

Wind data fields can also be requested through the SolarAnywhere API. Visit the API documentation page for an example of a wind data request.

Average Wind Direction Using Mean Angle

Wind direction is communicated in degrees from north, with possible values ranging between 0–360. In this coordinate system, simple number averaging is not appropriate because the resulting value does not reflect the typical wind direction. Take, for example, the situation below where the resulting angle is opposite of the original.

Number Average Not Appropriate for Wind Direction:

\Theta_3=\frac{\Theta_1+\Theta_2}{2}=\frac{45+315}{2}=\frac{360}{2}=180\degree (Incorrect)

Instead, SolarAnywhere represents average wind direction using a mean-angle approach3. Following from the example above, the appropriate resulting mean angle is 0 degrees. Mean angles are computed using the following method and formula, with resulting values also within the range of [0, 360) degrees from north.

Formula for Mean Angle:
\overline{\alpha}=\tan^{-1}2\left(\frac{1}{n}\sum_{j=1}^{n}\sin{\alpha_j},\frac{1}{n}\sum_{j=1}^{n}\cos{\alpha_j}\right)

Correct Mean Angle Computation:

\Theta_3=\tan^{-1}2\left(\frac{1}{2}(\sin{\Theta_1}+\sin{\Theta_2}),\frac{1}{2}(\cos{\Theta_1}+\cos{\Theta_2})\right)
=\tan^{-1}2\left(\frac{1}{2}(\sin{45}+\sin{315}),\frac{1}{2}(\cos{45}+\cos{315})\right)=0

Aggregations: Average or Max?

Historical aggregations differ by data type. For instance, it is more useful to return the maximum wind gust in the period of record rather than the simple average. Likewise, we should return the mean angle of wind direction rather than the number average. Specifications for each data field are tabulated below.

Table 3: Wind Aggregation Types – TMY, Average Year Summary

Data Interpolation

Native temporal resolution for wind datasets are 60 minutes. SolarAnywhere applies a linear interpolation to make it consistent with our other subhourly temporal time-series resolutions of 15 minutes.


References

  1. Array Technologies, Inc. (n.d.). The Challenge of High Winds at Utility-Scale Solar Sites. https://arraytechinc.com/array-passive-stow-technology/.
  2. Weaver, J. (2021, November 8). Storm damages shine spotlight on ways to mitigate impact of wind on PV arrays. pv magazine. https://www.pv-magazine.com/2021/11/08/storm-damages-shine-spotlight-on-ways-to-mitigate-impact-of-wind-on-pv-arrays/.
  3. Circular mean (2024) Wikipedia. Available at: https://en.wikipedia.org/wiki/Circular_mean