-
Notifications
You must be signed in to change notification settings - Fork 388
Change block tests to partition tests for QU240 RK4 and SE #657
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
Change block tests to partition tests for QU240 RK4 and SE #657
Conversation
|
I was testing #550 and found that these test cases don't work anymore. |
997583f to
fadacf8
Compare
|
@xylar, the previous block tests also served as a test for different domain partitions. So I simply changed these two tests to function again with partitions (4 vs 8). |
mark-petersen
left a comment
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.
Tested nightly regression suite with gnu on grizzly. Partition test with SE and RK4 work fine.
|
@xylar If you agree with this, I'll merge. |
xylar
left a comment
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.
I can't approve my own PR but I ran with the changes you made, @mark-petersen, and it works fine.
Probably a cleaner procedure in the future would be to just open a new PR, since this branch contains only changes that you made, is now incorrectly named, and I am not able to review it.
|
I ran the two modified tests on my laptop with Gnu and they work as expected. |
|
Yeah, looking back at this now, it would have been cleaner with two PRs. I'll keep that in mind on future ones. |
New Mesh: EC30to60kmL60E3SMv2r02 and change to 60 layers as default #668 New mesh: EC30to60kmL60E3SMv2r03 and change to gebco bathymetry #669 Fix validation for QU240 test step #660 Change block tests to partition tests for QU240 RK4 and SE #657 Update to version 0.1.11 of the compass environment #688
Update MPAS-Source: COMPASS and documentation only This PR brings in a new mpas-source submodule with changes only to the ocean core. The changes are limited to internal coupling and documentation so it should have no impact on E3SM. It includes: * new EC30to60kmL60E3SMv2r02 mesh with 60 layers as default (MPAS-Dev/MPAS-Model/pull/668) * new EC30to60kmL60E3SMv2r03 mesh with change to gebco bathymetry (MPAS-Dev/MPAS-Model/pull/669) * switch from Travis-CI to Azure Pipelines (MPAS-Dev/MPAS-Model/pull/681) * fix validation for QU240 test step (MPAS-Dev/MPAS-Model/pull/660) * change block tests to partition tests for QU240 RK4 and SE (MPAS-Dev/MPAS-Model/pull/657) * update to version 0.1.11 of the compass environment (MPAS-Dev/MPAS-Model/pull/688) [BFB]
pdate MPAS-Source: COMPASS and documentation only This PR brings in a new mpas-source submodule with changes only to the ocean core. The changes are limited to internal coupling and documentation so it should have no impact on E3SM. It includes: * new EC30to60kmL60E3SMv2r02 mesh with 60 layers as default (MPAS-Dev/MPAS-Model/pull/668) * new EC30to60kmL60E3SMv2r03 mesh with change to gebco bathymetry (MPAS-Dev/MPAS-Model/pull/669) * switch from Travis-CI to Azure Pipelines (MPAS-Dev/MPAS-Model/pull/681) * fix validation for QU240 test step (MPAS-Dev/MPAS-Model/pull/660) * change block tests to partition tests for QU240 RK4 and SE (MPAS-Dev/MPAS-Model/pull/657) * update to version 0.1.11 of the compass environment (MPAS-Dev/MPAS-Model/pull/688) [BFB]
As of #496, MPAS-Ocean no longer supports multiple blocks.