orog_mask_tools
1.7.0
|
This module contains the subroutines that find the adjacent neighbors of a given cell, in a cubed sphere grid. More...
Go to the source code of this file.
Data Types | |
module | cs_nb |
type | cs_nb::nb_gp_idx |
Neighboring cell descriptor. More... | |
type | cs_nb::nb_tile_idx |
Neighboring tile descriptor. More... | |
This module contains the subroutines that find the adjacent neighbors of a given cell, in a cubed sphere grid.
Each neighbor is in the form of (i,j,tile).
Definition in file nb.F90.
type cs_nb::nb_gp_idx |