-
Notifications
You must be signed in to change notification settings - Fork 383
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 mpas framework in mpas-source #3014
Update mpas framework in mpas-source #3014
Conversation
Config grids v2.1 Split the cesm/config_grids.xml file into 4 parts: config_grids.xml config_grids_mct.xml config_grids_nuopc.xml config_grids_common.xml add a new schema definition which uses the xml xinclude feature and add code to support reading xml over multiple files. Test suite: scripts_regression_tests.py Test baseline: Test namelist changes: Test status: bit for bit Fixes User interface changes?: Update gh-pages html (Y/N)?: Code review:mvertens, jgfoucar
What is the status of this PR? |
@rljacob - I'm trying to clean off the develop branches of all three mpas components so we can get this PR in. I think seaice is the only one left, at this point. But it's been difficult to have all three component developers in town at the same time. I'm also trying to push on 2952... |
@jonbob @akturner @matthewhoffman: I merged develop into ocean/develop locally, it passed all tests with gnu and intel/debug using the ocean nightly regression suite, and is bfb with head of ocean/develop. The ocean is good to go for a framework merge. |
Landice is also ok for framework merge. |
develop has been merged into seaice/develop. |
I also merged develop into ocean/develop. @jonbob let me know when we are clear, and I will merge develop into e3sm/develop, then update this PR so it is ready to go. |
@jonbob Should we do this one today? If so, I'll merge develop into e3sm/develop and update this branch. |
@mark-petersen - we talked about this a couple of days ago. We need to get seaice/develop current first, and there's at least one more PR to work on for that |
@mark-petersen - seaice is now clear to go as well, so we can do this today if it's ready |
Minor updates to MPAS framework. Includes: - Log file corrections - python 3 correction in COMPASS - changes to atmospheric core
74a8610
to
1eab246
Compare
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.
Looks good by visual inspection, but I'll also test after merging
Update mpas framework in mpas-source This PR brings in minor updates to MPAS framework through a new mpas-source submodule. The changes include: * Log file corrections; * python 3 correction in COMPASS; and * changes to atmospheric core (not used by E3SM). [BFB]
merged to next |
Update mpas framework in mpas-source This PR brings in minor updates to MPAS framework through a new mpas-source submodule. The changes include: * Log file corrections; * python 3 correction in COMPASS; and * changes to atmospheric core (not used by E3SM). [BFB]
merged to master |
…nip-any Automatically Merged using E3SM Pull Request AutoTester PR Title: Change handling of multiple matches in atmchange/atmquery PR Author: bartgol PR LABELS: enhancement, AT: AUTOMERGE, scripts
Minor updates to MPAS framework. Includes:
BFB