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

Add advection granule with horizontal transport #538

Merged
merged 50 commits into from
Oct 31, 2024
Merged

Conversation

dastrm
Copy link
Contributor

@dastrm dastrm commented Sep 3, 2024

No description provided.

@dastrm dastrm marked this pull request as ready for review September 9, 2024 05:32
@dastrm dastrm requested a review from halungge September 9, 2024 05:32
@dastrm dastrm requested a review from halungge September 18, 2024 09:35
@nfarabullini
Copy link
Contributor

cscs-ci run default

@nfarabullini
Copy link
Contributor

launch jenkins spack

@dastrm
Copy link
Contributor Author

dastrm commented Oct 22, 2024

cscs-ci run default

@dastrm
Copy link
Contributor Author

dastrm commented Oct 22, 2024

launch jenkins spack

@dastrm
Copy link
Contributor Author

dastrm commented Oct 24, 2024

cscs-ci run default

@dastrm
Copy link
Contributor Author

dastrm commented Oct 24, 2024

launch jenkins spack

@dastrm
Copy link
Contributor Author

dastrm commented Oct 25, 2024

cscs-ci run default

@dastrm
Copy link
Contributor Author

dastrm commented Oct 25, 2024

launch jenkins spack

@dastrm dastrm requested a review from nfarabullini October 25, 2024 08:55
@nfarabullini
Copy link
Contributor

cscs-ci run default

@nfarabullini
Copy link
Contributor

launch jenkins spack

Copy link

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default
  • launch jenkins spack

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

In case your change might affect downstream icon-exclaim, please consider running

  • launch jenkins icon

For more detailed information please look at CI in the EXCLAIM universe.

@dastrm
Copy link
Contributor Author

dastrm commented Oct 29, 2024

cscs-ci run default

@dastrm
Copy link
Contributor Author

dastrm commented Oct 29, 2024

launch jenkins spack

Copy link
Contributor

@nfarabullini nfarabullini left a comment

Choose a reason for hiding this comment

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

LGTM! @halungge can give her final opinion :)

@dastrm dastrm merged commit 1a5f4c9 into main Oct 31, 2024
5 checks passed
@dastrm dastrm deleted the advection_granule branch November 5, 2024 09:10
OngChia pushed a commit that referenced this pull request Jan 14, 2025
* Add advection granule skeleton

* Add first stencil call draft

* Add second-order accurate horizontal transport

* Make horizontal transport verify

* Silence warnings and remove debug code

* Adapt new code to main

* Add proper advection test logging

* Rename advection stencils

* Modify highly generic advection stencils

* Add missing python infrastructure files

* Remove dead stencil call

* Add advection test CI

* Adjust for variable precision in stencils

* Update AUTHORS.md

* Modify dimension imports wherever possible

* Add start/end indices to all advection stencils

* Perform simplifications on advection stencils

* Apply suggestions from code review

Co-authored-by: Magdalena <[email protected]>

* Apply suggestions from code review

Co-authored-by: Magdalena <[email protected]>

* Fix remaining issues

* Duplicate and simplify two stencils

* Add ntracer legend

* Annotate advection stencils

* Create horizontal and vertical advection classes

* Fix all advection imports

* Prepend underscore to private vars

* Set grid type and backend for all stencils

* Organize code into more independent classes

* Fuse density increment stencils

* Fix remaining issues

* Shorten advection class names

* Separate tracer and numerical flux

* Fix remaining issues

* Remove excessive casting in stencils

* Fix most of the failing stencil tests

* edits for offsets implementations

* Make last stencil test pass

* Fix remaining advection issues

* Fix spack build

* Introduce backend arguments in advection classes

* Remove backend from program decorators

---------

Co-authored-by: Magdalena <[email protected]>
Co-authored-by: Nicoletta Farabullini <[email protected]>
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

Successfully merging this pull request may close these issues.

3 participants