forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 9
Fix RAP (Grell Freitas) decomp b4b issues #156
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
SamuelTrahanNOAA
merged 39 commits into
NOAA-GSL:gsl/develop
from
SamuelTrahanNOAA:bugfix/gf-dom-fix-to-gsl
Jun 14, 2022
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
805c62c
add single precision code changes from michalakes fork, jm-nrl-32bitf…
grantfirl b17a7e7
Merge branch 'main' into sing_prec_from_main
grantfirl 239710b
Merge branch 'main' into sing_prec_from_main
grantfirl 235ec38
add progsigma_calc
lisa-bengtsson 842eae3
Ensuring the moisture budget is correct via PBL, microphysics coupling
lisa-bengtsson 4f84ed7
add shallow convection closure updates, add ntsigma in generic files
lisa-bengtsson b530db1
cleaning some diagnostics
lisa-bengtsson 89eaad9
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into prog…
lisa-bengtsson fc7e7a0
addressing some review comments
lisa-bengtsson a9b439f
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into prog…
lisa-bengtsson e969672
merge with upstream
lisa-bengtsson 0200e2d
addressing some review comments
lisa-bengtsson e2d5a2a
cleaning out some print statements
lisa-bengtsson 8b815e0
address some bugs caught by debug flag
lisa-bengtsson aff574b
Merge remote-tracking branch 'community/main' into sing_prec_from_main
SamuelTrahanNOAA 527e1b9
Pass -DCCPP_SINGLE_PRECISION from cmake to -DSINGLE_PREC in cpp
SamuelTrahanNOAA 6871a93
Changes needed for 32-bit physics
SamuelTrahanNOAA de90593
Merge remote-tracking branch 'community/main' into sing_prec_from_main
SamuelTrahanNOAA e7c42c7
Move some code to modules
SamuelTrahanNOAA be534e7
addressing some review comments
lisa-bengtsson 3dec4e6
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into prog…
lisa-bengtsson 63020ec
Switch to another version of the code that works with 64 bit
SamuelTrahanNOAA 49c7096
make sure that tsfc_wat is calculated when wet = T
grantfirl b994063
Update rte-rrtmgp submodule
dustinswales 6f38cc6
address some review comments, fix decomposition error, correct bug in…
lisa-bengtsson 96d0d36
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into prog…
lisa-bengtsson fc79cc3
Change intent to inout for conditional variables
lisa-bengtsson 87359d2
Merge branch 'main' into fix_SCM_specified_surface_flux_bug
grantfirl 8dae03a
Merge pull request #18 from grantfirl/fix_SCM_specified_surface_flux_bug
828f168
Merge NCAR main
SamuelTrahanNOAA d4d0b71
Simplify machine.F and remove unused types.
SamuelTrahanNOAA 6e58242
Merge pull request #924 from dustinswales/update_rte_for_CCPP_v6
grantfirl 641544c
Merge remote-tracking branch 'community/main' into ccpp-neptune
SamuelTrahanNOAA 942f9ad
correct bug in machine.F
SamuelTrahanNOAA 48f4274
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into prog…
lisa-bengtsson f13ed4e
Merge pull request #918 from SamuelTrahanNOAA/ccpp-neptune
grantfirl 2d2f1a6
Merge branch 'main' of https://github.com/NCAR/ccpp-physics into prog…
lisa-bengtsson 77bcfb1
Merge pull request #903 from lisa-bengtsson/prog_closure
grantfirl 5544dab
Merge dom's rap GF b4b fix
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
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.
Coding question. Is it important that pefc has an i component since it is output from this subroutine? I am trying to understand why pefc needs to have its component defined, but pef and pefb do not.
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.
In cu_gf_deep_run, ccnloss needs to have a different value for each i. There are several ways to do that, and this is the one Dom chose.