MPAS-Dev / MPAS-Model

Repository for MPAS models and shared framework releases.
235 stars 312 forks source link

Get legacy halo exchange tests working (Issue 789) #1134

Closed jim-p-w closed 7 months ago

jim-p-w commented 7 months ago

This is a precursor to adding unit tests for the adjoint halo operation.

The looping constructs for verifying results are all off by one. The data arrays have extra, uninitialized vectors, e.g. nCells+1 for cell variables, nEdges+1 for edge variables, etc.