-
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
Stochastic physics clean and updates to CA #832
Conversation
I ran the full GNU regression tests on hera, and the model is crashing in the control_flake and control_stochy tests, and I will update and I figure out what is going on. |
Found the bug, there was an uninitialized array in spectral_transforms.F90. Gnu regression tests now pass on hera. |
@pjpegion |
Sorry, I always forget about the gitmodules. fixed now |
@pjpegion |
I don't think the brach name matters since the checkout should point to a specific has, but I updated it, along with the stochastic_physics branch name |
MOM6 PR points to an issue, not a PR |
@MinsukJi-NOAA did CI run? |
Yes, CI ran successfully last night.
…On Thu, Sep 30, 2021 at 8:16 AM Denise Worthen ***@***.***> wrote:
@MinsukJi-NOAA <https://github.com/MinsukJi-NOAA> did CI run?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#832 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TJIGUFD4XCNSBOJYPTUERIJ7ANCNFSM5EWRLEQA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
MOM6 PR has been merged |
Failed control_restart CI can be fixed with this change related to the utest script. I think we can implement it either here or in the next PR.
|
Do SHOUR and FHROT and FHMAX need to be variables ($SHOUR,$FHROT,$FHMAX)? |
Not when used like this |
Is the change only moving DEP_RUN outside the if statement? |
Yes |
I'm just waiting in the merge of fv3atm. |
@pjpegion fv3 PR was merged |
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.
All submodules look correct to me.
@lisa-bengtsson any last words of wisdom, or are you ok with this PR? Please approve if yes. |
Thank you for all your hard work everyone. I will approve this PR. |
I second the hard work comment. We'll be able to close multiple issues w/ this PR. |
@DeniseWorthen CI all passed |
Can we close this issue? |
Yes---this is the PR. Is there an associated issue that needs closing? |
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.
Instructions: All subsequent sections of text should be filled in as appropriate.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.
Description
Provide a detailed description of what this PR does. What bug does it fix, or what feature does it add? Is a change of answers expected from this PR? Are any library updates included in this PR (modulefiles etc.)?
The pull request includes a clean-up of the stochastic physics code and updates to the stand alone unit tests, which are now in the unit_tests sub-directory.
This PR also includes changes to the CA code for reproducibility for different process layouts and ca_global restart capability.
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!)
-fixes Add ocean stochastic physics NOAA-EMC/MOM6#52
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)
Changes were tests on hera using intel and gnu compiler. There are 2 new tests, control_ca_restart and datm_stochy_gefs. In addition, the control_ca test results have changed.
These tests have
do_ca=.true
. All other tests do not currently use CA.Dependencies
If testing this branch requires non-default branches in other repositories, list them. Those branches should have matching names (ideally).
Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs