Add a design document for Rayleigh damping - #496
Open
xylar wants to merge 1 commit into
Open
Conversation
Rayleigh damping is a linear drag on momentum used during dynamic adjustment to remove the large-amplitude barotropic and inertia-gravity transients radiated by an initial condition that is not in dynamical balance. Omega has no such capability, which blocks generation of E3SM ocean initial conditions (Omega issue E3SM-Project#495). The design applies the damping implicitly, as an additional diagonal contribution to the existing implicit velocity vertical mixing solve in VelVertMixSetupOnEdge, so it is unconditionally stable for any product of the coefficient and the time step. It adds a single, spatially uniform coefficient in a new top-level RayleighDamping config group and introduces no new class or field. The depth-variable and bottom-only variants in MPAS-Ocean are deliberately not carried over. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Rayleigh damping is a linear drag on momentum used during dynamic adjustment to remove the large-amplitude barotropic and inertia-gravity transients radiated by an initial condition that is not in dynamical balance. Omega has no such capability, which blocks generation of E3SM ocean initial conditions (issue #495).
The design applies the damping implicitly, as an additional diagonal contribution to the existing implicit velocity vertical mixing solve in
VelVertMixSetupOnEdge, so it is unconditionally stable for any product of the coefficient and the time step. It adds a single, spatially uniform coefficient in a new top-levelRayleighDampingconfig group and introduces no new class or field. The depth-variable and bottom-only variants in MPAS-Ocean are deliberately not carried over.Checklist