Add the split-explicit time stepper - #517
Draft
hyungyukang wants to merge 29 commits into
Draft
Conversation
Author
Author
Author
Author
|
Additional timing measurements on Frontier GPU nodes for several Stage 2 components, including the computations (*Corr, *Pred, and accum) and halo exchanges, show that
Omega/components/omega/src/base/Halo.h Lines 851 to 897 in 9da1a59 |
mwarusz
force-pushed
the
omega/split-explicit-time-stepper
branch
from
August 27, 2026 21:05
ccc7729 to
faa5d54
Compare
- Added a framework for the split-explicit RK2 time stepping - Two new time steppers were added: 'SplitExplicitRK2', 'UnsplitRK2' - Related options for the split time stepping were added to config/Default.yml - NormalBarotropicVelocity, NormalBaroclinicVelocity, BarotropicPressureAnomaly arrays were added to State - Transport the split-explicit time stepping work from the previous development branch onto a clean branch.
- Moved the barotropic pressure gradient computation to PGrad - Removed computeBaroclinicVelocityTendencies and use computeVelocityTendencies for the SE stepper - Add CoriolisTendMode in Tendencies to separate a Coriolis term from PVFlux
- Redundant work removed - Coriolis iteration changed - Structural cleanup
mwarusz
force-pushed
the
omega/split-explicit-time-stepper
branch
from
August 27, 2026 23:04
faa5d54 to
6158478
Compare
Author
|
Strong scaling across GPU nodes and stage-wise GPU performance, including Frontier-GPU, PM-GPU, and Aurora-GPU:
|
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.









This PR introduces a split-explicit time stepper for computationally efficient time integration in Omega.
SplitExplicitRK2andUnsplitRK2.SplitExplicitRK2: split time stepping using RK2 for the baroclinic time stepperUnsplitRK2: unsplit RK2 time stepping.Predictor-CorrectorPredictor-Corrector: an explicitly subcycled predictor-corrector scheme.NormalBarotropicVelocity,NormalBaroclinicVelocity,BarotropicPressureAnomalyarrays were added toState.Checklist
Documentation:
Linting
Building
Testing
aurora, oneapi-ifx, mpich
chrysalis, oneapi-ifx, openmpi
frontier, craygnu, mpich
frontier, craygnu-mphipcc, mpich
pm-cpu, gnu, mpich
pm-gpu, gnugpu, mpich
Provide relevant details in a comment to the PR titled
Testingwith the following:have been run on and indicate that are all passing.
has passed, using the Polaris
e3sm_submodules/Omegabaseline-pfor both the baseline (Polarise3sm_submodules/Omega) and the PR buildNew tests: