Initial stochastic transport implementation [DRAFT] - #15
Draft
pbosler wants to merge 80 commits into
Draft
Conversation
…sing functions from old siqk_defs for time (tic, toc, print_times) and InExeSpace
…rtran to c++ interface
…both fortran and c++ sides.
… cell centers for vertical transport
…for resolution studies.
… on cube face) to reference element coordinates (which do not)
pbosler
marked this pull request as draft
June 25, 2026 15:00
…elocity to test horizontal component in isolation.
This file contains hidden or 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
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.
Using polygonal overlap on each level in the horizontal to determine percentages of subcell
ithat moves to subcelljduring a transport stem. Then vertical remap of the pressure levels does the same for vertical transport.Implements a new version of DCMIP 2012 tracer transport test 1.1 (3d deformational flow) with doubled tracers. Tracers Q, Q2:4 are the same as the original DCMIP 2012 test. Tracers Q5:8 are exact copies at
t=0. Fort>0, tracers Q and Q2:4 are transported by the standard semi-Lagrangian methods (ISLET). Tracers Q5:8 are transported by the new stochastic method. In a perfect world, the two would match; however, the stochastic tracers are not transported with high-order methods and they are not modified for property preservation in the horizontal, so they will differ.DRAFT: Waiting on convergence testing results.