nextsimhub / domain_decomp

Domain decomposition tool for the nextSIM-DG next-generation sea ice model.
Apache License 2.0
1 stars 0 forks source link

feat: add halo start indices to partition_metadata #67

Closed TomMelt closed 4 days ago

TomMelt commented 5 days ago

In order to send halo regions via MPI in the dynamics, we need to know the size of the domains and the starting indices of the halo regions.

This PR adds functionality we need to parallelize nextsimdg dynamics.

The following improvements have been made.

TODO