FV3 Bundle
unstructured_grid_mod::grid_type Type Reference

Derived type containing the data. More...

Private Attributes

integer igrid
 
integer index
 
integer of
 
integer the
 
integer grid
 
integer nmga
 
integer number
 
integer, dimension(on a given mpi task) gridpoints
 
integer nl0
 
integer levels
 
integer nv
 
integer variables
 
integer nts
 
integer timeslots
 
real(kind=kind_real), dimension(:), allocatable lon
 
real(kind=kind_real), dimension(in degrees:-180 to 180), allocatable longitude
 
real(kind=kind_real), dimension(:), allocatable lat
 
real(kind=kind_real), dimension(in degrees:-90 to 90), allocatable latitude
 
real(kind=kind_real), dimension(in m^2), allocatable area
 
real(kind=kind_real), dimension(:,:), allocatable vunit
 
real(kind=kind_real), allocatable vertical
 
real(kind=kind_real), allocatable unit
 
logical, dimension(:,:), allocatable lmask
 
logical, allocatable mask
 
real(kind=kind_real), dimension(:,:,:,:), allocatable fld
 
real(kind=kind_real), allocatable data
 

Detailed Description

Derived type containing the data.

Definition at line 23 of file unstructured_grid_mod.F90.

Member Data Documentation

◆ area

real(kind=kind_real), dimension (in m^2), allocatable unstructured_grid_mod::grid_type::area
private

Definition at line 31 of file unstructured_grid_mod.F90.

◆ data

real(kind=kind_real), allocatable unstructured_grid_mod::grid_type::data
private

Definition at line 34 of file unstructured_grid_mod.F90.

◆ fld

real(kind=kind_real), dimension(:,:,:,:), allocatable unstructured_grid_mod::grid_type::fld
private

Definition at line 34 of file unstructured_grid_mod.F90.

◆ grid

integer unstructured_grid_mod::grid_type::grid
private

Definition at line 24 of file unstructured_grid_mod.F90.

◆ gridpoints

integer, dimension (on a given mpi task) unstructured_grid_mod::grid_type::gridpoints
private

Definition at line 25 of file unstructured_grid_mod.F90.

◆ igrid

integer unstructured_grid_mod::grid_type::igrid
private

Definition at line 24 of file unstructured_grid_mod.F90.

◆ index

integer unstructured_grid_mod::grid_type::index
private

Definition at line 24 of file unstructured_grid_mod.F90.

◆ lat

real(kind=kind_real), dimension(:), allocatable unstructured_grid_mod::grid_type::lat
private

Definition at line 30 of file unstructured_grid_mod.F90.

◆ latitude

real(kind=kind_real), dimension (in degrees: -90 to 90), allocatable unstructured_grid_mod::grid_type::latitude
private

Definition at line 30 of file unstructured_grid_mod.F90.

◆ levels

integer unstructured_grid_mod::grid_type::levels
private

Definition at line 26 of file unstructured_grid_mod.F90.

◆ lmask

logical, dimension(:,:), allocatable unstructured_grid_mod::grid_type::lmask
private

Definition at line 33 of file unstructured_grid_mod.F90.

◆ lon

real(kind=kind_real), dimension(:), allocatable unstructured_grid_mod::grid_type::lon
private

Definition at line 29 of file unstructured_grid_mod.F90.

◆ longitude

real(kind=kind_real), dimension (in degrees: -180 to 180), allocatable unstructured_grid_mod::grid_type::longitude
private

Definition at line 29 of file unstructured_grid_mod.F90.

◆ mask

logical, allocatable unstructured_grid_mod::grid_type::mask
private

Definition at line 33 of file unstructured_grid_mod.F90.

◆ nl0

integer unstructured_grid_mod::grid_type::nl0
private

Definition at line 26 of file unstructured_grid_mod.F90.

◆ nmga

integer unstructured_grid_mod::grid_type::nmga
private

Definition at line 25 of file unstructured_grid_mod.F90.

◆ nts

integer unstructured_grid_mod::grid_type::nts
private

Definition at line 28 of file unstructured_grid_mod.F90.

◆ number

integer unstructured_grid_mod::grid_type::number
private

Definition at line 25 of file unstructured_grid_mod.F90.

◆ nv

integer unstructured_grid_mod::grid_type::nv
private

Definition at line 27 of file unstructured_grid_mod.F90.

◆ of

integer unstructured_grid_mod::grid_type::of
private

Definition at line 24 of file unstructured_grid_mod.F90.

◆ the

integer unstructured_grid_mod::grid_type::the
private

Definition at line 24 of file unstructured_grid_mod.F90.

◆ timeslots

integer unstructured_grid_mod::grid_type::timeslots
private

Definition at line 28 of file unstructured_grid_mod.F90.

◆ unit

real(kind=kind_real), allocatable unstructured_grid_mod::grid_type::unit
private

Definition at line 32 of file unstructured_grid_mod.F90.

◆ variables

integer unstructured_grid_mod::grid_type::variables
private

Definition at line 27 of file unstructured_grid_mod.F90.

◆ vertical

real(kind=kind_real), allocatable unstructured_grid_mod::grid_type::vertical
private

Definition at line 32 of file unstructured_grid_mod.F90.

◆ vunit

real(kind=kind_real), dimension(:,:), allocatable unstructured_grid_mod::grid_type::vunit
private

Definition at line 32 of file unstructured_grid_mod.F90.


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