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

WIP: XIOS implementation of `ParaGridIO` #667

Open jwallwork23 opened 3 months ago

jwallwork23 commented 3 months ago

XIOS implementation of ParaGridIO

Fixes #552

Task List


Change Description

Reimplementation of the ParaGridIO class using XIOS for I/O. It will automatically be used if nextSIM-DG is compiled with XIOS enabled.

The read and write methods formerly in the Xios handler class are moved to the XIOS implementation of ParaGridIO. This is because ModelArray is going to get XIOS-related functionality and we need to avoid circular dependencies.


Test Description

...


Pre-Request Checklist