-
Notifications
You must be signed in to change notification settings - Fork 250
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
Fix CICE decomposition settings; update MOM6 to GFDL 20210914 main branch commit (was PR#803) #816
Fix CICE decomposition settings; update MOM6 to GFDL 20210914 main branch commit (was PR#803) #816
Conversation
@DeniseWorthen I scp-ed wcoss-cray RT log to HERA at |
job failed on P3 due to disk full, re-run them now by switching from using ptmp to stmp |
Automated RT Failure Notification |
I am kept on having disk full issue on wcoss-p3. |
I believe you can delete the run directory rt-xxxx/test if you see the
rt_test under ufs-weather-model/tests/log*dell*. But you can not delete the
whole RT directory rt-xxxx
…On Mon, Sep 20, 2021 at 8:23 PM jiandewang ***@***.***> wrote:
I am kept on having disk full issue on wcoss-p3.
A question here: after one job is done and run log show PASS, can I delete
that directory in rt-xxxx ? I understand there are few cases that restart
run will rely on previous run.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#816 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TLMYHEF3RPQGVLAGFLUC7GANANCNFSM5EJKR3GA>
.
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>.
|
@junwang-noaa this is what I am doing now, otherwise rt.sh won't be able to finish |
@DeniseWorthen dell-p3 run log is on HERA |
@jiandewang We're ready to merge this PR once MOM6 has been updated. @JessicaMeixner-NOAA would you please review the MOM6 PR? Thanks. |
@DeniseWorthen updated MOM6, thanks |
…over ice and NoahMP tsurf bugfix) (ufs-community#452) This PR contains the ccpp physics PR ufs-community#808 and ufs-community#816. 808 addresses an error in the momentum roughness length over tiles with ice. 816 fixes an occasional segfault bug related to the tsurf variable in NoahMP and updates to "improve snow simulation in NoahMP for P8".
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
Fixes cice decomposition parameters for ice_in_template. The change in decomposition was not correctly accounted for in PR #791 with the removal of
edit_inputs
. WhenNPROC_ICE
is set to a non-default value, new values of the decomposition parameters need to be set.Issue(s) addressed
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
MOM6 PR #76