There's a bug here: https://github.com/COSIMA/cice5/blob/edcfa6f9c76ed05b63196ce4b5355fa5a8f4fe3a/drivers/auscom/cpl_interface.F90#L710 Calving flux is a scalar, so this should be ``` call ice_HaloUpdate(calv0, halo_info, field_loc_center, field_type_scalar) ```