Skip to content

feat: option when checking variables compatibility#669

Open
b8raoult wants to merge 4 commits into
mainfrom
feat/check-units-options
Open

feat: option when checking variables compatibility#669
b8raoult wants to merge 4 commits into
mainfrom
feat/check-units-options

Conversation

@b8raoult

@b8raoult b8raoult commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Description

When concatenating datasets, the package will check that variables are compatible, i.e.,
that they have the same units, the same time processing (e.g. whether the data is instantaneous or accumulated),
the same time processing period (e.g. whether the data are 3-hourly or 6-hourly accumulations),
the same type of level (e.g. whether the data are on pressure levels or model levels), etc.

This PR add an option to open_dataset to control these checks.

Related PRs:

What problem does this change solve?

What issue or task does this change relate to?

Additional notes

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.


📚 Documentation preview 📚: https://anemoi-datasets--669.org.readthedocs.build/en/669/

@github-actions github-actions Bot added documentation Improvements or additions to documentation tests labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation tests

Projects

Status: To be triaged

Development

Successfully merging this pull request may close these issues.

1 participant