Maybe this is expected, and can easily be worked around (e.g. iris.util.equalise_attributes(…) or xarray.concat(…, combine_attrs=”drop_conflicts”) but I wanted people to be aware of it. Having this attribute set consistently would also make it easier to keep the link back to the parent in derived data and so help keep track of which ones might cluster due to being micro perturbations of the same parent.
File | Field | Comment / Issue | Action |
---|---|---|---|
*_1hr_pt__* | m01s01i235 | field is the hrly mean, but is erroneously written to the hrly instantanous file | |
all files of the form *_mon_XXhrs__* | the metadata is incorrect, it should include cell_methods, time: point within days time: mean over days... The code to fix this is in modify _netcdf_metadata (see def fix_time_offset_metadata(nc): ) but was not called because of an oversight with the naming of the time coordinate |
fix in cf-store? |