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

Prepare for setting XIOS up via nextSIM-DG #728

Closed jwallwork23 closed 2 weeks ago

jwallwork23 commented 2 weeks ago

Prepare for setting XIOS up via nextSIM-DG

Partially addresses #633.

This PR reworks the XIOS setup workflow in preparation for farming much of it off to happen automatically via nextSIM-DG. For example, when ModelArray::setDimension is called with ModelArray::Dimension::X, we can have the XIOS handler set the local and global X sizes correspondingly.

Main changes:

Other minor changes:

jwallwork23 commented 2 weeks ago

Thanks for the review, Tim!