# Sediment in  Lateral & Groundwater Flow

&#x20;                     SWAT+ allows the lateral and groundwater flow to contribute sediment to the main channel. The amount of sediment contributed by lateral and groundwater flow is calculated:

&#x20;                    $$sed\_{lat}=\frac{(Q\_{lat}+Q\_{gw})\*area\_{hru}\*conc\_{sed}}{1000}$$                                                  4:1.5.1

where $$sed\_{lat}$$ is the sediment loading in lateral and groundwater flow (metric tons), $$Q\_{lat}$$ is the lateral flow for a given day (mm H$$*2$$O), $$Q*{gw}$$ is the groundwater flow for a given day (mm H$$*2$$O), $$area*{hru}$$ is the area of the HRU (km$$^2$$), and $$conc\_{sed}$$ is the concentration of sediment in lateral and groundwater flow (mg/L).

Table 4:1-8: SWAT+ input variables that pertain to sediment lag calculations.

| Variable Name | Definition                                                                        | Input File |
| ------------- | --------------------------------------------------------------------------------- | ---------- |
| LAT\_SED      | $$conc\_{sed}$$: Concentration of sediment in lateral and groundwater flow (mg/L) | .hru       |


---

# 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/sediment-in-lateral-and-groundwater-flow.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.
