You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some recent updates have cause failures in the WY demos. @bishtgautam submitted PR #221, which applies several fixes to restore the dycore's parallel capabilities. Then PR #220 was merged, adding an interface for diagnostic fields. In a separate branch that contains the changes for #221 rebased to master post #220, the WY demos stopped working. Gautam's assessment:
The transient WY tests are failing. The residual for some cells is garbage at line 1167 of tdywy.c in the rebased branch. But, I can’t figure out where I made the mistake.
We're tracking that issue here so we can go ahead and merge #221.
We should probably add more parallel tests to our regression suite to make sure we don't damage the parallel runs in our future work.
The text was updated successfully, but these errors were encountered:
Hey @bishtgautam , can you show me how to reproduce this issue? I'm wondering if it still occurs, and/or how much we should focus on fixing the WY tests when we know that discretization is going to be reworked.
Some recent updates have cause failures in the WY demos. @bishtgautam submitted PR #221, which applies several fixes to restore the dycore's parallel capabilities. Then PR #220 was merged, adding an interface for diagnostic fields. In a separate branch that contains the changes for #221 rebased to
master
post #220, the WY demos stopped working. Gautam's assessment:We're tracking that issue here so we can go ahead and merge #221.
We should probably add more parallel tests to our regression suite to make sure we don't damage the parallel runs in our future work.
The text was updated successfully, but these errors were encountered: