Open FlorianDeconinck opened 1 month ago
I'd like to add as part of the documenting of the cubed-sphere representation we should agree on the nomenclature for north, south, east, and west based on the origin of the domain, i.e. which "corner" is (0,0) located at for each tile.
A list of issue has crept up around the vector halo exchange. The extent of the problems are still to be determined but we are seeing:
ndsl
.ndsl
andfms
differences in data selection shows (ranks seems correct).acoustics
portion ofpyFV3
: the last 2 halo exchanges on then_split
need to be clarified versus the reference Fortran.Overall, the
FMS
and original Fortran uses the "staircase" projection of the cube-sphere, whilendsl
uses the "T" projection. We need to go back and figure out exactly if this change has been carried through the code properly and document the differences to the original model.DOD:
FMS
to generate a failing unit test forndsl
on 3x3 layout for vector exchangendsl
(vsFMS
)