Skip to content

Namespace gridmanager_mod

Namespace List > gridmanager_mod

Public Attributes

Type Name
integer, parameter, public coord_cartesian = 1
Cartesian coordinates.
integer, parameter, public coord_lonlat = 2
Lon/lat coordinates.
integer, parameter, public coord_projected = 3
Projected coordinates.
integer, parameter, public grid_type_2d = 2
2D (x-z) model
integer, parameter, public grid_type_3d = 3
3D (x-y-z) model
integer, parameter, public grid_type_column = 1
Pure column model.

Public Functions

Type Name
subroutine geometry_init (class(gridgeometrytype), intent(inout) this, integer, intent(in) nx, integer, intent(in) ny, integer, intent(in) nz, integer, intent(in), optional grid_type, integer, intent(in), optional coord_system, integer, intent(out) rc)
Initialize grid geometry.

Public Attributes Documentation

variable coord_cartesian

Cartesian coordinates.

integer, parameter, public gridmanager_mod::coord_cartesian;


variable coord_lonlat

Lon/lat coordinates.

integer, parameter, public gridmanager_mod::coord_lonlat;


variable coord_projected

Projected coordinates.

integer, parameter, public gridmanager_mod::coord_projected;


variable grid_type_2d

2D (x-z) model

integer, parameter, public gridmanager_mod::grid_type_2d;


variable grid_type_3d

3D (x-y-z) model

integer, parameter, public gridmanager_mod::grid_type_3d;


variable grid_type_column

Pure column model.

integer, parameter, public gridmanager_mod::grid_type_column;


Public Functions Documentation

function geometry_init

Initialize grid geometry.

subroutine gridmanager_mod::geometry_init (
    class( gridgeometrytype ), intent(inout) this,
    integer, intent(in) nx,
    integer, intent(in) ny,
    integer, intent(in) nz,
    integer, intent(in), optional grid_type,
    integer, intent(in), optional coord_system,
    integer, intent(out) rc
) 



The documentation for this class was generated from the following file src/core/GridManager_Mod.F90