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

Iris integration #94

Open
4 of 5 tasks
stephenworsley opened this issue Oct 6, 2022 · 0 comments
Open
4 of 5 tasks

Iris integration #94

stephenworsley opened this issue Oct 6, 2022 · 0 comments
Assignees

Comments

@stephenworsley
Copy link
Contributor

stephenworsley commented Oct 6, 2022

Overview

Write functions and and objects which operate on Iris cubes in order to accomplish use cases as described here: https://www.overleaf.com/project/62b236bcf6c9c19ac9efd441

Details

The Iris objects to operate on are "LFRIC style" defined on the edges of UGRID meshes, or "UM style" defined on Arakawa grids.

The operations to do with these objects are regridding from one object onto the grid/mesh of another and calculating the path integral given a field described on one of these objects and a description of a path. In the case of regridding, this solution can be given the form of an Iris regridding scheme like iris.analysis.Linear which can be called with the signature result = src_cube.regrid(tgt_cube, Scheme()) or regridder = Scheme().regridder(src_cube, tgt_cube); result = regridder(src_cube).

Task Breakdown

@pletzer pletzer self-assigned this Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants