MONC
Data Types | Modules | Variables
grids.F90 File Reference

Go to the source code of this file.

Data Types

type  grids_mod::horizontal_grid_configuration_type
 The configuration of the grid horizontally. More...
 
type  grids_mod::vertical_grid_configuration_type
 The configuration of the grid vertically. More...
 
type  grids_mod::grid_configuration_type
 Wraps the dimensional configuration types. More...
 
type  grids_mod::global_grid_type
 Defines the global grid. More...
 
type  grids_mod::local_grid_type
 Defined the local grid, i.e. the grid held on this process after decomposition. More...
 

Modules

module  grids_mod
 Functionality to support the different types of grid and abstraction between global grids and local ones after decomposition.
 

Variables

integer, parameter, public grids_mod::z_index = 1
 Grid index parameters. More...
 
integer, parameter, public grids_mod::y_index = 2
 
integer, parameter, public grids_mod::x_index = 3
 
integer, parameter, public grids_mod::primal_grid =1
 Grid type parameters (usually applied to each dimension of a prognostic) More...
 
integer, parameter, public grids_mod::dual_grid =2