forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 18
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
dtend: add missing tendencies and fix bugs in convection tendencies #82
Merged
SamuelTrahanNOAA
merged 11 commits into
NOAA-GSL:gsl/develop
from
SamuelTrahanNOAA:bugfix/dtend-man-bugs
May 28, 2021
Merged
dtend: add missing tendencies and fix bugs in convection tendencies #82
SamuelTrahanNOAA
merged 11 commits into
NOAA-GSL:gsl/develop
from
SamuelTrahanNOAA:bugfix/dtend-man-bugs
May 28, 2021
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
1. Store rtg (AKA clw AKA qtr) instead of gq0 in DCNV and SCNV pre/post for schemes that use convective transport. Tracers handled solely by convective transport (ones not in rtg) are reported as convective transport tendencies. Tendencies for variables in rtg are reported as dcnv and scnv tendencies. 2. Report TKE tendencies from gfs v16 PBL. 3. Add diagnostic tendencies to drag_suite 4. Only report rayleigh damping tendencies if rayleigh damping is enabled 5. List all possible diagnostic tendencies, even if they are not enabled. In the output, label them "selected" or "disabled." 6. Add phys_tend to the fv3_rap suite.
This was referenced May 25, 2021
Man Zhang is doing an independent test of these changes. They should not be merged until her analysis is complete. |
climbfuji
approved these changes
May 26, 2021
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.
Fix many bugs in 3D diagnostic tendency code, found by Man Zhang and Sam Trahan. Adds phys_tend to fv3_sar suite, adds tendencies for drag_suite scheme, and fixes many bugs in convection tendencies.
fv3atm changes: NOAA-GSL/fv3atm#92
ccpp-physics changes: NOAA-GSL/ccpp-physics#92