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

Update CICE halos after all coupling calls and before time step #1

Closed nichannah closed 7 years ago

nichannah commented 7 years ago

Presently ice field halos are updated immediately after receiving from atm/ocean. This is bad because it means halo updates occur between the coupling calls to send and receive from the ocean. So the ocean ends up waiting on ice halo updates which can be slow.

This issue moves all halo updates to a single place directly after the coupling but before the time step.