# Coarse Fragment Factor

The coarse fragment factor is calculated:

&#x20;       $$CFRG=exp(-0.053\*rock)$$                                                             4:1.1.15

&#x20;where rock is the percent rock in the first soil layer (%).

Table 4:1-5: SWAT input variables that pertain to sediment yield.

| Variable Name | Definition                                                                                                   | Input File |
| ------------- | ------------------------------------------------------------------------------------------------------------ | ---------- |
| USLE\_K       | $$K\_{USLE}$$: USLE soil erodibility factor (0.013 metric ton m$$^2$$ hr/           (m$$^3$$-metric ton cm)) | .sol       |
| USLE\_C       | $$C\_{USLE,mn}$$: Minimum value for the cover and management factor for the land cover                       | crop.dat   |
| USLE\_P       | $$P\_{USLE}$$: USLE support practice factor                                                                  | .mgt       |
| SLSUBBSN      | $$L\_{hill}$$: Slope length (m)                                                                              | .hru       |
| HRU\_SLP      | $$slp$$: Average slope of the subbasin (% or m/m)                                                            | .hru       |
| ROCK          | $$rock$$: Percent rock in the first soil layer (%)                                                           | .sol       |


---

# 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/theoretical-documentation/section-4-erosion/sediment/musle/coarse-fragment-factor.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.
