forked from NOAA-EMC/ufsatm
-
Notifications
You must be signed in to change notification settings - Fork 12
Bug fixes to 3D diagnostic tendencies; add more tendencies #15
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
Merged
DomHeinzeller
merged 23 commits into
NOAA-GSL:gsd/develop
from
SamuelTrahanNOAA:feature/gsd-phys-diag3d
Apr 22, 2020
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
df0e6ea
add qdiag3d support
SamuelTrahanNOAA c7ad1a3
add qdiag3d support
SamuelTrahanNOAA dc10a75
Further bug fixes to tendency accumulation
SamuelTrahanNOAA 2200678
fix several bugs mentioned in code review
SamuelTrahanNOAA 0d60589
Merge branch 'merge-me' into gsd/develop
SamuelTrahanNOAA 538a1d8
add a pbl_generic_tend flag to tell whether the GFS_PBL_generic modul…
SamuelTrahanNOAA fbc1826
Move PBL tendencies into the PBL run subroutine.
SamuelTrahanNOAA ff725de
add ldiag3d and qdiag3d support to physics/module_MYNNPBL_wrapper.F90…
SamuelTrahanNOAA 7b299c5
Point to sam's repo
SamuelTrahanNOAA e95f8ab
add model and ccpp tendency calculations
SamuelTrahanNOAA 5275fb9
physics-level changes for tendencies
SamuelTrahanNOAA cf3d933
Correct tendency flag names, implement some more diagnostic tendencie…
SamuelTrahanNOAA dd8f27e
remove model_tend_pre&post from fast physics, add to stochastic
SamuelTrahanNOAA 9ca064c
merge latest gsd/develop
SamuelTrahanNOAA f4fecfd
All gfs v15p2 and v16beta 3d diagnostic tendencies look reasonable; a…
SamuelTrahanNOAA 7d4d569
Add timestep_init and timestep_final actions to CCPP. Update code so …
SamuelTrahanNOAA d46ebe8
Remove debug prints and commented-out code.
SamuelTrahanNOAA 9f8b18f
Add total tendency calculations for gfsv15p2 and gsdv0. Calculate pbl…
SamuelTrahanNOAA cd2583d
Add some #ifdef CCPP to avoid breaking non-CCPP runs
SamuelTrahanNOAA 2dd765a
merge gsd/develop
SamuelTrahanNOAA 19fb05e
merge gsd/develop submodule ccpp/framework
SamuelTrahanNOAA e09316a
Correction: Diag%hpbl => Tbd%hpbl
SamuelTrahanNOAA fcc27ec
Correction: Diag%hpbl => Tbd%hpbl
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 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
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
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
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
Submodule framework
updated
from 463a72 to 78d5d5
Submodule physics
updated
33 files
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
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
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
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
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.
is this correct? gfdl_fv_sat_adj.F90 should remain in "fast_physics", right?
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.
Yes, I will revert this.