Namespace gridmanager_mod¶
Namespace List > gridmanager_mod
Public Attributes¶
| Type | Name |
|---|---|
| integer, parameter, public | coord_cartesian = 1Cartesian coordinates. |
| integer, parameter, public | coord_lonlat = 2Lon/lat coordinates. |
| integer, parameter, public | coord_projected = 3Projected coordinates. |
| integer, parameter, public | grid_type_2d = 22D (x-z) model |
| integer, parameter, public | grid_type_3d = 33D (x-y-z) model |
| integer, parameter, public | grid_type_column = 1Pure 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.
variable coord_lonlat¶
Lon/lat coordinates.
variable coord_projected¶
Projected coordinates.
variable grid_type_2d¶
2D (x-z) model
variable grid_type_3d¶
3D (x-y-z) model
variable grid_type_column¶
Pure column model.
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