|
MOM6
|
Checksums a pair of arrays (2d or 3d) staggered at corner points.
Definition at line 44 of file MOM_checksums.F90.
Private functions | |
| subroutine | chksum_pair_b_2d (mesg, arrayA, arrayB, HI, haloshift, symmetric, omit_corners, scale, logunit, scalar_pair) |
| Checksums on a pair of 2d arrays staggered at q-points. More... | |
| subroutine | chksum_pair_b_3d (mesg, arrayA, arrayB, HI, haloshift, symmetric, omit_corners, scale, logunit, scalar_pair) |
| Checksums on a pair of 3d arrays staggered at q-points. More... | |
Checksums a pair of arrays (2d or 3d) staggered at corner points.
Definition at line 44 of file MOM_checksums.F90.
|
private |
Checksums on a pair of 2d arrays staggered at q-points.
| [in] | mesg | Identifying messages |
| [in] | hi | A horizontal index type |
| [in] | arraya | The first array to be checksummed |
| [in] | arrayb | The second array to be checksummed |
| [in] | symmetric | If true, do the checksums on the full symmetric computational domain. |
| [in] | haloshift | The width of halos to check (default 0) |
| [in] | omit_corners | If true, avoid checking diagonal shifts |
| [in] | scale | A scaling factor for this array. |
| [in] | logunit | IO unit for checksum logging |
| [in] | scalar_pair | If true, then the arrays describe a scalar, rather than vector |
Definition at line 453 of file MOM_checksums.F90.
|
private |
Checksums on a pair of 3d arrays staggered at q-points.
| [in] | mesg | Identifying messages |
| [in] | hi | A horizontal index type |
| [in] | arraya | The first array to be checksummed |
| [in] | arrayb | The second array to be checksummed |
| [in] | haloshift | The width of halos to check (default 0) |
| [in] | symmetric | If true, do the checksums on the full symmetric computational domain. |
| [in] | omit_corners | If true, avoid checking diagonal shifts |
| [in] | scale | A scaling factor for this array. |
| [in] | logunit | IO unit for checksum logging |
| [in] | scalar_pair | If true, then the arrays describe a scalar, rather than vector |
Definition at line 513 of file MOM_checksums.F90.