Hi @russfiedler, following on from #68, these also look wrong to me (should be field_type_scalar, otherwise their signs will be flipped on the tripole in halo updates)
|
call ice_HaloUpdate(um_tmlt, halo_info, field_loc_center,field_type_vector) |
|
call ice_HaloUpdate(um_bmlt, halo_info, field_loc_center,field_type_vector) |
and
|
call ice_HaloUpdate(um_swflx, halo_info,field_loc_center,field_type_vector) |
|
call ice_HaloUpdate(um_lwflx, halo_info,field_loc_center,field_type_vector) |
|
call ice_HaloUpdate(um_shflx, halo_info,field_loc_center,field_type_vector) |
|
call ice_HaloUpdate(um_press, halo_info,field_loc_center,field_type_vector) |
|
call ice_HaloUpdate(um_co2, halo_info, field_loc_center, field_type_vector) |
|
call ice_HaloUpdate(um_wnd, halo_info, field_loc_center, field_type_vector) |
Hi @russfiedler, following on from #68, these also look wrong to me (should be
field_type_scalar, otherwise their signs will be flipped on the tripole in halo updates)cice5/drivers/access/cpl_interface.F90
Lines 865 to 866 in edcfa6f
and
cice5/drivers/access/cpl_interface.F90
Lines 869 to 874 in edcfa6f