-
Notifications
You must be signed in to change notification settings - Fork 251
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
Wrapper PR for "Remove optional arguments from CCPP metadata, remove effective radii computation from Thompson MP" and "Fix/improve logic for convective transportable tracers, add GFS_checktracer debugging routine, correct spelling "janic" --> "janjic", fix inconsistent types related with noahmp and log functions", "Modify opnReqTest related scripts for fv3_gsd test" #892
Wrapper PR for "Remove optional arguments from CCPP metadata, remove effective radii computation from Thompson MP" and "Fix/improve logic for convective transportable tracers, add GFS_checktracer debugging routine, correct spelling "janic" --> "janjic", fix inconsistent types related with noahmp and log functions", "Modify opnReqTest related scripts for fv3_gsd test" #892
Conversation
…r-model into remove_optional_arguments_from_ccpp
…r-model into ccpp_convective_transport_tracers_cleanup
…r-model into ccpp_convective_transport_tracers_cleanup
…r-model into remove_optional_arguments_from_ccpp
…r-model into ccpp_convective_transport_tracers_cleanup
…r-model into remove_optional_arguments_from_ccpp
…ithub.com/climbfuji/ufs-weather-model into cleanup-ccpp-and-remove-optional-arguments
…com/climbfuji/ufs-weather-model into cleanup-ccpp-and-remove-optional-arguments
…noaa/ufs-weather-model into cleanup-ccpp-and-remove-optional-arguments
Code changes look good to me, will approve when all the RT tests are done. |
…github.com/climbfuji/ufs-weather-model into cleanup-ccpp-and-remove-optional-arguments
Automated RT Failure Notification |
All these tests timed out. I will add back a 1hr wclock time for gaea and rerun the failed tests ... |
@MinsukJi-NOAA Almost all the tests finished, just waiting for snail gaea. Please let me know if you posted those changes somewhere and I didn't see them. Thanks! |
@climbfuji Apologize for the delay. Thanks in advance for making these changes!
|
…github.com/climbfuji/ufs-weather-model into cleanup-ccpp-and-remove-optional-arguments
Thanks, Minsuk. Please check the latest commit. |
@climbfuji
|
That is ok. Development in the authoritative repositories broke the GSL restart tests a while ago, we fixed it in the NOAA-GSL fork, gsl/develop branch, but these changes have not been merged back yet. |
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.
After the fv3 points back to the official repo, the PR can be committed.
…github.com/climbfuji/ufs-weather-model into cleanup-ccpp-and-remove-optional-arguments
Submodule pointer for fv3atm looks ok to me, please check and merge if you agree. |
PR Checklist
Ths 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.
If new or updated input data is required by this PR, it is clearly stated in the text of the PR.
Description
This PR combines #875, #887, #890:
#875:
Update submodule pointers for fv3atm and ccpp-physics for the changes described in the associated PRs below: fix/improve logic for convective transportable tracers in CCPP, add GFS_checktracer debugging routine, correct spelling "janic" --> "janjic" in several CCPP standard names.
#887:
Update the submodule pointers for fv3atm, ccpp-framework and ccpp-physics to:
optional
attribute in the CCPP framework and metadataoptional
andintent
attributes from host model metadata (variable or type definitions)#890:
Modify operation requirement test related scripts for the fv3_gsd test. All code changes from @MinsukJi-NOAA (thanks for doing this!)
No changes to the regression test results or the input data.
Issue(s) addressed
Fixes NCAR/ccpp-framework#407
Fixes NCAR/ccpp-physics#751
Testing
Regression tests were run repeatedly for the two sets of PRs combined in this PR. For the combined PRs, regression tests were run on gaea against the existing baseline on 2021/11/02, all tests passed.
Full regression tests will be run on all tier-1 platforms when it is time to commit.
Dependencies
Not a dependency, but an associated PR for the CCPP standard names dictionary:
ESCOMP/CCPPStandardNames#23