> 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/general-management/tillage.md).

# Tillage

&#x20;     The tillage operation redistributes residue, nutrients, pesticides and bacteria in the soil profile. Information required in the tillage operation includes the timing of the operation (month and day or fraction of base zero potential heat units), and the type of tillage operation.&#x20;

&#x20;            The user has the option of varying the curve number in the HRU throughout the year. New curve number values may be entered in a plant operation, tillage operation and harvest and kill operation. The curve number entered for these operations are for moisture condition II. SWAT+ adjusts the entered value daily to reflect change in water content.&#x20;

&#x20;                 The mixing efficiency of the tillage implement defines the fraction of a residue/nutrient/pesticide/bacteria pool in each soil layer that is redistributed through the depth of soil that is mixed by the implement. To illustrate the redistribution of constituents in the soil, assume a soil profile has the following distribution of nitrate.

![](/files/kYe0grNaDMlD1BCgBbdE)

&#x20;        If this soil is tilled with a field cultivator, the soil will be mixed to a depth of 100 mm with 30% efficiency. The change in the distribution of nitrate in the soil is:

![](/files/4nzDwT9Zhd8cOtR1wjCy)

&#x20;          Because the soil is mixed to a depth of 100 mm by the implement, only the nitrate in the surface layer and layer 1 is available for redistribution. To calculated redistribution, the depth of the layer is divided by the tillage mixing depth and multiplied by the total amount of nitrate mixed. To calculate the final nitrate content, the redistributed nitrate is added to the unmixed nitrate for the layer.&#x20;

&#x20;            All nutrient/pesticide/bacteria/residue pools are treated in the same manner as the nitrate example above. Bacteria mixed into layers below the surface layer is assumed to die.


---

# 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/theoretical-documentation/section-6-management-practices/general-management/tillage.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.
