-
Notifications
You must be signed in to change notification settings - Fork 78
feat(training): downscaling #811
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
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
…m/ecmwf/anemoi-core into feature/multi-dataset-integration
for more information, see https://pre-commit.ci
…m/ecmwf/anemoi-core into feature/multi-dataset-integration
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…m/ecmwf/anemoi-core into feature/multi-dataset-integration
for more information, see https://pre-commit.ci
…m/ecmwf/anemoi-core into feature/multi-dataset-integration
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…m/ecmwf/anemoi-core into feature/multi-dataset-integration
for more information, see https://pre-commit.ci
…m/ecmwf/anemoi-core into feature/multi-dataset-integration
for more information, see https://pre-commit.ci
MeraX
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Mario, thanks for bringing this in! I was just thinking about the name of this feature/task. I was wondering if "downscaling" is the most generic term to describe what it actually provides.
If I'm not mistaken, I belief, the new task could basically be used for anything that predicts Y(t) from X(t) and former X if using multi step input. X and Y could be different datasets and grids, but they could also be the same. I.e. this new task also supports various possibilities of statistical post processing and generation of derived products. I wouldn't call all of these "downscaling". But to be honest, I have no good name in mind. Maybe something in the direction of "diagnosing task"?
Co-authored-by: Marek Jacob <[email protected]>
…-core into multids/downscaling
for more information, see https://pre-commit.ci
Co-authored-by: Marek Jacob <[email protected]>
for more information, see https://pre-commit.ci
Description
This PR adds support for downscaling in anemoi. After multiple datasets, the downscaling task can be added to the supported use cases.
Thanks to @MeraX @TobiasGoeckeDWD, who co-developed this branch during their visit to Reading in October 2025.
As a contributor to the Anemoi framework, please ensure that your changes include unit tests, updates to any affected dependencies and documentation, and have been tested in a parallel setting (i.e., with multiple GPUs). As a reviewer, you are also responsible for verifying these aspects and requesting changes if they are not adequately addressed. For guidelines about those please refer to https://anemoi.readthedocs.io/en/latest/
By opening this pull request, I affirm that all authors agree to the Contributor License Agreement.