-
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 source #2918
Update mpas source #2918
Conversation
Passes MPAS-Ocean nightly regression suite with gnu and intel/debug, and is bfb on both with previous head. In E3SM, tested with:
|
cab5373
to
b7ad821
Compare
Rebased and tested again, passes same tests as above. |
Because this changes a large number of files, I wanted to filter out files that have no bearing on E3SM:
of these, the following are simply version number updates from 6.2 to 6.3:
These only involve Lagrangian particles or Okubo-Weiss diagnostics that are default off:
These involve wetting and drying in RK4 or surface forcing in stand-alone, which are not used by E3SM (but still compiled by E3SM):
The remainder can be explained by looking at the MPAS pull requests at the top of the page, or by browsing the individual changes. |
Does this replace #2852? |
No, this will go first (hopefully merged to next today) and then #2852 will be after that. #2852 is not bfb and we didn't have time to run longer simulations last week, so I put this one first. All the commits on this PR are already merged onto MPAS repo, and the MPAS PRs for #2852 will be merged after this. |
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.
OK by visual inspection
@mark-petersen - because this PR touches one of our MPAS Registry files, it will have namelist diffs. Plus I will have to go through the process of regenerating the bld and namelist scripts -- so it may not get done today |
@mark-petersen - there's an issue with file mode_init/Registry_tidal_boundary.xml. It has missing quotes in this line: |
@mark-petersen - has this code been run through the delinter? |
Thanks. Checking now. |
Includes: 1. LIGHT update (MPAS-Ocean Lagrangian particles): MPAS-Dev/MPAS-Model#56 2. clean up ice shelf melt flag: MPAS-Dev/MPAS-Model#164 3. merge coastal branch: MPAS-Dev/MPAS-Model#54 4. CONUS mesh update: MPAS-Dev/MPAS-Model#201 5. Major COMPASS upgrade to python 3: MPAS-Dev/MPAS-Model#229 6. Eliminate outdated -DUNDERSCORE flag: MPAS-Dev/MPAS-Model#156 7. PIO Version Compatibility Check - PGI Compiler Bug Fix: MPAS-Dev/MPAS-Model#212 These changes do not alter E3SM standard cases or testing on next. COMPASS is the MPAS testing infrastructure. LIGHT and coastal changes are protected by flags and not used in normal E3SM tests.
b7ad821
to
36763e1
Compare
@jonbob, I de-linted and added those two quotes. Thanks for running the namelist scripts. |
Update mpas source This PR update the mpas-source git submodule but only includes changes that will not impact E3SM. These changes include: * LIGHT update (MPAS-Ocean Lagrangian particles): MPAS-Dev/MPAS-Model#56 * clean up ice shelf melt flag: MPAS-Dev/MPAS-Model#164 * merge coastal branch: MPAS-Dev/MPAS-Model#54 * CONUS mesh update: MPAS-Dev/MPAS-Model#201 * Major COMPASS upgrade to python 3: MPAS-Dev/MPAS-Model#229 * Eliminate outdated -DUNDERSCORE flag: MPAS-Dev/MPAS-Model#156 * PIO Version Compatibility Check - PGI Compiler Bug Fix: MPAS-Dev/MPAS-Model#212 These changes do not alter E3SM standard cases or tested configurations. COMPASS is the MPAS testing infrastructure. LIGHT and coastal changes are protected by flags and not used in normal E3SM tests. [NML] [BFB]
merged to next |
Update mpas source This PR update the mpas-source git submodule but only includes changes that will not impact E3SM. These changes include: * LIGHT update (MPAS-Ocean Lagrangian particles): MPAS-Dev/MPAS-Model#56 * clean up ice shelf melt flag: MPAS-Dev/MPAS-Model#164 * merge coastal branch: MPAS-Dev/MPAS-Model#54 * CONUS mesh update: MPAS-Dev/MPAS-Model#201 * Major COMPASS upgrade to python 3: MPAS-Dev/MPAS-Model#229 * Eliminate outdated -DUNDERSCORE flag: MPAS-Dev/MPAS-Model#156 * PIO Version Compatibility Check - PGI Compiler Bug Fix: MPAS-Dev/MPAS-Model#212 These changes do not alter E3SM standard cases or tested configurations. COMPASS is the MPAS testing infrastructure. LIGHT and coastal changes are protected by flags and not used in normal E3SM tests. [NML] [BFB]
merged to master |
Includes:
These changes do not alter E3SM standard cases or testing on next. COMPASS is the MPAS testing infrastructure. LIGHT and coastal changes are protected by flags and not used in normal E3SM tests.
[NML]
[BFB]