nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

XIOS: use Domain for xy-plane and Axis for z #634

Closed jwallwork23 closed 3 months ago

jwallwork23 commented 3 months ago

Currently, most XIOS integration tests use Axes for all coordinate directions. We're more likely to want to use a Domain for the $xy$-plane and an Axis for the $z$-axis because we can partition over a Domain with MPI but not an Axis.

jwallwork23 commented 3 months ago

Closed by #635.