metoppv / improver

IMPROVER is a library of algorithms for meteorological post-processing.
http://improver.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
103 stars 85 forks source link

Update categorical CLI to accept cubelist inputs #1971

Closed mspelman07 closed 9 months ago

mspelman07 commented 10 months ago

Update categorical CLI to accept cubelist inputs.

Required for EPP ticket https://github.com/MetOffice/epp_workflows/pull/18. The convcloud chain produces a pair of cubes namely, air temperature at pressure at cloud condensation level. One of these cubes is needed for the global precip type chain and so the CLI for categorical plugin needs to be able to load cubelists

Testing:

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f77f534) 98.39% compared to head (4beae45) 98.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1971 +/- ## ======================================= Coverage 98.39% 98.39% ======================================= Files 124 124 Lines 12059 12059 ======================================= Hits 11866 11866 Misses 193 193 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mspelman07 commented 9 months ago

Acceptance test added.

Acceptance test data PR: https://github.com/metoppv/improver_test_data/pull/38