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

Integrate pack_vector_fields into SphericalVector Interpolation method. #224

Merged

Conversation

odlomax
Copy link
Contributor

@odlomax odlomax commented Sep 24, 2024

Hi @wdeconinck

This is part of issue #217. Here we've integrated the helper method from PR #218 into the SphericalVector interpolation method. Another CASE has been added to the interpolation test which demonstrates vector interpolation with components stored in individual fields.

Note: PR #223 needs to be merged before this.

@MarekWlasak, this is how I envisaged the use of this interpolation method within JEDI where we exclusively store vector field components in separate fields.

The final PR for issue #217 will integrate PR #220 into the helper and interpolation methods used here.

@odlomax odlomax force-pushed the feature/spherical_vector_field_packing branch from b30621b to d3f8a30 Compare October 11, 2024 15:55
@odlomax
Copy link
Contributor Author

odlomax commented Oct 11, 2024

I've rebased this one off of the head of develop. It's ready for review whenever you are. :-)

Copy link
Member

@wdeconinck wdeconinck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice and elegant. Slowly making my way through your PRs.

@wdeconinck wdeconinck merged commit 96edef9 into ecmwf:develop Oct 11, 2024
159 checks passed
wdeconinck added a commit that referenced this pull request Nov 18, 2024
* release/0.40.0: (40 commits)
  Update changelog
  Version 0.40.0
  Add hicLaunchHostFunc for async host functions
  Add test for various use cases of StructuredInterpolation2D with limiter
  Implement StructureInterpolation2D for 3-dimensional fields with extra variables)
  Fix application of limiter for StructuredInterpolation2D
  Protect atlas_test_array_view_variant to eckit v 1.27.0
  Move example-fortran inside atlas_HAVE_DOCS (#235)
  Fix possible device-memory leak in WrappedDataStore (fixes #234)
  add device data on FieldSet
  Add test for fieldset device operators
  Add fieldset device operators
  Update fctest_field_gpu to test acc deviceptr
  Update test_field_acc to test acc deviceptr
  Add device_data Fortran access to Field
  Refactored spherical vector interpolation method. (#227)
  Refactored (un)pack_vector_fields. (#226)
  Integrate `pack_vector_fields` into `SphericalVector` Interpolation method. (#224)
  Fixed ordering of fixup_halos and halo_exhange in StructuredColumns.cc (#223)
  Tidied headers and error message. (#231)
  ...
sbrdar pushed a commit that referenced this pull request Jan 16, 2025
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.

2 participants