MOM6
MOM_hor_index.F90 File Reference
#include "version_variable.h"
Include dependency graph for MOM_hor_index.F90:

Go to the source code of this file.

Data Types

type  mom_hor_index::hor_index_type
 Container for horizontal index ranges for data, computational and global domains. More...
 
interface  mom_hor_index::assignment(=)
 Copy the contents of one horizontal index type into another. More...
 

Modules

module  mom_hor_index
 Defines the horizontal index type (hor_index_type) used for providing index ranges.
 

Functions/Subroutines

subroutine, public mom_hor_index::hor_index_init (Domain, HI, param_file, local_indexing, index_offset)
 Sets various index values in a hor_index_type. More...
 
subroutine mom_hor_index::hit_assign (HI1, HI2)
 HIT_assign copies one hor_index_type into another. It is accessed via an assignment (=) operator. More...