Manuel Schlund

Results 35 comments of Manuel Schlund

I also noticed that that `Cube.remove_coord()` does not work for derived coordinates, e.g. ```python cube.remove_coord('altitude') cube.remove_coord('altitude') print(cube) ``` with the cube above does **not** fail and still prints the derived...

In ESMValTool, we recently started improving our support for unstructured grids. This issue here hampers the application of our `area_statistics` operation (basically collapsing over latitude and longitude) to data on...

Sounds much easier! Can I open a pull request with that?

See https://github.com/SciTools/iris/pull/4870.

Thanks for the quick answer @bjlittle! `iris-esmf-regrid` looks super interesting, I will definitely have a look at that. One question on this: is there any documentation available for it? I...

Thanks for opening the issue @jonseddon! > Note that, at the moment `iris-esmf-regrid` only supports area weighted regridding from lat/lat to unstructured, and vice versa... Although @stephenworsley is more qualified...

Hmm...that's a tricky question. For me both options make sense, but I tend to agree more with option 1. From what I can tell from the code (filling the data...

Hi @bjlittle, this is still relevant for us, but only with a medium priority (we, the ESMValTool devs, assigned priorities to each issue with `Feature: ESMValTool` here: https://github.com/ESMValGroup/ESMValCore/issues/1738). At the...

No worries at all @pp-mo! Thanks for all your support on ESMValTool-related issues, we really appreciate it 👍