-
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
MPAS-O analysis bug leads to testing failures #2768
Comments
Hi Jon, any idea what the bug is? Could you please open an issue on the MPAS-A side? Thanks. |
@jonbob, you're referring to an analysis member (online analysis), not MPAS-Analysis, correct? |
Sorry if that wasn't clear. The bug appears in one of the online mpas-ocean analysis member calculations, though my suspicion is that the error itself is in calculating a new array to be time-averaged |
Yep, that's what I thought. Thanks for clarifying. |
I was able to reproduce this with
It only occurs in debug mode. I’m getting an overflow on this line
and only when this new variable is in the time monthly output |
Fix here. Thanks @jonbob for the help. MPAS-Dev/MPAS-Model#165 |
Great - and thanks for the quick fix @mark-petersen. Just let me know when the new submodule is accessible by e3sm |
) Update mpas-source submodule to pick up indexing fix This PR brings in a new mpas-source submodule that fixes an indexing issue on an array that was causing debug tests to fail in the online time-averaging mpas analysis. Vertical index k=1 on activeTracerVerticalAdvectionTopFlux is the ocean surface, so is always zero. It was using some uninitialized values when using k=1, so start loop at k=2. See [MPAS-Model PR #165](MPAS-Dev/MPAS-Model#165) Fixes #2768 [BFB]
Update mpas-source submodule to pick up indexing fix This PR brings in a new mpas-source submodule that fixes an indexing issue on an array that was causing debug tests to fail in the online time-averaging mpas analysis. Vertical index k=1 on activeTracerVerticalAdvectionTopFlux is the ocean surface, so is always zero. It was using some uninitialized values when using k=1, so start loop at k=2. See [MPAS-Model PR #165](MPAS-Dev/MPAS-Model#165) Fixes #2768 [BFB]
Update mpas-source submodule to pick up indexing fix This PR brings in a new mpas-source submodule that fixes an indexing issue on an array that was causing debug tests to fail in the online time-averaging mpas analysis. Vertical index k=1 on activeTracerVerticalAdvectionTopFlux is the ocean surface, so is always zero. It was using some uninitialized values when using k=1, so start loop at k=2. See [MPAS-Model PR #165](MPAS-Dev/MPAS-Model#165) Fixes #2768 [BFB]
…netcdf-in-tas Automatically Merged using E3SM Pull Request AutoTester PR Title: Add pnetcdf paths to config line when running test-all-scream PR Author: bartgol PR LABELS: testing, AT: AUTOMERGE, scripts, AT: Skip v1 Testing
A recently commit introduced a bug in the mpas-ocean analysis member coding that causes failures in the automated testing of SMS_D_Ld1.ne30_oECv3_ICG.A_WCYCL1850S_CMIP6.allactive-v1cmip6, on sandiatoss3 and anvil using intel compilers
The text was updated successfully, but these errors were encountered: