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

LFRic cubes don't merge due to name attribute containing filename #1023

Open
jfrost-mo opened this issue Jan 7, 2025 · 0 comments
Open

LFRic cubes don't merge due to name attribute containing filename #1023

jfrost-mo opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jfrost-mo
Copy link
Member

Describe the bug

When XIOS outputs LFRic to seperate streams, it requires there to be a name attribute on the cube. As this attribute will be different between the different files, we need to remove it during data loading.

How to reproduce

Steps to reproduce the behaviour:

  1. Load some files with differing name attributes with the load_cube operator.
  2. Observe the cubes don't merge.

Expected behaviour

We don't need this attribute, so we can remove it in the LFRic normalisation loading callback.

Environment

  • Version: [e.g. from cset --version]
  • Browser (if UI issue): [e.g. Chrome, Firefox]
@jfrost-mo jfrost-mo added the bug Something isn't working label Jan 7, 2025
@jfrost-mo jfrost-mo self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant