|
MOM6
|
Checksums a pair velocity arrays (2d or 3d) staggered at C-grid locations.
Definition at line 29 of file MOM_checksums.F90.
Private functions | |
| subroutine | chksum_uv_2d (mesg, arrayU, arrayV, HI, haloshift, symmetric, omit_corners, scale, logunit, scalar_pair) |
| Checksums a pair of 2d velocity arrays staggered at C-grid locations. More... | |
| subroutine | chksum_uv_3d (mesg, arrayU, arrayV, HI, haloshift, symmetric, omit_corners, scale, logunit, scalar_pair) |
| Checksums a pair of 3d velocity arrays staggered at C-grid locations. More... | |
Checksums a pair velocity arrays (2d or 3d) staggered at C-grid locations.
Definition at line 29 of file MOM_checksums.F90.
|
private |
Checksums a pair of 2d velocity arrays staggered at C-grid locations.
| [in] | mesg | Identifying messages |
| [in] | hi | A horizontal index type |
| [in] | arrayu | The u-component array to be checksummed |
| [in] | arrayv | The v-component 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 these arrays. |
| [in] | logunit | IO unit for checksum logging |
| [in] | scalar_pair | If true, then the arrays describe a a scalar, rather than vector |
Definition at line 737 of file MOM_checksums.F90.
|
private |
Checksums a pair of 3d velocity arrays staggered at C-grid locations.
| [in] | mesg | Identifying messages |
| [in] | hi | A horizontal index type |
| [in] | arrayu | The u-component array to be checksummed |
| [in] | arrayv | The v-component 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 these arrays. |
| [in] | logunit | IO unit for checksum logging |
| [in] | scalar_pair | If true, then the arrays describe a a scalar, rather than vector |
Definition at line 792 of file MOM_checksums.F90.