> 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/introduction-1/channels/hyd-sed-lte.cha/fpn.md).

# fpn

The table below lists values of Manning’s roughness coefficient for floodplains (Chow, 1959).

<table><thead><tr><th>Characteristics of floodplain</th><th width="100">Minimum</th><th width="100">Normal</th><th width="100">Maximum</th></tr></thead><tbody><tr><td>a. Pasture, no brush</td><td> </td><td> </td><td> </td></tr><tr><td>  1. short grass</td><td>0.025</td><td>0.030</td><td>0.035</td></tr><tr><td>  2. high grass</td><td>0.030</td><td>0.035</td><td>0.050</td></tr><tr><td>b. Cultivated areas</td><td> </td><td> </td><td> </td></tr><tr><td>  1. no crop</td><td>0.020</td><td>0.030</td><td>0.040</td></tr><tr><td>  2. mature row crops</td><td>0.025</td><td>0.035</td><td>0.045</td></tr><tr><td>  3. mature field crops</td><td>0.030</td><td>0.040</td><td>0.050</td></tr><tr><td>c. Brush</td><td> </td><td> </td><td> </td></tr><tr><td>  1. scattered brush, heavy weeds</td><td>0.035</td><td>0.050</td><td>0.070</td></tr><tr><td>  2. light brush and trees, in winter</td><td>0.035</td><td>0.050</td><td>0.060</td></tr><tr><td>  3. light brush and trees, in summer</td><td>0.040</td><td>0.060</td><td>0.080</td></tr><tr><td>  4. medium to dense brush, in winter</td><td>0.045</td><td>0.070</td><td>0.110</td></tr><tr><td>  5. medium to dense brush, in summer</td><td>0.070</td><td>0.100</td><td>0.160</td></tr><tr><td>d. Trees</td><td> </td><td> </td><td> </td></tr><tr><td>  1. dense willows, summer, straight</td><td>0.110</td><td>0.150</td><td>0.200</td></tr><tr><td>  2. cleared land with tree stumps, no sprouts</td><td>0.030</td><td>0.040</td><td>0.050</td></tr><tr><td>  3. same as above, but with heavy growth of sprouts</td><td>0.050</td><td>0.060</td><td>0.080</td></tr><tr><td>  4. heavy stand of timber, a few down trees, little<br>  undergrowth, flood stage below branches</td><td>0.080</td><td>0.100</td><td>0.120</td></tr><tr><td>  5. same as 4. with flood stage reaching  branches</td><td>0.100</td><td>0.120</td><td>0.160</td></tr></tbody></table>

#### References

> Chow, V.T., 1959, Open-channel hydraulics: New York, McGraw-Hill, 680 pp.


---

# 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/introduction-1/channels/hyd-sed-lte.cha/fpn.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.
