|
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. More... | |
| integer | iec |
| The end i-index of cell centers within the computational domain. More... | |
| integer | jsc |
| The start j-index of cell centers within the computational domain. More... | |
| integer | jec |
| The end j-index of cell centers within the computational domain. More... | |
| integer | isd |
| The start i-index of cell centers within the data domain. More... | |
| integer | ied |
| The end i-index of cell centers within the data domain. More... | |
| integer | jsd |
| The start j-index of cell centers within the data domain. More... | |
| integer | jed |
| The end j-index of cell centers within the data domain. More... | |
| integer | isg |
| The start i-index of cell centers within the global domain. More... | |
| integer | ieg |
| The end i-index of cell centers within the global domain. More... | |
| integer | jsg |
| The start j-index of cell centers within the global domain. More... | |
| integer | jeg |
| The end j-index of cell centers within the global domain. More... | |
| integer | isgb |
| The start i-index of cell corners within the global domain. More... | |
| integer | iegb |
| The end i-index of cell corners within the global domain. More... | |
| integer | jsgb |
| The start j-index of cell corners within the global domain. More... | |
| integer | jegb |
| The end j-index of cell corners within the global domain. More... | |
| type(axes_grp) | axesbl |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axestl |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axescul |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axescvl |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axesbi |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axesti |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axescui |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axescvi |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axesb1 |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axest1 |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axescu1 |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp) | axescv1 |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axestl |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axesbl |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axescul |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axescvl |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axesti |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axesbi |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axescui |
| Axes for each location on a diagnostic grid. More... | |
| type(axes_grp), dimension(:), allocatable | remap_axescvi |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:), pointer | mask2dt => null() |
| 2D mask array for cell-center points More... | |
| real, dimension(:,:), pointer | mask2dbu => null() |
| 2D mask array for cell-corner points More... | |
| real, dimension(:,:), pointer | mask2dcu => null() |
| 2D mask array for east-face points More... | |
| real, dimension(:,:), pointer | mask2dcv => null() |
| 2D mask array for north-face points More... | |
| real, dimension(:,:,:), pointer | mask3dtl => null() |
| 3D mask arrays for diagnostics at layers (mask...L) and interfaces (mask...i) More... | |
| real, dimension(:,:,:), pointer | mask3dbl => null() |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:,:), pointer | mask3dcul => null() |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:,:), pointer | mask3dcvl => null() |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:,:), pointer | mask3dti => null() |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:,:), pointer | mask3dbi => null() |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:,:), pointer | mask3dcui => null() |
| Axes for each location on a diagnostic grid. More... | |
| real, dimension(:,:,:), pointer | mask3dcvi => null() |
| Axes for each location on a diagnostic grid. More... | |
|
private |
Axes for each location on a diagnostic grid.
Definition at line 216 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 215 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 214 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 216 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 215 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 214 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 216 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 215 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 214 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 216 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 215 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 214 of file MOM_diag_mediator.F90.
|
private |
The end i-index of cell centers within the computational domain.
Definition at line 197 of file MOM_diag_mediator.F90.
|
private |
The end i-index of cell centers within the data domain.
Definition at line 201 of file MOM_diag_mediator.F90.
|
private |
The end i-index of cell centers within the global domain.
Definition at line 205 of file MOM_diag_mediator.F90.
|
private |
The end i-index of cell corners within the global domain.
Definition at line 209 of file MOM_diag_mediator.F90.
|
private |
The start i-index of cell centers within the computational domain.
Definition at line 196 of file MOM_diag_mediator.F90.
|
private |
The start i-index of cell centers within the data domain.
Definition at line 200 of file MOM_diag_mediator.F90.
|
private |
The start i-index of cell centers within the global domain.
Definition at line 204 of file MOM_diag_mediator.F90.
|
private |
The start i-index of cell corners within the global domain.
Definition at line 208 of file MOM_diag_mediator.F90.
|
private |
The end j-index of cell centers within the computational domain.
Definition at line 199 of file MOM_diag_mediator.F90.
|
private |
The end j-index of cell centers within the data domain.
Definition at line 203 of file MOM_diag_mediator.F90.
|
private |
The end j-index of cell centers within the global domain.
Definition at line 207 of file MOM_diag_mediator.F90.
|
private |
The end j-index of cell corners within the global domain.
Definition at line 211 of file MOM_diag_mediator.F90.
|
private |
The start j-index of cell centers within the computational domain.
Definition at line 198 of file MOM_diag_mediator.F90.
|
private |
The start j-index of cell centers within the data domain.
Definition at line 202 of file MOM_diag_mediator.F90.
|
private |
The start j-index of cell centers within the global domain.
Definition at line 206 of file MOM_diag_mediator.F90.
|
private |
The start j-index of cell corners within the global domain.
Definition at line 210 of file MOM_diag_mediator.F90.
|
private |
2D mask array for cell-corner points
Definition at line 222 of file MOM_diag_mediator.F90.
|
private |
2D mask array for east-face points
Definition at line 223 of file MOM_diag_mediator.F90.
|
private |
2D mask array for north-face points
Definition at line 224 of file MOM_diag_mediator.F90.
|
private |
2D mask array for cell-center points
Definition at line 221 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 231 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 227 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 232 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 228 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 233 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 229 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 230 of file MOM_diag_mediator.F90.
|
private |
3D mask arrays for diagnostics at layers (mask...L) and interfaces (mask...i)
Definition at line 226 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 218 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 217 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 218 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 217 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 218 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 217 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 218 of file MOM_diag_mediator.F90.
|
private |
Axes for each location on a diagnostic grid.
Definition at line 217 of file MOM_diag_mediator.F90.