Closed jwallwork23 closed 5 months ago
I realised wrapping the entire API will be a significant change and that wrapping the getters will be easier than wrapping the setters. As such, this just addresses the getters, leaving the setters for a subsequent PR.
Wrap XIOS API calls part 1: getters
Fixes #553
Task List
Change Description
Currently, the XIOS functionality relies on axes, grids, fields, and files being defined in the user-defined
iodef.xml
file. This PR wraps the corresponding parts of the XIOS API so these can be read by neXtSIM-DG.Xios.hpp
not yet implemented.icfile.cpp
(for handling files).Test Description
Update
TestXiosInit_MPI2.cpp
...Xios.getCurrentDate
implementation.Pre-Request Checklist