-
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 to capture edge fluxes #3054
Update mpas-ocean to capture edge fluxes #3054
Conversation
771d054
to
db8823e
Compare
@vanroekel take a look to make sure this includes what you want. I am running some tests now. |
passes:
But failed these:
on cori-knl. Most likely not due to this PR, but I'd need to compare |
@mark-petersen - those tests are failing because we also need the fix from PR #2769 |
@jonbob I added those two previous bug fixes. Thanks for pointing those out. I now have:
Much better! I'm still getting:
Looking into that now... |
This branch is not passing threading tests.
I am checking on the maint-1.0 branch now. |
The current maint-1.0 branch also fails those PET tests (hash 9fc77cb). The good news is that this PR is ready to merge. I'll make an issue for maint-1.0. |
@vanroekel is out today. I'm removing him and adding me as reviewer. |
Reported PET problem at #3062. I was mistaken, I can't add myself as a reviewer. |
Is @jonbob also out today? He's the assigned integrator. I could merge it. |
So does this PR fix all the PET tests on maint-1.0? Or 3 still fail? |
@rljacob - I'm back and can take this back, if you need. I'm seeing the same PET failures on anvil, but I also tested current master and it has the same issue. |
Does this PR fix #3062 ? |
Yes go ahead. |
merged to maint-1.0 |
…9-03-29 Jgfouca/branch for acme split 2019 03 29 Change list: Features: Implements remaining changes for gustiness feature for EAMv2 Support multiqueueing for sandiatoss3 Add a new 'B' test option to indicate a build-only test Bug fixes: Remove dependence on "mask" variables in the mapping files that are input to the gen_domain tool. Fix some issues with downloading input files when checksum files are not set up Fix kokkos build, Make logic needs to happen after macro include or else kokkos flags are lost CIME fixes for PIO2 Use consistent casing (all-caps) for build_threaded value Test suite: scripts-regression-tests Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review: @jedwards4b
…9-03-29 Jgfouca/branch for acme split 2019 03 29 Change list: Features: Implements remaining changes for gustiness feature for EAMv2 Support multiqueueing for sandiatoss3 Add a new 'B' test option to indicate a build-only test Bug fixes: Remove dependence on "mask" variables in the mapping files that are input to the gen_domain tool. Fix some issues with downloading input files when checksum files are not set up Fix kokkos build, Make logic needs to happen after macro include or else kokkos flags are lost CIME fixes for PIO2 Use consistent casing (all-caps) for build_threaded value Test suite: scripts-regression-tests Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?: Code review: @jedwards4b
…_markdown Automatically Merged using E3SM Pull Request AutoTester PR Title: change RRM docs to point from scream-docs to eamxx-scripts PR Author: bogensch PR LABELS: AT: AUTOMERGE, documentation, AT: Integrate Without Testing
This PR is identical to #2760, but for maint-1.0. It adds variables within tracer_advection_mono to capture the edge based fluxes of temperature and salinity to fully close the heat and salinity budgets regionally.
[BFB]