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

Made sure cubed-sphere interpolation method always sets metadata. #208

Conversation

odlomax
Copy link
Contributor

@odlomax odlomax commented Jun 7, 2024

Follow-on from #206.

Added a slight oversight in the last PR which, when combined with jcsda/oops #2670, breaks the lfric-jedi model interface.

The metadata itself is a bit hacky and both will be redundant soon. But for now, it's needed to keep things running.

Closes #205

@odlomax
Copy link
Contributor Author

odlomax commented Jun 10, 2024

This one has a green light from me. I'll create an issue with the other tidy-up items I mentioned.

@odlomax
Copy link
Contributor Author

odlomax commented Jun 11, 2024

Thank you kindly, @wdeconinck.

Would it be possible to issue a tag once this and #191 have gone in?

@wdeconinck wdeconinck merged commit 8fbcc6d into ecmwf:develop Jun 11, 2024
21 checks passed
@wdeconinck
Copy link
Member

This will be released in 0.38.0 some time this week.

wdeconinck added a commit that referenced this pull request Jun 20, 2024
* release/0.38.0: (47 commits)
  Update Changelog
  Version 0.38.0
  implement a procedure to carry out a regridding from high to low resolution (binning) (#191)
  Fixes opposite pole coordinates (#202)
  Avoid silent errors accessing Fieldset fields by ambiguous names (#210)
  Made sure cubed-sphere interpolation method always sets metadata. (#208)
  Add fortran interface for node-to-edge connectivity building (#209)
  Removed redundant headers.
  Fixed SphericalVector.
  Fixed StructuredInterpolation2D.
  Added failing tests.
  Update ci.yml to fix notification (#207)
  Add notifications to github workflows
  Remove float in Triag2D intersection algorithm (#203)
  Fixup: use C++17 uncaught_exceptions (extra s in exceptions)
  Disable logging of ATLAS_TRACE during stack unwinding (e.g. when exception is thrown)
  Add GPU offloading capability with OpenACC support to Native WrappedDataStore
  Add C++ OpenACC test for some sanity
  Refactor OpenACC support and implement for Native arrays
  Enable use of CUDA for Native arrays
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some interpolators fail with zero-sized target functionspace.
2 participants