MOM6
mom_hor_index::hor_index_type Type Reference

Detailed Description

Container for horizontal index ranges for data, computational and global domains.

Definition at line 15 of file MOM_hor_index.F90.

Collaboration diagram for mom_hor_index::hor_index_type:
[legend]

Public 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 iscb
 The start i-index of cell vertices within the computational domain.
 
integer iecb
 The end i-index of cell vertices within the computational domain.
 
integer jscb
 The start j-index of cell vertices within the computational domain.
 
integer jecb
 The end j-index of cell vertices within the computational domain.
 
integer isdb
 The start i-index of cell vertices within the data domain.
 
integer iedb
 The end i-index of cell vertices within the data domain.
 
integer jsdb
 The start j-index of cell vertices within the data domain.
 
integer jedb
 The end j-index of cell vertices within the data domain.
 
integer isgb
 The start i-index of cell vertices within the global domain.
 
integer iegb
 The end i-index of cell vertices within the global domain.
 
integer jsgb
 The start j-index of cell vertices within the global domain.
 
integer jegb
 The end j-index of cell vertices within the global domain.
 
integer idg_offset
 The offset between the corresponding global and local i-indices.
 
integer jdg_offset
 The offset between the corresponding global and local j-indices.
 
logical symmetric
 True if symmetric memory is used.
 

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