MONC
Public Attributes | List of all members
grids_mod::grid_configuration_type Type Reference

Wraps the dimensional configuration types. More...

Collaboration diagram for grids_mod::grid_configuration_type:
Collaboration graph
[legend]

Public Attributes

type(horizontal_grid_configuration_typehorizontal
 Configuration horizontally. More...
 
type(vertical_grid_configuration_typevertical
 Configuration vertically. More...
 

Detailed Description

Wraps the dimensional configuration types.

Definition at line 101 of file grids.F90.

Member Data Documentation

◆ horizontal

type(horizontal_grid_configuration_type) grids_mod::grid_configuration_type::horizontal

Configuration horizontally.

Definition at line 102 of file grids.F90.

102  type(horizontal_grid_configuration_type) :: horizontal

◆ vertical

type(vertical_grid_configuration_type) grids_mod::grid_configuration_type::vertical

Configuration vertically.

Definition at line 103 of file grids.F90.

103  type(vertical_grid_configuration_type) :: vertical

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