merge to accept variable_name clashes #512
Labels
Feature: Merge/Concatenate
Peloton 🚴♂️
Target a breakaway issue to be caught and closed by the peloton
Status: Duplicate
This discussion highlighted that variable names loaded from NetCDF files are used in the comparison of candidate cubes during merge.
Variable names are not semantic containers, they are just labels, and should not be treated in this way. This needs to be implemented for cubes and coordinates, both exhibit the behaviour.
Update merge such that it:
Test suggestion: slice a cube into a cubelist and save the cubelist as a NetCDF file. Load the NetCDF file and assert that the merge result in 1 cube, ignoring the differing variable names.
The text was updated successfully, but these errors were encountered: