Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(*)Corrected array syntax in explicit loops
Corrected two assignment that dangerously use array syntax inside of explicit do-loops, which would lead to an order NI^2*NJ^2 operation that should have been an NI*NJ operation unless the compiler detects and avoids it. Answers are unchanged in the MOM6_examples test cases, but might be corrected in other cases.
- Loading branch information