-
Notifications
You must be signed in to change notification settings - Fork 253
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
Rename CCPP branches from master to main, several small changes in ccpp-physics #572
Rename CCPP branches from master to main, several small changes in ccpp-physics #572
Conversation
* CI runs when run-ci label is created * Old method of specifying run-ci in commit message is obsolete * Push event no longer triggers the CI * Minor fixes in aux.yml
@climbfuji, #570 has been updated to the latest develop. However you want to incorporate it into your PR... Thanks! |
…-weather-model into ccpp_rename_master_and_small_changes
…fs-weather-model into ccpp_rename_master_and_small_changes
CI test needs to be skipped because of the CI-related changes in this PR; simply do not add the 'run-ci' label. |
This was my stupid mistake, running verify step again. |
On Dell, I had two errors creating baselines:
I was able to generate the fv3_rrfs_v1apha baseline after deleting the oldest baseline (develop-20210301). The datm failed the second time with the same error. Run directory: /gpfs/dell2/ptmp/Denise.Worthen/FV3_RT/rt_25766/datm_cdeps_multiple_files_cfsr Other than this datm test, the baseline is ready for verify on dell-p3. |
@DeniseWorthen A few new input files needed by this new cdeps test were not on this wcoss-p3. I have copied the new input files to the input-data-20210518 directory. Please try this test again. Thanks! |
….com/climbfuji/ufs-weather-model into ccpp_rename_master_and_small_changes
Finally, all tests passed. As per @MinsukJi-NOAA 's instruction, we need to skip the CI tests for this commit. I will merge ccpp-framework and ccpp-physics now. |
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.
Code looks good to me. Need to change the submodules back to official repo.
We need to revert the cdeps gitmodule. |
I am confused, this change is from @binli2337 and has been used for all tests? |
Yes, you merged it to this PR branch at 2bf1c9e, right? |
The gitmodules in this PR still points to a @binli2337 branch of CDEPS. That was merged to develop I believe. |
Got it. Let me try to update the submodule pointer, hopefully the code is still the same. |
This should be good now, please check. Code is identical before/after update of submodule pointer. |
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.
Looks good to me.
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.
Updated files look good.
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 and dependencies below change the name of the ccpp-framework and ccpp-physics branches from "main" to "master" and, in addition, include a few small updates and bugfixes in ccpp-framework and ccpp-physics.
Also included: bug fixes for wcoss_dell_p3 modulefiles to correctly load cmake (from @DusanJovic-NOAA)
Update 2021/05/14
This PR now contains the following two PRs:
Update 2021/05/17
The changes in file
GFS_suite_interstitial.F90
(use assumed-size array declarations) in ccpp-physics PR https://github.com/NCAR/ccpp-physics/pull/652/files change the regression test baseline for the following three tests with Intel in PROD mode:Note that only one file is different, the model run itself completes w/o changes to the final checksums (this is the same for all three tests):
This difference is acceptable and due to the Intel compiler optimization. The new regression test baseline date is 20210517.
Issue(s) addressed
See associated PRs listed below.
Testing
Regression tests will be run on all tier-1 platforms prior to committing the chaanges.
Dependencies
NCAR/ccpp-framework#372
NCAR/ccpp-physics#658
NOAA-EMC/fv3atm#300
#572