> 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/swat+-output-files/aquifer.md).

# Aquifer

The printing of aquifer output is controlled by entering "y" or "n" in the *aquifer* line in [print.prt](/io-docs/introduction-1/simulation-settings/print.prt.md). In addition, a basin average of all aquifers can be printed by entering "y" in the *basin\_aqu* line in [print.prt](/io-docs/introduction-1/simulation-settings/print.prt.md). Aquifer output can be printed at daily, monthly, yearly, and average annual time steps. The names of the aquifer output files are as follows:&#x20;

* aquifer\_day.txt
* aquifer\_mon.txt
* aquifer\_yr.txt
* aquifer\_aa.txt
* basin\_aqu\_day.txt
* basin\_aqu\_mon.txt
* basin\_aqu\_yr.txt
* basin\_aqu\_aa.txt

| Field    | Description                                       | Unit    |
| -------- | ------------------------------------------------- | ------- |
| jday     | Julian Day                                        | n/a     |
| mon      | Month                                             | n/a     |
| day      | Day of the month                                  | n/a     |
| yr       | Year                                              | n/a     |
| unit     | ID of the object                                  | n/a     |
| gis\_id  | Object ID in GIS                                  | n/a     |
| name     | Name of the object or SWAT+ setup (basin outputs) | n/a     |
| flo      | Groundwater flow                                  | mm      |
| dep\_wt  | Depth from surface to aquifer water table         | m       |
| stor     | Aquifer storage                                   | mm      |
| rchrg    | Aquifer recharge                                  | mm      |
| seep     | Seepage out of the aquifer                        | mm      |
| revap    | Revap from the aquifer                            | mm      |
| no3\_st  |                                                   | kg N/ha |
| minp     | Mineral phosphorus in the groundwater             | kg      |
| orgn     | Organic nitrogen in the groundwater               | kg N/ha |
| orgp     | Organic phosphorus in the groundwater             | kg P/ha |
| rchrgn   |                                                   | kg N/ha |
| nloss    | Nitrogen losses in the aquifer                    | kg N/ha |
| no3gw    |                                                   | kg N/ha |
| seepno3  |                                                   | kg      |
| flo\_cha | Groundwater flow to channels                      | mm      |
| flo\_res | Groundwater flow to reservoirs                    | mm      |
| flo\_ls  | Groundwater flow to other aquifers                | mm      |


---

# 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, and the optional `goal` query parameter:

```
GET https://swatplus.gitbook.io/io-docs/swat+-output-files/aquifer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
