indexes mismatch in sbccpl.F90
CPL_OASIS test case still fails after bugfix #455 (closed) because of indexes mismatch between arrays with and wihout halos in sbccpl.F90
Bugfix proposal :
- line 1241 and 1246 : mv
utau(:,:)
toutau(A2D(0))
- line 1242 and 1247 : same with
vtau
- line 1359 : same with
sss_m
CPL_OASIS test case runs perfectly with those modifications.