forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit array rotation index; modulo chksum turns
Array index assignment in rotation is now explicit (i.e. A(:,:)). Modulo operators are applied to the turns in the rotated mpp checksums, in order to prevent redundant allocations of identical arrays. Explicit deallocation of the rotated checksum has also been added. An error in the comments of external forcing diagnostics was also amended. Thanks to Robert Hallberg for these suggestions.
- Loading branch information
1 parent
22215cb
commit f632ffc
Showing
3 changed files
with
40 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters