forked from NOAA-EMC/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 14
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
More 3D diagnostic tendencies #76
Merged
SamuelTrahanNOAA
merged 34 commits into
NOAA-GSL:gsl/develop
from
SamuelTrahanNOAA:features/more-diag-tend
Apr 12, 2021
Merged
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
31916cc
Move dq3dt into a new 4D array (i,k,tracer,cause) that is sparse in t…
SamuelTrahanNOAA 9dbb455
point to Sam's branch for ccpp/framework
SamuelTrahanNOAA 8ef4939
More concise expression of GFS_Diagnostics.F90 content for dq4dt
SamuelTrahanNOAA 3665f06
New trick in GFS_diagnostics allows concise representation of numerou…
SamuelTrahanNOAA 04a9a24
Replace du3dt, dv3dt, dt3dt with dq4dt. Non-CCPP builds still have th…
SamuelTrahanNOAA 0055e97
Give the new variables better names and correct some comments.
SamuelTrahanNOAA a999afe
remove all d*3dt variables and switch to dtend; move tracer&cause des…
SamuelTrahanNOAA 8eebdf1
Changes to make the first test case run to completion in debug mode.
SamuelTrahanNOAA 5ca9d0e
Changes needed to get identical output in debug mode for these tests,…
SamuelTrahanNOAA 8d86e27
RRFS generates total physics tendencies
SamuelTrahanNOAA c2a7bcf
Changes needed for new 3d diagnostic tendency arrays in some schemes.
SamuelTrahanNOAA b3cbf90
revert to gsl/develop for ccpp/framework
SamuelTrahanNOAA 514149e
Corrections to tracer names and dtend content list.
SamuelTrahanNOAA b8c2522
Allow dtend variables to be selected using unix-shell-style globs lik…
SamuelTrahanNOAA 84be5a0
Five suites output nearly all of the tendencies for convection, PBL, …
SamuelTrahanNOAA 490cb23
merge gsl/develop
SamuelTrahanNOAA a0fe03b
Revert a change mistakenly applied in ccpp/physics
SamuelTrahanNOAA 2f30a86
Merge ccpp/physics's gsl/develop
SamuelTrahanNOAA 69ef0be
Change for new variable names in ldiag3d logic
SamuelTrahanNOAA fefb80c
Merge gsl/develop
SamuelTrahanNOAA 2fe9c1d
Diagnostics match dX3dt version for all five targeted suites.
SamuelTrahanNOAA 6835441
New tendencies work, except maybe TKE and CLD_AMT
SamuelTrahanNOAA f8ccb9a
Rename many variables
SamuelTrahanNOAA 1ef41fb
Fix syntax errors, indentation errors, and variable names.
SamuelTrahanNOAA 02ab1c7
dtend(:,:,1) is used, dtend_o3_photochem sums all four ozphys values,…
SamuelTrahanNOAA 842ff50
merge gsl/develop
SamuelTrahanNOAA ca80fb5
Corrections to prior merge
SamuelTrahanNOAA 770e261
Update atmos_cubed_sphere and ccpp/framework to match FV3's gsl/develop
SamuelTrahanNOAA f51df34
Merge remote-tracking branch 'gsl/gsl/develop' into features/more-dia…
SamuelTrahanNOAA f46feab
Revert two accidental changes in ccpp/physics
SamuelTrahanNOAA f969936
Correct a bad intent clause detected by GNU but not INTEL
SamuelTrahanNOAA 8cda9ba
Remove two unneeded changes.
SamuelTrahanNOAA 81582bb
Fix whitespace issues in ccpp/physics.
SamuelTrahanNOAA 0d72cba
Point to GSL repos.
SamuelTrahanNOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I expect that we will be asked to move this into its own subroutine, but let's leave it for now.