-
Notifications
You must be signed in to change notification settings - Fork 159
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
Bug fix for dimensions of eta level variables and WAM variables in Fortran code and CCPP metadata #431
Merged
junwang-noaa
merged 25 commits into
NOAA-EMC:develop
from
climbfuji:rad_mp_diag_vars_and_wam_bugfixes
Dec 30, 2021
Merged
Bug fix for dimensions of eta level variables and WAM variables in Fortran code and CCPP metadata #431
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
984c430
Add additional diagnostic arrays for radiation-microphysics development
climbfuji 6c961cc
Bug fixes for WAM model runs with levr < levs
climbfuji d3ab491
Update submodule pointer for ccpp-physocs
climbfuji 086f326
Update .gitmodules and submodule pointer for ccpp-physics for code re…
climbfuji cad85e6
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into rad…
climbfuji 4cb7110
Update submodule pointer for ccpp-physics
climbfuji edce3d6
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into rad…
climbfuji 6bc920d
Update .gitmodules and submodule pointer for ccpp-physics for code re…
climbfuji 5da45f5
Merge branch 'rad_mp_diag_vars' of https://github.com/climbfuji/fv3at…
climbfuji 6163991
Change output names of new radiation diagnostic variables in ccpp/dri…
climbfuji 8d5a15a
Merge branch 'rad_mp_diag_vars' of https://github.com/climbfuji/fv3at…
climbfuji 7165cd0
Update submodule pointer for ccpp-physics
climbfuji e709caf
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into rad…
climbfuji fbd7b52
Update submodule pointer for ccpp-physics
climbfuji c033555
Update submodule pointer for ccpp-physics
climbfuji 8e4866b
Fix ccpp-physics branch name in .gitmodules
climbfuji 4e5639f
Fix .gitmodules one more time
climbfuji b10942f
Update submodule pointer for ccpp-physics
climbfuji f34aa31
Merge branch 'rad_mp_diag_vars' of https://github.com/climbfuji/fv3at…
climbfuji 2fa9b76
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into rad…
climbfuji e961f38
Update submodule pointer for ccpp-physics
climbfuji 33d41af
Update submodule pointer for ccpp-physics
climbfuji af11409
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into rad…
climbfuji 1662926
Update submodule pointer fr ccpp-physics
climbfuji fc17228
Revert .gitmodules and update submodule pointer for ccpp-physics
climbfuji 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
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
Submodule physics
updated
10 files
+0 −3 | CMakeLists.txt | |
+10 −10 | physics/GFS_debug.F90 | |
+4 −4 | physics/GFS_phys_time_vary.fv3.F90 | |
+4 −4 | physics/GFS_phys_time_vary.scm.F90 | |
+1 −1 | physics/GFS_rrtmg_setup.meta | |
+1 −1 | physics/GFS_rrtmgp_setup.meta | |
+1 −1 | physics/GFS_stochastics.meta | |
+2 −2 | physics/cires_ugwp.meta | |
+2 −2 | physics/ugwpv1_gsldrag.meta | |
+2 −2 | physics/unified_ugwp.meta |
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.
Will this change still work if the atmos radiation radiation only goes up to levr in wam configuration?