# WeatherMesh-3 **Repository Path**: AI4EarthLab/WeatherMesh-3 ## Basic Information - **Project Name**: WeatherMesh-3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-17 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeatherMesh-3 The purpose of this repository is to define the architecture of [WindBorne](https://www.windbornesystems.com)'s WeatherMesh3 as outlined in our ICLR submission [WeatherMesh-3](https://arxiv.org/abs/2503.22235). We are not currently providing weights or any data processing used to run the model. # Installation Install the required packages using: ``` ./install.sh ``` # To view the WeatherMesh3 architecture Run our sample script at ``` python3 model.py ``` Or import the script and interact with the model yourself ``` from model import get_WeatherMesh3 model = get_WeatherMesh3() print(model) ```