# 1:3.6 Wind Speed

Wind speed is required by SWAT+ when the Penman-Monteith equation is used to calculate potential evapotranspiration. Mean daily wind speed is generated in SWAT+ using a modified exponential equation:

$$\mu *{10m}=\mu wnd*{mon}\*(-ln(rnd\_1))^{0.3}$$                                                                                                               1.3.6.1

where $$\mu *{10m}$$ is the mean wind speed for the day ($$m/s$$), $$\mu wnd*{mon}$$ is the average wind speed for the month   ($$m/s$$), and $$rnd\_1$$ is a random number between 0.0 and 1.0.

Table 1:3-6: SWAT+ input variables that pertain to generation of wind speed.

| Definition                                         | Source Name | Input Name | Input File                                                                   |
| -------------------------------------------------- | ----------- | ---------- | ---------------------------------------------------------------------------- |
| Wind speed input: 'sim' for simulated or gage name | wgage       | wnd        | [weather-sta.cli](/io-docs/introduction-1/climate/weather-sta.cli.md)        |
| $$\mu wnd\_{mon}$$: Observed wind speed ($$m/s$$)  | wnd         | wnd        | [.wnd](/io-docs/introduction-1/climate/wnd.cli-and-wind-speed-data-files.md) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-1-climate/chapter-1-3-weather-generator/1-3.6-wind-speed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
