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

Use neXtSIM-DG date/duration formats in `Xios` #584

Closed jwallwork23 closed 1 week ago

jwallwork23 commented 1 week ago

Use neXtSIM-DG date/duration formats in Xios

Fixes #581

Fixes #582

Task List


Change Description

Makes all use of the cxios_date and cxios_duration types private, including the conversion methods. Instead, the user interacts with XIOS calendar and duration operations through neXtSIM-DG's TimePoint and Duration classes.

Some TODOs are also addressed in xios_c_interface.hpp.


Test Description

Xios unit tests are updated accordingly. They are now significantly less verbose.


Pre-Request Checklist

jwallwork23 commented 1 week ago

One small comment on the capitalization of nextSIM.

Thanks @timspainNERSC. Will merge once the tests pass.