> For the complete documentation index, see [llms.txt](https://docs.whiffle.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whiffle.cloud/advanced-topics/meso-simulation.md).

# Meso-simulation

Phenomena in the atmosphere take on a very wide range of spatial scales: from turbulence (1 mm to 1 km); to events like thunderstorms, mountain/valley winds, sea breezes, fronts (1 km to 100 km, also called the *meso*-scale); to the large scales of low/high pressure systems, jet streams, and global climate (hundreds to thousands of km). Historical ERA5 weather data resolves these largest scales very well, and the LES is tailored for the smallest scales. It is the meso-scale, the scale in between those two, that neither is very good at simulating. That is why Whiffle Wind uses a meso-scale model in between the driving weather data and the LES.

<figure><img src="/files/FCJATPWzs6vLtY0MtLlz" alt=""><figcaption></figcaption></figure>

The meso-simulation runs at a resolution of 2 km and has a domain of 256 km by 256 km, by which it can capture the effects of land-sea transitions, and large-scale orography. This meso-simulation directly drives the LES, and gives more realistic boundary conditions than pure ERA5. Its implementation is based on the LES code, but has several modifications that allow it to run at coarser resolutions.


---

# 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://docs.whiffle.cloud/advanced-topics/meso-simulation.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.
