-
Notifications
You must be signed in to change notification settings - Fork 382
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
MPAS: Add instance string to output filenames #5123
Conversation
@akturner please review |
@akturner please review. |
1 similar comment
@akturner please review. |
Compiled stand-alone MPAS-Ocean with gnu debug and intel debug. Passes nightly suite for both. This is not surprising because
and it failed the run step, but the error was not clear. Since cori is nearing its end, I'll test on other machines. |
telecon notes: Needs another review. |
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.
This passes
./create_test SMS_D.T62_oQU120_ais20.MPAS_LISIO_TEST.anvil_gnu -q acme-small --walltime 30:00
and the changes all look reasonable. Thanks.
Add instance string to MPAS output filenames Creates a stream file for multiple instances of MPAS Ocean and Sea Ice. Adds the instance string to streams.ocean_* and streams.seaice_* output and restart filenames Fixes #5122 [BFB]
passes:
merged to next |
re-merged to next with fix for branch and hybrid tests. Now passes:
|
The current NCK test failures are related to the mpas files now having instance strings in their names, as they should, and not having baselines for those filenames. |
merged to master and NCK test DIFFs blessed |
This merge updates the E3SM-Project submodule from [569ed6b730](https://github.com/E3SM-Project/E3SM/tree/569ed6b730) to [0273cfad9d](https://github.com/E3SM-Project/E3SM/tree/0273cfad9d). This update includes the following MPAS-Ocean and MPAS-Frameworks PRs (check mark indicates bit-for-bit with previous PR in the list): - [ ] (ocn) E3SM-Project/E3SM#5306 - [ ] (fwk) E3SM-Project/E3SM#5303 - [ ] (ocn) E3SM-Project/E3SM#5325 - [ ] (fwk) E3SM-Project/E3SM#5337 - [ ] (fwk) E3SM-Project/E3SM#5123 - [ ] (fwk) E3SM-Project/E3SM#5281 - [ ] (ocn) E3SM-Project/E3SM#5356
Do we need to now bless the NCK test on all machines? |
@ndkeen -- I did bless them, but apparently the baselines need to be regenerated instead of simply blessed. @jgfouca and I worked on this yesterday and he came up with some commands to add to the bless in order to do so. So I made new requests for that yesterday, at least for chrysalis. The other machine reporting this failure is perlmutter and it's still down. |
@ndkeen - on today's cdash for chrysalis-next, it now appears as a NML DIFF instead of a regular DIFF. I submitted a request to bless the NML DIFF as well |
OK great -- you're on it. I just didn't want to lose the fact that I tracked down an issue to this PR and we had to re-investigate later. Note, I learned you can add |
To solve issue #5122:
streams.ocean_*
andstreams.seaice_*
output and restart filenamesFixes #5122
[BFB]