MetOffice / CSET

Toolkit for evaluation and investigation of numerical models for weather and climate applications.
https://metoffice.github.io/CSET/
Apache License 2.0
11 stars 4 forks source link

Generalise spatial coordinates in recipes #762

Open jwarner8 opened 2 months ago

jwarner8 commented 2 months ago

Something else

Currently some recipes like generic_domain_mean_vertical_profile_series.yaml and generic_surface_domain_mean_time_series.yaml use fixed spatial coordinates (e.g. L24);

  - operator: collapse.collapse
    coordinate: [grid_latitude, grid_longitude]
    method: MEAN

We have a function in utils which determines spatial coordinates, that we could use.

jfrost-mo commented 1 month ago

This helps with models that use latitude and longitude, like ACCESS-A.