SciTools / iris-esmf-regrid

A collection of structured and unstructured ESMF regridding schemes for Iris.
https://iris-esmf-regrid.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
20 stars 17 forks source link

Use Iris `load_mesh()` and `save_mesh()` in `unstructured_scheme` where appropriate #121

Closed trexfeathers closed 1 year ago

trexfeathers commented 3 years ago

📰 Custom Issue

Iris main now includes iris.experimental.ugrid.load_mesh() and save_mesh(). They can therefore now be used in the code within the unstructured_scheme feature branch - there are definitely places where this would simplify/optimise behaviour (e.g. when creating artificial Meshes for benchmarking).

github-actions[bot] commented 2 years ago

@SciTools-incubator/esmf-regrid-devs This issue is stale due to a lack of activity in the last 90 days. Remove stale label or comment, otherwise this issue will close automatically in 7 days time.

github-actions[bot] commented 2 years ago

@SciTools-incubator/esmf-regrid-devs This issue is stale due to a lack of activity in the last 90 days. Remove stale label or comment, otherwise this issue will close automatically in 7 days time.

github-actions[bot] commented 2 years ago

@SciTools-incubator/esmf-regrid-devs This issue is stale due to a lack of activity in the last 90 days. Remove stale label or comment, otherwise this issue will close automatically in 7 days time.

trexfeathers commented 2 years ago

@stephenworsley has this been actioned yet?

stephenworsley commented 1 year ago

One thing to note is that when a regridder is built from a cube with a mesh on it, the location (e.g. face ore node) is derived from the cube and not the mesh. When building a regridder from a mesh this information is not present so will either have to be guessed or supplied by a user with some keyword. For the time being, it may be sufficient to guess that an areaweighted scheme will use face data and a bilinear scheme will use node data.

github-actions[bot] commented 1 year ago

@SciTools-incubator/esmf-regrid-devs This issue is stale due to a lack of activity in the last 90 days. Remove stale label or comment, otherwise this issue will close automatically in 7 days time.

github-actions[bot] commented 1 year ago

@SciTools-incubator/esmf-regrid-devs This stale issue has been automatically closed due to no community activity