Skip to content

feat(create): add workaround for missing data at step zero#565

Open
frazane wants to merge 2 commits intomainfrom
feat/missing-step-zero-workaround
Open

feat(create): add workaround for missing data at step zero#565
frazane wants to merge 2 commits intomainfrom
feat/missing-step-zero-workaround

Conversation

@frazane
Copy link
Contributor

@frazane frazane commented Mar 10, 2026

This PR adds an additional, undocumented workaround for using the FDB source at MeteoSwiss for the REA-L-CH1 data. It is required to retrieve processed variables such as wind gust, that are not available at {"date": YYYYMMDD, "time": 0000, "step": 0} but only for {"date": YYYYMMDD - 1d, "time": 0000, "step": 24}.

I hope this is the last hyper-specific fix needed for us. Any ideas on how do generalize this would be welcome! If we do not find a solution in the long term, we might decide to move everything out as a custom source via plugins.


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: To be triaged

Development

Successfully merging this pull request may close these issues.

1 participant