|
MOM6
|
Container for down sampling information.
Definition at line 195 of file MOM_diag_mediator.F90.
Private variables and constants | |
| integer | isc |
| The start i-index of cell centers within the computational domain. | |
| integer | iec |
| The end i-index of cell centers within the computational domain. | |
| integer | jsc |
| The start j-index of cell centers within the computational domain. | |
| integer | jec |
| The end j-index of cell centers within the computational domain. | |
| integer | isd |
| The start i-index of cell centers within the data domain. | |
| integer | ied |
| The end i-index of cell centers within the data domain. | |
| integer | jsd |
| The start j-index of cell centers within the data domain. | |
| integer | jed |
| The end j-index of cell centers within the data domain. | |
| integer | isg |
| The start i-index of cell centers within the global domain. | |
| integer | ieg |
| The end i-index of cell centers within the global domain. | |
| integer | jsg |
| The start j-index of cell centers within the global domain. | |
| integer | jeg |
| The end j-index of cell centers within the global domain. | |
| integer | isgb |
| The start i-index of cell corners within the global domain. | |
| integer | iegb |
| The end i-index of cell corners within the global domain. | |
| integer | jsgb |
| The start j-index of cell corners within the global domain. | |
| integer | jegb |
| The end j-index of cell corners within the global domain. | |
| type(axes_grp) | axesbl |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axestl |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axescul |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axescvl |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axesbi |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axesti |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axescui |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axescvi |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axesb1 |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axest1 |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axescu1 |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp) | axescv1 |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axestl |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axesbl |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axescul |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axescvl |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axesti |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axesbi |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axescui |
| Axes for each location on a diagnostic grid. | |
| type(axes_grp), dimension(:), allocatable | remap_axescvi |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:), pointer | mask2dt => null() |
| 2D mask array for cell-center points | |
| real, dimension(:,:), pointer | mask2dbu => null() |
| 2D mask array for cell-corner points | |
| real, dimension(:,:), pointer | mask2dcu => null() |
| 2D mask array for east-face points | |
| real, dimension(:,:), pointer | mask2dcv => null() |
| 2D mask array for north-face points | |
| real, dimension(:,:,:), pointer | mask3dtl => null() |
| 3D mask arrays for diagnostics at layers (mask...L) and interfaces (mask...i) | |
| real, dimension(:,:,:), pointer | mask3dbl => null() |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:,:), pointer | mask3dcul => null() |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:,:), pointer | mask3dcvl => null() |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:,:), pointer | mask3dti => null() |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:,:), pointer | mask3dbi => null() |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:,:), pointer | mask3dcui => null() |
| Axes for each location on a diagnostic grid. | |
| real, dimension(:,:,:), pointer | mask3dcvi => null() |
| Axes for each location on a diagnostic grid. | |