Moisture Nudging#3303
Open
AMLattanzi wants to merge 7 commits into
Open
Conversation
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.
Summary
The nudging of only
qvin the bdy region can lead to excessive moisture in the boundary region. This is most prevalent when significant condensationqv --> qcoccurs in the bdy region (depletion of qv then leads to more nudging of qv).Proposed solution
Multiple approaches may be taken to alleviate the aforementioned issue. For example, one could nudge
qc --> 0andqvto the BDY target while introducing athetasource for the removal ofqc. However, this approach may lead to super saturated conditions in the BDY region. For such cases, when the super saturated fluid exits the BDY region, significant condensation will occur which introduce largethetaand corresponding lateralwgradients.To avoid a super saturated condition in the BDY region, this PR allows condensation within the boundary region. However, nudging to the target bdy moisture content is done with
qv + qc. This approach relies on thethetanudging to effectively undo to the condensation source term in the BDY region and only addsqvwhen the sum of vapor and cloud water exceeds the BDY target value.Tests