-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tracer advection stencil porting ml -> tracer advection stencils #98
Merged
halungge
merged 21 commits into
tracer_advection_stencils
from
tracer_advection_porting_ml
Oct 12, 2022
Merged
Tracer advection stencil porting ml -> tracer advection stencils #98
halungge
merged 21 commits into
tracer_advection_stencils
from
tracer_advection_porting_ml
Oct 12, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
halungge
commented
Sep 29, 2022
- hflx_limiter_mo_stencil_02
- hflx_limiter_mo_stencil_03
- hflx_limiter_mo_stencil_04
- step_advection_01
- step_advection_02
- upwind_hflux_miura_stencil_02
- upwind_vflux_ppm_stencil_01
abishekg7
reviewed
Sep 30, 2022
abishekg7
approved these changes
Sep 30, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
This reverts commit 99638df.
…parate sums instead of using neighbor_sum
halungge
force-pushed
the
tracer_advection_porting_ml
branch
from
October 4, 2022 07:48
769a799
to
9574f77
Compare
halungge
changed the title
Tracer advection stencils
Tracer advection stencil porting ml -> tracer advection stencils
Oct 4, 2022
halungge
force-pushed
the
tracer_advection_porting_ml
branch
from
October 4, 2022 09:29
9574f77
to
2efb391
Compare
ninaburg
pushed a commit
that referenced
this pull request
Nov 29, 2022
* adding hflx_limiter_mo_stencil_02 * changes order of args and return a tuple * Revert "changes order of args and return a tuple" This reverts commit 99638df. * porting step_advection_stencil_01 * porting step_advection_stencil_02 * porting upwind_hflux_miura_stencil_02 * hflx_limiter_mo_stencil_04 * fix step_advection_stencil_01 * hflx_limiter_mo_stencil_03 * clean up: move upwind_hflux_miura_stencil_02.py * add test for conditional branch in hflx_limiter_mo_stencil_04 * switch to using min_over in hflx_limiter_mo_stencil_03 * refactor hflx_limiter_mo_stencil_04, fix tests for Koffset * add upwind_vflux_ppm_stencil_01 * upwind_hflux_miura_stencil_02 - fix sparse field issue, split into separate sums instead of using neighbor_sum * remove commented out code * fix: upwind_vflux_ppm_stencil_01 * fix: hflx_limiter_mo_stencil_01: return tuple, use int32 * hflx_limiter_pd_stencil_02.py: use int fields
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.