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

Support for parallel inference on multiple initial dates. #115

Open
dietervdb-meteo opened this issue Jan 24, 2025 · 0 comments
Open

Support for parallel inference on multiple initial dates. #115

dietervdb-meteo opened this issue Jan 24, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dietervdb-meteo
Copy link
Contributor

dietervdb-meteo commented Jan 24, 2025

Is your feature request related to a problem? Please describe.

Running inference for a large range of dates, for hindcasting and verification purposes, can currently be done, in a parallelized way, by setting up a suitable slurm script and repeatedly srunning anemoi-inference. It could be interesting to have such functionality handled by anemoi-inference under the hood directly so it can be handled by a single anemoi-inference call. Furthermore, as the date range increases the size of the total output also increases, so it could be useful to add to anemoi-inference a feature to save all output of such a large set of forecasts in a single zarr .

Describe the solution you'd like

Enable setting a date range in the config, rather than a single date. Implement a parallel treatment of inference on such multiple dates. Add zarr as a new output type.

Describe alternatives you've considered

No response

Additional context

@cathalobrien , @b8raoult , @gmertes this is not really urgent but could be a useful feature, what do you think?

Organisation

RMI

@dietervdb-meteo dietervdb-meteo added the enhancement New feature or request label Jan 24, 2025
@dietervdb-meteo dietervdb-meteo changed the title Support for parallel inference of forecasts on multiple initial dates. Support for parallel inference on multiple initial dates. Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant