# lim\_op

The limit operators available and the limit and condition variables they are used for are listed in the table below.&#x20;

<table><thead><tr><th width="139">Operator</th><th>Description</th><th>Limit variable</th></tr></thead><tbody><tr><td>*</td><td>Multiply limit variable by limit constant</td><td>fc, wp, ul (soil_water) <br>evol, pvol (vol and vol_wet)</td></tr><tr><td>+</td><td>Add limit constant to limit variable</td><td>fc, wp, ul (soil_water) <br>evol, pvol (vol and vol_wet)</td></tr><tr><td>-</td><td>Subtract limit constant from limit variable</td><td>fc, wp, ul (soil_water) <br>evol, pvol (vol and vol_wet)</td></tr><tr><td>/</td><td>Divide limit variable by limit constant</td><td>fc, wp, ul (soil_water) <br>evol, pvol (vol and vol_wet)</td></tr></tbody></table>


---

# 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/introduction-1/decision-tables/lum.dtl/lim_op.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.
