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

Reimplement `ParaGridIO` using XIOS #552

Open jwallwork23 opened 1 month ago

jwallwork23 commented 1 month ago

The ParaGridIO class provides NetCDF I/O functionality for the ParaGrid mesh type, which is implemented manually.

As part of the XIOS integration, we will provide an alternative implementation (perhaps called ParaGridIO_Xios), which replicates the functionality of ParaGridIO using XIOS.