# 1:4.2 Climate Change

The impact of global climate change on water supply is a major area of research. Climate change can be simulated with SWAT+ by manipulating the climatic input that is read into the model (precipitation, temperature, solar radiation, relative humidity, wind speed, potential evapotranspiration and weather generator parameters). A less time-consuming method is to set adjustment factors for the various climatic inputs.

SWAT+ will allow users to adjust precipitation, temperature, solar radiation, relative humidity, and carbon dioxide levels in each subbasin. The alteration of precipitation, temperature, solar radiation and relative humidity are straightforward:

$$R\_{day}=R\_{day}\*(1+\frac{adj\_{pcp}}{100})$$                                                                                                                                 1:4.2.1

where $$R\_{day}$$ is the precipitation falling in the subbasin on a given day (mm H$$*2$$O), and $$adj*{pcp}$$ is the % change in rainfall.

$$T\_{mx}=T\_{mx}+adj\_{tmp}$$                                                                                                                                           1:4.2.2

where $$T\_{mx}$$ is the daily maximum temperature (°C), and $$adj\_{tmp}$$ is the change in temperature (°C).

$$T\_{mn}=T\_{mn}+adj\_{tmp}$$                                                                                                                                          1:4.2.3

where $$T\_{mn}$$ is the daily minimum temperature (°C), and $$adj\_{tmp}$$ is the change in temperature (°C).

$$\overline T\_{av} =\overline T\_{av} +adj\_{tmp}$$                                                                                                                                            1:4.2.4

where $$\overline T\_{av}$$ is the daily mean temperature (°C), and $$adj\_{tmp}$$ is the change in temperature (°C).

$$H\_{day}= H\_{day}+ adj\_{rad}$$                                                                                                                                        1:4.2.5

where $$H\_{day}$$ is the daily solar radiation reaching the earth’s surface ($$MJ m^{-2}$$), and $$adj\_{rad}$$ is the change in radiation ($$MJ m^{-2} d^{-1}$$).

$$R\_h=R\_h +adj\_{hmd}$$                                                                                                                                              1:4.2.6

where $$R\_h$$ is the relative humidity for the day expressed as a fraction, and $$adj\_{hmd}$$ is the change in relative humidity expressed as a fraction.

SWAT+ allows the adjustment terms to vary from month to month so that the user is able to simulate seasonal changes in climatic conditions.       &#x20;

Changes in carbon dioxide levels impact plant growth. As carbon dioxide levels increase, plant productivity increases and plant water requirements go down. The equations used to account for the impact of carbon dioxide levels on plant water requirements are reviewed in Chapters 2:2 and 5:2. When carbon dioxide climate change effects are being simulated, the Penman-Monteith equation must be used to calculate potential evapotranspiration. This method has been modified to account for $$CO\_2$$   impacts on potential evapotranspiration levels.&#x20;

Table 1:4-2: SWAT+ input variables that pertain to climate change.

| Description                                                                                                | Source Name | Input Name | Input File                                                                                  |
| ---------------------------------------------------------------------------------------------------------- | ----------- | ---------- | ------------------------------------------------------------------------------------------- |
| $$adj\_{pcp}$$: % change in rainfall for month                                                             | rfinc       |            | .sub                                                                                        |
| $$adj\_{tmp}$$: increase or decrease in temperature for month (°C)                                         | tmpinc      |            | .sub                                                                                        |
| $$adj\_{rad}$$: increase or decrease in solar radiation reaching earth’s surface for month (MJ m$$^{-2}$$) | radinc      |            | .sub                                                                                        |
| $$adj\_{hmd}$$: increase or decrease in relative humidity for month                                        | huminc      |            | .sub                                                                                        |
| $$CO\_2$$: carbon dioxide level at the start of the simulation (ppmv)                                      |             | co2        | [parameters.bsn](https://swatplus.gitbook.io/io-docs/introduction-1/basin-1/parameters.bsn) |
| Potential evapotranspiration method                                                                        | pet         | pet        | [codes.bsn](https://swatplus.gitbook.io/io-docs/introduction-1/basin-1/codes.bsn)           |


---

# 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-4-climate-customization/1-4.2-climate-change.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.
