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 up XIOS tests per concept #588

Closed jwallwork23 closed 1 week ago

jwallwork23 commented 1 week ago

Pull Request Title

Fixes #586

Fixes #570

Task List


Change / test Description

The XIOS tests are currently all in one file, which has got rather long. It would be better to modularise these into different tests for each XIOS concept. This is straightforward now that the iodef.xml file is minimal - the same one can be used for each test.

In addition, for many of the tests simpler objects could be used, e.g., axis {0, 1} rather than {0, 1, ..., 29}.

This PR also fixes a warning raised due to XIOS.


Pre-Request Checklist

jwallwork23 commented 1 week ago

Thanks @timspainNERSC. They were largely copied and then in some cases simplified.