Stephen Moseley
Stephen Moseley
Create Plugin and CLI to calculate Fawbush & Miller hail size for each realizations. This will apply the Fawbush and Miller, 1953, hail size technique, as implemented in the UKPP...
Following #1754, this issue will implement methods to check input cube names, times and units in a standard way. Acceptance criteria: - [ ] New function to assert time coords...
As an Improver developer I want to know which IMPROVER plugins are not lazy so that I can modify them and later take advantage of exciting new technologies such as...
The IMPROVER code contains a few places where axes are selected using their abbreviation (`"x", "y", "z", "t"`) rather than a full name. This is particularly useful if we don't...
On a few occasions, I've found a need to write a wrapper for a specific class method, e.g. `merge_cube()` for a `CubeList` object, or `collapsed` for a `Cube` object. Our...