-
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-Ocean for coastal applications #3015
Update MPAS-Ocean for coastal applications #3015
Conversation
Fischer/ne30 support Add grid support for ne30np4 and ne30pg3 to be able to run fully coupled. BHIST still needs some additional data files to be regridded. Changes are also needed in cam and clm to get ne30pg3 to run. Test suite: scripts_regression_tests, SMS_D.ne30_g17.B1850.cheyenne_intel, SMS_D.ne30pg3_g17.B1850.cheyenne_intel Test baseline: Test namelist changes: Test status: bit for git Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review:jedwards
Note: this PR requires #3014 as a prerequisite |
@jonbob this PR is ready to merge. I ran a quick test:
and it passes. |
@jonbob There is a small chance these lines will cause this to be a non-BFB merge:
The old version makes the compiler convert an integer to an 8-byte real. The newer version is correct. Most likely it is a BFB change. |
4c3500b
to
6d2bc58
Compare
@jonbob sorry for the above confusion. I didn't see that I had made this branch on the |
@mark-petersen, I think there's been discussion that we have too many branches on E3SM-Projects/E3SM and that people should please use their own forks if they're comfortable doing so. @rljacob can chime in if he wants to, but my sense is that you should use your fork as you did here. |
@xylar - I think the E3SM branches are OK because I can (and do) delete them once the PR's close. |
Okay, fair enough. |
Also passes:
|
@mark-petersen - it's also fine to use your fork. It's easy enough to merge from there |
@mark-petersen - you don't know if this is BFB from your testing? |
I had not run a comparison run. I see |
@jonbob I was able to confirm that this merge is BFB (compared coupling files on |
Perfect -- and thank you. I'll get this merged right away. |
…3015) Update MPAS-Ocean for coastal applications This PR brings in a new mpas-source submodule, with changes to mpas-ocean source code. The various additions are all for MPAS-Ocean coastal applications, and include: * Addition of COMPASS test cases for coastal (does not impact E3SM); * Add implicit Rayleigh drag (default off); and * Alterations for wetting/drying (default off) Since all modifications are either off by default or do not impact E3SM, this PR should not change answers. [BFB]
merged to next |
Update MPAS-Ocean for coastal applications This PR brings in a new mpas-source submodule, with changes to mpas-ocean source code. The various additions are all for MPAS-Ocean coastal applications, and include: * Addition of COMPASS test cases for coastal (does not impact E3SM); * Add implicit Rayleigh drag (default off); and * Alterations for wetting/drying (default off) Since all modifications are either off by default or do not impact E3SM, this PR should not change answers. [BFB]
merged to master |
Various additions for MPAS-Ocean coastal applications. Includes:
BFB