improver
improver copied to clipboard
IMPROVER is a library of algorithms for meteorological post-processing.
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...
Addresses #1777 Description: Plugin and tests to calculate size of hail stones Testing: - [x] Ran tests and they passed OK - [x] Added new tests for the new feature(s)
Modifies the spot-extract CLI to use ResamplePercentiles when necessary. This is required when spot-extracting percentile output from gridded percentile inputs that do not contain the target percentiles. Previously the CLI...
Hi guys: When I call IMPROVER cli command to output nc file. I got the following errors. I think this would be iris (V3.2.1) Incompatible error. Because I can use...
Hi: I want to produce my landmask file. So can you provide the gen_landmask function code? Thanks very much. Dave
Hi: I want to run the acceptance tests for understanding IMPROVER functions. So can I get a copy of the acceptance test input and output files? Thanks very much. mail:...
This PR adds functionality to simple order specific CLI's to be able to pass input cubes agnostically. It also adds input cube functions to the corresponding plugins where necessary. This...
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...
## The issue The threshold plugin currently processes multi realization data without any kind of slicing to reduce the amount of data being held in memory. This can lead to...
The list of stations in `station_list.csv` is used to retrieve obs data and by the `neighbour-finding` cli in improver. Currently the column names don't match what's needed for these functions....