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

Split `XiosInitTest` into unit tests for each XIOS concept #586

Closed jwallwork23 closed 1 week ago

jwallwork23 commented 1 week ago

Currently we have a single test script for Xios. It would be better to separate this into separate tests for the core XIOS concepts: calendar, axis, domain, grid, field, file. This should be more straightforward now that the same minimal XML file can be used for each.

jwallwork23 commented 1 week ago

Closed by #588.