NCEPLIBS-ip
5.0.0
|
Grib-2 descriptor containing a grib2 GDT represented by an integer array. More...
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... | |
Grib-2 descriptor containing a grib2 GDT represented by an integer array.
Definition at line 47 of file ip_grid_descriptor_mod.F90.
|
privateinherited |
Test whether two grid descriptors are the same.
Definition at line 32 of file ip_grid_descriptor_mod.F90.
|
private |
Test whether two grid descriptors are the same.
Definition at line 53 of file ip_grid_descriptor_mod.F90.
|
private |
Length of the template.
Definition at line 49 of file ip_grid_descriptor_mod.F90.
|
private |
Grid number which represents grid type.
Definition at line 48 of file ip_grid_descriptor_mod.F90.
|
private |
Grib-2 grid definition template.
Definition at line 50 of file ip_grid_descriptor_mod.F90.
|
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.