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
Only seems to be a problem in some cases. Suggests a subtle issue. Full test suite on cheyenne bfbcomp results showed the following (same results for pgi and intel). Many tests pass but not all. In particular gx1 fails
Two issues were found and will be PR'ed to the cgridDEV branch soon.
The logic for keeping gridcells and land blocks with C/CD is not inclusive enough. In init_domain_distribution, gridcells on the B grid are kept if KMTG > puny at that gridcell. A short term fix for C/CD is to keep any gridcells where KMTG and any neighbors are greater than zero. This seems to fix the problem, but we need to look further into why C/CD needs a greater stencil and what the right implementation is. A good test case for this was
maskhalo_dyn = .true. results in non bit-for-bit results for a limited number of cases with C/CD. Temporarily, maskhalo_dyn is disabled in subroutine evp if grid_ice is not "B". Again, we need to investigate this further and better understand what the right haloed mask is for C/CD and then implement it. A couple test cases for this was
- modify gridcell + land block elimination for C/CD, using a larger stencil, needs to be investigate further
- turn off maskhalo_dyn for C/CD, needs to be investigated further
- Update omp_suite and gridsys_suite to extend testing
- Add new histdbg option to turn on some output at each timestep to help debugging
Only seems to be a problem in some cases. Suggests a subtle issue. Full test suite on cheyenne bfbcomp results showed the following (same results for pgi and intel). Many tests pass but not all. In particular gx1 fails
which is the following test suite,
The text was updated successfully, but these errors were encountered: