Support UK radar data#1825
Conversation
|
for info if the upgrade of you branch with main causes problems then I have created a branch of your branch and merged main in now including the addition of plotting transverse mercator. So you should be able to plot the radar data. |
|
#https://github.com/MetOffice/CSET/tree/1759_import_nimrod_merge_main adds nimrod radar switch into rose gui and enables nimrod switch in flow.cylc for the workflow. |
James Frost (jfrost-mo)
left a comment
There was a problem hiding this comment.
src/CSET/cset_workflow/app/fetch_fcst/bin/fetch_data.py is the main file for this change, as the stuff in fetch_nimrod is largely unused.
What is our plan with this? Are we going to try and reuse the RES capability in cube_utils? Or do we not really need it given the existing capabilities of CSET?
The recipe and such looks broadly sensible, though I think we can get away with hard-coding some more for the initial simple recipe.
Co-authored-by: James Frost <james.frost@metoffice.gov.uk>
Co-authored-by: James Frost <james.frost@metoffice.gov.uk>
This is mostly to satisfy my type checker that nimrod_dir_wei is set when used.
9bb07f8 to
7e8590b
Compare
The number of radar sites can change, preventing the cubes from merging. Therefore the respective cube attributes are stripped.
|
Be warned that plotting spatial plots for 5 minutely data takes ages. |
|
|
None of the three constants defined in this file are used. The defined constants are: HOUR_IN_SECONDS = 3600 M_IN_KM = 1000 REAL_MATCH_TOL = 1.0e-4

Fixes #1759
Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.