> For the complete documentation index, see [llms.txt](https://docs.jua.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jua.ai/models-and-products/third-party-models/microsoft-aurora.md).

# Microsoft Aurora

Microsoft's AI-based global weather model that provides forecasts at 0.25° resolution.

## Live Forecast Data

* Global coverage at 0.25° resolution (721x1440 grid)
* Four daily runs (00, 06, 12, 18 UTC)
* 20-day prediction horizon (480h, six-hourly)
* Real-time data access via [Python SDK](/python-sdk/weather/forecast.md) or [REST API](/api-v2/getting-started.md)

## Technical Specifications

### Available Weather Parameters

Aurora uses standardized variable naming conventions. For full details on the naming structure, see [Weather Variable Naming](/python-sdk/weather/naming.md).

| Parameter Code | API Name                                   | Description                      | Units        |
| -------------- | ------------------------------------------ | -------------------------------- | ------------ |
| 2t             | air\_temperature\_at\_height\_level\_2m    | Air temperature at 2m            | Kelvin       |
| 10si           | wind\_speed\_at\_height\_level\_10m        | Horizontal wind speed at 10m     | m s⁻¹        |
| 10wdir         | wind\_direction\_at\_height\_level\_10m    | Horizontal wind direction at 10m | Degrees true |
| msl            | air\_pressure\_at\_mean\_sea\_level        | Mean Sea-level Pressure          | Pa           |
| z\_500         | geopotential\_at\_pressure\_level\_50000Pa | Geopotential                     | m² s⁻²       |

Note: The previous naming convention used in EPT-1.5 is deprecated. All new integrations should use the standardized naming shown above.

## Hindcast Data

**Spatial Extent:** Global, on a grid of 721x1440 (25 km resolution).

**Data Access:** Hindcasts are available via [API](/api-v2/getting-started.md) or [SDK](/python-sdk/getting-started.md). For bulk, grid-based access, please contact <support@jua.ai>.

| **Model**       | **Temporal Extent**                                   | **Forecast Horizon and Resolution** |
| --------------- | ----------------------------------------------------- | ----------------------------------- |
| Aurora 0.25 deg | <p>2025-06-03 - today</p><p>at 00, 06, 12, 18 UTC</p> | 480h, six-hourly                    |

### Extended Hindcast Data (Special Request Only)

{% hint style="warning" %}
**Special Request Required**: The following extended hindcast data is available but requires special access permissions and is not accessible through standard API/SDK access. Please contact <support@jua.ai> to request access.
{% endhint %}

| **Model**       | **Extended Temporal Coverage**                                                 | **Forecast Horizon and Resolution** |
| --------------- | ------------------------------------------------------------------------------ | ----------------------------------- |
| Aurora 0.25 deg | <p>2023-01-02 - 2024-12-27, 2025-06-03 - today</p><p>at 00, 06, 12, 18 UTC</p> | 480h, six-hourly                    |


---

# 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:

```
GET https://docs.jua.ai/models-and-products/third-party-models/microsoft-aurora.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.
