Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalise spatial coordinates in recipes #762

Open
jwarner8 opened this issue Jul 30, 2024 · 1 comment
Open

Generalise spatial coordinates in recipes #762

jwarner8 opened this issue Jul 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jwarner8
Copy link
Contributor

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.

@jwarner8 jwarner8 added the enhancement New feature or request label Jul 30, 2024
@jfrost-mo
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants