# 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>

| **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      |
| sedyld    | Sediment yield leaving the landscape through water erosion    | t/ha     |
| sedorgn   | Organic nitrogen transported in surface runoff                | kg/ha    |
| sedorgp   | Organic phosphorus transported in surface runoff              | kg/ha    |
| surqno3   | Nitrate nitrogen transported in surface runoff                | kg/ha    |
| lat3no3   | Nitrate nitrogen transported in lateral flow                  | kg/ha    |
| surqsolp  | Soluble phosphorus transported in surface runoff              | kg/ha    |
| usle      | Sediment yield predicted with the USLE equation               | t/ha     |
| sedmin    | Mineral phosphorus leaving the landscape attached to sediment | kg/ha    |
| tileno3   | Nitrate nitrogen transported in tile flow                     | kg/ha    |
| lchlabp   | Soluble (labile) phosphorus leaching past bottom soil layer   | kg/ha    |
| tilelabp  | soluble (labile) phosphorus in tile flow                      | kg/ha    |
| satexn    | Nitrate nitrogen in saturation excess surface runoff          | kg/ha    |


---

# 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/swat+-output-files/losses.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.
