You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _fix_cell_methods loading callback correctly identifies that Iris' cell methods do not always correctly identify the type of processing that has been applied to the cube. However, the current fix of converting 'mean' to 'sum' for specific STASH codes is too generic as the STASH system is capable of various types of processing (off the top of my head, at least mean, minimum and maximum over a defined period).
Ideally this callback would check the UM field codes as defined in UMDPF03 to see what processing was actually applied and assign an appropriate cell method based on that.