-
Notifications
You must be signed in to change notification settings - Fork 388
Update to version 0.1.11 of the compass environment #688
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
Update to version 0.1.11 of the compass environment #688
Conversation
|
This update should have been part of #680 but I missed adding it. @mark-petersen, could you include this with the current round of COMPASS changes? It is needed to document the correct environment to use for the current state of COMPASS on I'll try not to forget this important update in the future! |
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.
I ran a quick test with 0.1.11 with gnu on grizzly. Nightly regression suite runs fine.
|
Thanks @mark-petersen. Just to note, we wouldn't expect the |
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]
…elop Update to version 0.1.11 of the compass environment MPAS-Dev#688 This brings in several changes from MPAS-Tools: * Changes to make sure the Earth radius is consistent throughout COMPASS and `mpas_tools.ocean` by using the CIME value (MPAS-Dev/MPAS-Tools#347 and MPAS-Dev/MPAS-Tools#341) * Improved performance for interpolation of meshDensity and bathymetry (MPAS-Dev/MPAS-Tools#344) * Reorganization of `mpas_tools.mesh.creation` (MPAS-Dev/MPAS-Tools#314)
This brings in several changes from MPAS-Tools:
mpas_tools.oceanby using the CIME value (Fix Earth radius in jigsaw_to_netcdf MPAS-Tools#347 and Update Earth radius in build_mesh to the CIME value MPAS-Tools#341)mpas_tools.mesh.creation(Reorganize mesh creation MPAS-Tools#314)