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 `size_t` for sizes in XIOS API rather than `int` #572

Closed jwallwork23 closed 2 weeks ago

jwallwork23 commented 3 weeks ago

The Xios class uses int for sizes, where it would be preferable to use size_t.

jwallwork23 commented 2 weeks ago

Closed by #576.