MOM6
mom_diag_mediator::diagcs_dsamp Type Reference

Detailed Description

Container for down sampling information.

Definition at line 195 of file MOM_diag_mediator.F90.

Collaboration diagram for mom_diag_mediator::diagcs_dsamp:
[legend]

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_grpaxesbl
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxestl
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxescul
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxescvl
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxesbi
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxesti
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxescui
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxescvi
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxesb1
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxest1
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxescu1
 Axes for each location on a diagnostic grid.
 
type(axes_grpaxescv1
 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.
 

The documentation for this type was generated from the following file: