There are some block sizes which can be set in cice, but then don't run in other components.
This is the new default for esm1.6:
cice5:
require:
- '@2026.01.000'
- 'nxglob=360 nyglob=300 blckx=30 blcky=300 mxblcks=1' # grid size and block size
but setting blckx=36 fails (without changing the runtime nprocs) fails for unknown reasons:
ACCESS-NRI/access-esm1.6-configs#403 (comment)
(related to https://github.com/ACCESS-NRI/UM7/issues/151)
Other scenarios also fail:
ACCESS-NRI/access-spack-packages#329 (comment)
Does setting blckx as a integer divisor of nxglob and setting nprocs consistently always work ?
There are some block sizes which can be set in cice, but then don't run in other components.
This is the new default for esm1.6:
but setting blckx=36 fails (without changing the runtime
nprocs) fails for unknown reasons:ACCESS-NRI/access-esm1.6-configs#403 (comment)
(related to https://github.com/ACCESS-NRI/UM7/issues/151)
Other scenarios also fail:
ACCESS-NRI/access-spack-packages#329 (comment)
Does setting blckx as a integer divisor of nxglob and setting
nprocsconsistently always work ?