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

Extend tool to support a blocking factor for grid points #19

Closed athelaf closed 2 years ago

athelaf commented 2 years ago

Extend the tool to consider blocks of grid points as units of decomposition. This will help us evaluate the option of ignoring the land mask during the computational kernels, i.e., all-land blocks will be excluded completely from computation and the rest of the blocks will be considered full-sea blocks and computations will proceed without conditionals and computations on land points will be discarded.

athelaf commented 2 years ago

This issue was addressed with commit 3161a0656ce093b9e54a8397285fb10444c45806.