id summary reporter owner description type status priority milestone component version severity resolution keywords cc 1566 ORCA1 strait corrections have the wrong indices acc nemo "The control on the hard-wired indices for the two manifestations of ORCA1 (extended or otherwise) is faulty. The current logic has constructs such as: {{{ isrow = 332 - jpjglo ! ii0 = 282 ; ii1 = 283 ! Gibraltar Strait (e2u = 20 km) ij0 = 201 + isrow ; ij1 = 241 - isrow ; e2u( mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) ) = 20.e3 }}} but Gibraltar is either at j=241 (extended grid, jpjglo=332) or at 203 (non-extended, jpjglo=294). Surely the statement should be: {{{ isrow = 332 - jpjglo ! ii0 = 282 ; ii1 = 283 ! Gibraltar Strait (e2u = 20 km) ij0 = 241 - isrow ; ij1 = 241 - isrow ; e2u( mi0(ii0):mi1(ii1) , mj0(ij0):mj1(ij1) ) = 20.e3 }}} unless I'm missing something very subtle?" Bug closed normal 2015 release-3.6 OCE v3.6 fixed 2015 OPA v3.6