You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sub-feature of issue #218 tracking the addition of the initialisation and updating of the grid/axis data in the XIOS class and synchronisation between processes. This builds on the discovery work adding XIOS calendar.
This requires Issue #293
This is a pre-requisite of adding XIOS File I/O Issue #291 (see parent issue #218).
XIOS performs asynchronous file I/O by storing grid data on 'client' processes and passing that via MPI to the server process which handles the file read and file write. This issue needs to address
Which Nextsim Grid to use as a reference? DevGrid would be simplest, Para(metric)Grid best long term, or consider refactoring Nextsim Grids to remove duplication
How to split/map the XIOS grid to the Nextsim Grid (consider the approach for the MPI feature)
How to synchronise the data between Nextsim and Xios
How to run a simulation using data held on the XIOS Grid
The text was updated successfully, but these errors were encountered:
This is a sub-feature of issue #218 tracking the addition of the initialisation and updating of the grid/axis data in the XIOS class and synchronisation between processes. This builds on the discovery work adding XIOS calendar.
This requires Issue #293
This is a pre-requisite of adding XIOS File I/O Issue #291 (see parent issue #218).
For the XIOS Integration, see the design spec or the master pull request
XIOS performs asynchronous file I/O by storing grid data on 'client' processes and passing that via MPI to the server process which handles the file read and file write. This issue needs to address
The text was updated successfully, but these errors were encountered: