Go to the source code of this file.
|
module | grids_mod |
| Functionality to support the different types of grid and abstraction between global grids and local ones after decomposition.
|
|
|
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 |
|