NCEPLIBS-ip  4.4.0
ip_grid_descriptor_mod::grib2_descriptor Type Reference

Grib-2 descriptor containing a grib2 GDT represented by an integer array. More...

Inheritance diagram for ip_grid_descriptor_mod::grib2_descriptor:
ip_grid_descriptor_mod::ip_grid_descriptor

Private Member Functions

procedure is_same_grid
 Test whether two grid descriptors are the same. More...
 
procedure is_same_grid_grib2
 Test whether two grid descriptors are the same. More...
 

Private Attributes

integer gdt_len
 Length of the template. More...
 
integer gdt_num
 Grid number which represents grid type. More...
 
integer, dimension(:), allocatable gdt_tmpl
 Grib-2 grid definition template. More...
 
integer grid_num
 Integer representing the grid type (see *_GRID_ID_GRIB1/2 in ip_grid_mod). More...
 

Detailed Description

Grib-2 descriptor containing a grib2 GDT represented by an integer array.

Date
July 2021

Definition at line 47 of file ip_grid_descriptor_mod.F90.

Member Function/Subroutine Documentation

◆ is_same_grid()

procedure ip_grid_descriptor_mod::ip_grid_descriptor::is_same_grid
privateinherited

Test whether two grid descriptors are the same.

Returns
N/A

Definition at line 32 of file ip_grid_descriptor_mod.F90.

◆ is_same_grid_grib2()

procedure ip_grid_descriptor_mod::grib2_descriptor::is_same_grid_grib2
private

Test whether two grid descriptors are the same.

Returns
N/A

Definition at line 53 of file ip_grid_descriptor_mod.F90.

Field Documentation

◆ gdt_len

integer ip_grid_descriptor_mod::grib2_descriptor::gdt_len
private

Length of the template.

Definition at line 49 of file ip_grid_descriptor_mod.F90.

◆ gdt_num

integer ip_grid_descriptor_mod::grib2_descriptor::gdt_num
private

Grid number which represents grid type.

Definition at line 48 of file ip_grid_descriptor_mod.F90.

◆ gdt_tmpl

integer, dimension(:), allocatable ip_grid_descriptor_mod::grib2_descriptor::gdt_tmpl
private

Grib-2 grid definition template.

Definition at line 50 of file ip_grid_descriptor_mod.F90.

◆ grid_num

integer ip_grid_descriptor_mod::ip_grid_descriptor::grid_num
privateinherited

Integer representing the grid type (see *_GRID_ID_GRIB1/2 in ip_grid_mod).

Definition at line 29 of file ip_grid_descriptor_mod.F90.


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