> 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/recall.md).

# Recall

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

* recall\_day.txt
* recall\_mon.txt
* recall\_yr.txt
* recall\_aa.txt
* basin\_psc\_day.txt
* basin\_psc\_mon.txt
* basin\_psc\_yr.txt
* basin\_psc\_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  |
| name  | Name of the object or SWAT+ setup (basin outputs)    | n/a  |
| type  |                                                      |      |
| flo   | Recall object flow                                   | m3/s |
| sed   | Recall object sediment                               | tons |
| orgn  | Recall object organic nitrogen                       | kg   |
| sedp  | Recall object sediment phosphorus                    | kg   |
| no3   | Recall object nitrate nitrogen                       | kg   |
| solp  | Recall object soluble phosphorus                     | kg   |
| chla  | Recall object Chlorophyll-a                          | kg   |
| nh3   | Recall object ammonia nitrogen                       | kg   |
| no2   | Recall object nitrite nitrogen                       | kg   |
| cbod  | Recall object carbonaceous biochemical oxygen demand | kg   |
| dox   | Recall object dissolved oxygen                       | kg   |
| san   | Recall object sand                                   | tons |
| sil   | Recall object silt                                   | tons |
| cla   | Recall object clay                                   | tons |
| sag   | Recall object small aggregates                       | tons |
| lag   | Recall object large aggregates                       | tons |
| grv   | Recall object gravel                                 | tons |
| null  |                                                      |      |


---

# 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/recall.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.
