modifies array size to NCellsSize#378
Conversation
|
@mwarusz Would that solve your issue? |
|
@mwarusz Is there ever a case where we might read in values in the arrays of size NCellsSize that were not computed (given that the loop bounds are NCellsAll) and still have their default value? Wouldn't we want to avoid this? |
|
It now fails the |
|
Just checking that you know about #356. |
|
Thanks @mwarusz! yes, it sounded familiar so I looked it up and am rerunning ctests in a clean folder now... And passes! 🎉 |
|
Update on testing: 1 test fails but it's the del4 convergence Polaris
|
There is a known issue with this test (#376) that has a fix (#377). However, this issue should only affect you if your pr run used a different number of MPI tasks than your baseline run. I don't have access to your baseline workdir, so I couldn't check if that was the case. |
|
Ran a quick check, and this passes all cTests on PM CPU. |
This merge updates the e3sm_submodules/Omega submodule from [c2542a2](https://github.com/E3SM-Project/Omega/tree/c2542a2) to [6c8aa0f](https://github.com/E3SM-Project/Omega/tree/6c8aa0f). This update includes the following MPAS-Ocean and MPAS-Frameworks PRs (check mark indicates bit-for-bit with previous PR in the list): - [ ] (ocn) E3SM-Project/Omega#301 - [ ] (ocn) E3SM-Project/Omega#358 - [ ] (ocn) E3SM-Project/Omega#378
Modifies array sizes and loop bounds to NCellsSize (fixes #367)
Checklist