Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Anemoi Datasets #102

Open
jacobbieker opened this issue Apr 23, 2024 · 4 comments
Open

Add support for Anemoi Datasets #102

jacobbieker opened this issue Apr 23, 2024 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jacobbieker
Copy link
Member

ECMWF has now started doing an idea similar to the one in #3
Blog post: https://www.ecmwf.int/en/about/media-centre/aifs-blog/2024/data-driven-regional-modelling

Detailed Description

https://anemoi-datasets.readthedocs.io/en/latest/using/combining.html

Context

Using a high-resolution subset within a global model is quite interesting to get the higher resolution required. Anemoi datasets works to do that as well, making the cutouts.

Possible Implementation

Import the package and use that? Copy over the cutout functionality? As otherwise, its a light wrapper around Zarr stores, which we already support.

@jacobbieker jacobbieker added enhancement New feature or request good first issue Good for newcomers labels Apr 23, 2024
@0xFrama
Copy link
Contributor

0xFrama commented May 2, 2024

Hi @jacobbieker, could you give me more details about this?

@jacobbieker
Copy link
Member Author

Hi, we just want to make it so we can train with the anemoi datasets package. It has some nice functionality, so would want to add it to the different ways of loading weather datasets. Probably as another option in the data/ module here, somewhat like the IFS dataloader.

@0xFrama
Copy link
Contributor

0xFrama commented May 3, 2024

Have you a specific weather dataset in mind to start with?

@jacobbieker
Copy link
Member Author

The easiest would probably be either WeatherBench, or get it working with the ICON archive that we've made on Hugging Face.

With the ICON EU and ICON Global datasets on HF, we could get the loading of a low resolution global model + high resolution regional model working together, but would take more work to get up and running with this.

First step would probably try WeatherBench, and just get it to output training examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants