# 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="https://927730225-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrIjVtfK7J5LmiatpVpuO%2Fuploads%2FGndXs3KIWtcYYW7Q2BmP%2Fclouds_for_whiffle_wind_docs.png?alt=media&#x26;token=79284700-561d-443b-8501-27c2314b92d0" 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: 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://docs.whiffle.cloud/advanced-topics/meso-simulation.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.
