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

# Losses

Losses output can be printed at basin, LSU, HRU, and HRU-lte level by entering "y" in the *basin\_wb*, *lsunit\_wb*, *hru\_wb*, and *hru-lte\_wb* lines in [print.prt](/io-docs/introduction-1/simulation-settings/print.prt.md), respectively. Losses output can be printed at daily, monthly, yearly, and average annual time steps. The names of the losses output files are as follows:&#x20;

* basin\_ls\_day.txt
* basin\_ls\_mon.txt
* basin\_ls\_yr.txt
* basin\_ls\_aa.txt
* lsunit\_ls\_day.txt
* lsunit\_ls\_mon.txt
* lsunit\_ls\_yr.txt
* lsunit\_ls\_aa.txt
* hru\_ls\_day.txt
* hru\_ls\_mon.txt
* hru\_ls\_yr.txt
* hru\_ls\_aa.txt
* <mark style="color:red;">hru-lte\_ls\_day.txt</mark>
* <mark style="color:red;">hru-lte\_ls\_mon.txt</mark>
* <mark style="color:red;">hru-lte\_ls\_yr.txt</mark>
* <mark style="color:red;">hru-lte\_ls\_aa.txt</mark>

<table><thead><tr><th width="133.33331298828125">Field</th><th width="276.66668701171875">Description</th><th width="103.3333740234375">Unit</th></tr></thead><tbody><tr><td>jday</td><td>Julian day</td><td>n/a</td></tr><tr><td>mon</td><td>Month</td><td>n/a</td></tr><tr><td>day</td><td>Day of the month</td><td>n/a</td></tr><tr><td>yr</td><td>Year</td><td>n/a</td></tr><tr><td>unit</td><td>ID of the object</td><td>n/a</td></tr><tr><td>gis_id</td><td>Object ID in GIS</td><td>n/a</td></tr><tr><td>name</td><td>Name of the object or SWAT+ setup (basin outputs)</td><td>n/a</td></tr><tr><td>sedyld</td><td>Sediment yield leaving the landscape through water erosion</td><td>t/ha</td></tr><tr><td>sedorgn</td><td>Organic nitrogen transported in surface runoff</td><td>kg/ha</td></tr><tr><td>sedorgp</td><td>Organic phosphorus transported in surface runoff</td><td>kg/ha</td></tr><tr><td>surqno3</td><td>Nitrate nitrogen transported in surface runoff</td><td>kg/ha</td></tr><tr><td>lat3no3</td><td>Nitrate nitrogen transported in lateral flow</td><td>kg/ha</td></tr><tr><td>surqsolp</td><td>Soluble phosphorus transported in surface runoff</td><td>kg/ha</td></tr><tr><td>usle</td><td>Sediment yield predicted with the USLE equation</td><td>t/ha</td></tr><tr><td>sedmin</td><td>Mineral phosphorus leaving the landscape attached to sediment</td><td>kg/ha</td></tr><tr><td>tileno3</td><td>Nitrate nitrogen transported in tile flow</td><td>kg/ha</td></tr><tr><td>lchlabp</td><td>Soluble (labile) phosphorus leaching past bottom soil layer</td><td>kg/ha</td></tr><tr><td>tilelabp</td><td>soluble (labile) phosphorus in tile flow</td><td>kg/ha</td></tr><tr><td>satexn</td><td>Nitrate nitrogen in saturation excess surface runoff</td><td>kg/ha</td></tr></tbody></table>


---

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