You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove implicit copies in CT_extract_data rotation
Following on the previous commit, the implicit copies in
`extract_coupler_type_data`'s `allocate_rotated_array` and
`rotate_array` are replaced with the full-sized arrays, with halos
managed by `idim` and `jdim` arguments to `CT_extract_data`.
I tested this in a rotated `Baltic` test and saw no answer changes. The
`ocean.stats` and CFC restart files agree, but there are still known
rotation reordering and negative-zero errors in `MOM.res.nc` output.
0 commit comments