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
feat(geom): add n_peri_dim to XYGeomSpec for tripolar support (#4693)
* feat(geom): add n_peri_dim to XYGeomSpec for tripolar support (#4691)
Add an n_peri_dim field (default 0) to XYGeomSpec. When n_peri_dim==1
the factory calls ESMF_GridCreate1PeriDim with poleKindFlag=[MONOPOLE,
BIPOLE] instead of ESMF_GridCreateNoPeriDim, enabling tripolar ocean
grids as a first-class subcase of the XY geometry family. Includes
hconfig parsing, equality check, and pfUnit tests.
* test(geom): add tripolar factory test exercising ESMF_GridCreate1PeriDim
0 commit comments