# rte\_cha

There are two channel water routing methods available in SWAT+:

| Code | Option                  |
| ---- | ----------------------- |
| 0    | Variable Storage method |
| 1    | Muskingum method        |

{% hint style="info" %}
The user must be careful to define [msk\_co1](/io-docs/introduction-1/basin-1/parameters.bsn/msk_co1.md), [msk\_co2](/io-docs/introduction-1/basin-1/parameters.bsn/msk_co2.md) and [msk\_x](/io-docs/introduction-1/basin-1/parameters.bsn/msk_x.md) in [**parameters.bsn**](/io-docs/introduction-1/basin-1/parameters.bsn.md) when the Muskingum method is chosen.
{% endhint %}


---

# 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/basin-1/codes.bsn/rte_cha.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.
