> 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/aquifers/aquifer.aqu/alpha_bf.md).

# alpha\_bf

The baseflow recession constant is a direct index of groundwater flow response to changes in recharge (Smedema and Rycroft, 1983). Values vary from 0.1-0.3 for land with a slow response to recharge to 0.9-1.0 for land with a rapid response. Although the baseflow recession constant may be calculated, the best estimates are obtained by analyzing measured streamflow during periods of no recharge in the watershed.

It is common to find the baseflow days reported for a stream gage or watershed. This is the number of days for base flow recession to decline through one log cycle. When baseflow days are known, the alpha factor can be calculated:

$$
α\_{gw} = \frac{1}{N} \* ln⁡\[\frac{Q\_{gw,N}}{Q\_{gw,0}} ]=\frac{1}{BFD} \* ln⁡\[10]=\frac{2.3}{BFD}
$$

where $$α\_{gw}$$ is the baseflow recession constant, and *BFD* is the number of baseflow days for the watershed.

> Smedema, L.K. and D.W. Rycroft. 1983. Land drainage - planning and design of agricultural drainage systems. Cornell University Press, Ithaca, NY.
>
> Sánchez-Gómez, A., Schuerz, C., Molina-Navarro, E., and Bieger, K. 2024. Groundwater modelling in SWAT+: Considerations for a realistic> &#x20;baseflow simulation. Groundwater for Sustainable Development 26:101275.


---

# 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/aquifers/aquifer.aqu/alpha_bf.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.
