> For the complete documentation index, see [llms.txt](https://swatplus.gitbook.io/io-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swatplus.gitbook.io/io-docs/theoretical-documentation/section-6-management-practices/water-management/water-transfer.md).

# Water Transfer

&#x20;        While water is most typically removed from a water body for irrigation purposes, SWAT+ also allows water to be transferred from one water body to another. This is performed with a transfer command in the watershed configuration file.&#x20;

&#x20;              The transfer command can be used to move water from any reservoir or reach in the watershed to any other reservoir or reach in the watershed. The user must input the type of water source, the location of the source, the type of water body receiving the transfer, the location of the receiving water body, and the amount of water transferred.&#x20;

&#x20;                   Three options are provided to specify the amount of water transferred: a fraction of the volume of water in the source; a volume of water left in the source; or the volume of water transferred. The transfer is performed every day of the simulation.&#x20;

&#x20;                        The transfer of water from one water body to another can be accomplished using other methods. For example, water could be removed from one water body via consumptive water use and added to another water body using point source files.

Table 6:2-3: SWAT+ input variables that pertain to water transfer.

| Variable Name | Definition                          | Input File |
| ------------- | ----------------------------------- | ---------- |
| DEP\_TYPE     | Water source type                   | .fig       |
| DEP\_NUM      | Water source location               | .fig       |
| DEST\_TYPE    | Destination type                    | .fig       |
| DEST\_NUM     | Destination location                | .fig       |
| TRANS\_AMT    | Amount of water transferred         | .fig       |
| TRANS\_CODE   | Rule code governing water transfer. | .fig       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-6-management-practices/water-management/water-transfer.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.
