# 1:3.3 Distribution of Rainfall Within Day

For simulations where the timing of rainfall within the day is required, the daily rainfall value must be partitioned into shorter time increments. The method used in SWAT+ to disaggregate storm data was taken from CLIGEN (Nicks et al., 1995).&#x20;

A double exponential function is used to represent the intensity patterns within a storm. With the double exponential distribution, rainfall intensity exponentially increases with time to a maximum, or peak, intensity. Once the peak intensity is reached, the rainfall intensity exponentially decreases with time until the end of the storm.&#x20;

The exponential equations governing rainfall intensity during a storm event are:

$$i(T)={i\_{mx}\*exp\[\frac{T-T\_{peak}}{\delta\_{1}}], i\_{mx}\*exp\[\frac{T\_{peak}-T}{\delta\_2}}]$$                                                                                             1:3.3.1

$$0\le T \le T\_{peak}$$   , $$T\_{peak} < T \<T\_{dur}$$

where $$i$$ is the rainfall intensity at time $$T$$ ($${mm}/{hr}$$), $$i\_{mx}$$ is the maximum or peak rainfall intensity during the storm ($${mm}/{hr}$$), $$T$$ is the time since the beginning of the storm ($${hr}$$), $$T\_{peak}$$ is the time from the beginning of the storm till the peak rainfall intensity occurs ($${hr}$$), $$T\_{dur}$$ is the duration of the storm ($${hr}$$), and $$\delta\_1$$ and $$\delta\_2$$ are equation coefficients ($${hr}$$).

The maximum or peak rainfall intensity during the storm is calculated assuming the peak rainfall intensity is equivalent to the rainfall intensity used to calculate the peak runoff rate. The equations used to calculate the intensity are reviewed in Chapter 2:1 (section 2:1.3.3).           &#x20;


---

# 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.3-distribution-of-rainfall-within-day.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.
