COSIMA / cice5

Clone of The Los Alamos sea ice model (CICE) with ACCESS drivers. See https://github.com/CICE-Consortium/CICE-svn-trunk/tree/cice-5.1.2
4 stars 13 forks source link

Remove dependence on maxblocks ==1 and implement Oasis orange partitioning #14

Closed nichannah closed 6 years ago

nichannah commented 6 years ago

cpl_interface.F90 has this code:

if (MXBLCKS != 1)

error The code assumes that max_blocks == 1

endif

This limitation needs to be removed in order to improve the CICE load balance.