-
Notifications
You must be signed in to change notification settings - Fork 247
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
Couple convective clouds to radiation #1496
Couple convective clouds to radiation #1496
Conversation
@grantfirl we can start working on this pr. Can you sync up branches? |
@jkbk2004 OK, branches are synced. |
on-behalf-of @ufs-community <[email protected]>
on-behalf-of @ufs-community <[email protected]>
on-behalf-of @ufs-community <[email protected]>
on-behalf-of @ufs-community <[email protected]>
All RT tests are done. we can start merging process. @grantfirl @ChunxiZhang-NOAA ccpp dependency can be merged first. |
@jkbk2004 The ccpp-physics PR has been merged. I've requested that the fv3atm PR branch owner update their submodules/.gitmodules to continue the merge process. |
@jkbk2004 fv3atm has been updated. |
thanks @dustinswales can you update submodule pointer and revert gitmodules on fv3atm side here? |
@grantfirl please, go ahead to update hash and revert the branch. |
@jkbk2004 Done |
PR Checklist
This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.
New or updated input data is required by this PR. If checked, please work with the code managers to update input data sets on all platforms.
Instructions: All subsequent sections of text should be filled in as appropriate.
Description
Opened on behalf of @Qingfu-Liu:
This PR contains adds the convective cloud water (liquid water + ice water) in the calculations of Cloud Water Path and Ice Water Path for radiation cloud properties.
For RRTMG radiation, only one file changed: radiation_clouds.f (code changed by Ruiyu Sun)
For RRTMGP radiation, one file has changed and there is an upstream change needed in NOAA-EMC/fv3atm for a new interstitial variable.
This will change the baselines for any RT using the Thompson MP scheme
TestingAndEvaluation_PR9.pdf
Issue(s) addressed
Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues must always be created before starting work on a PR branch!)
Testing
How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)
Dependencies
ufs-community/ccpp-physics#9
NOAA-EMC/fv3atm#589