NCEPLIBS-ip 5.2.0
|
Grib-2 descriptor containing a grib2 GDT represented by an integer array. More...
Public Member Functions | |
procedure | is_same_grid (grid1, grid2) |
Test whether two grid descriptors are the same. | |
procedure | is_same_grid_grib2 (self, grid_desc) |
Test whether two grid descriptors are the same. | |
Data Fields | |
integer | gdt_len |
Length of the template. | |
integer | gdt_num |
Grid number which represents grid type. | |
integer, dimension(:), allocatable | gdt_tmpl |
Grib-2 grid definition template. | |
integer | grid_num |
Integer representing the grid type (see *_GRID_ID_GRIB1/2 in ip_grid_mod). | |
Grib-2 descriptor containing a grib2 GDT represented by an integer array.
Definition at line 49 of file ip_grid_descriptor_mod.F90.
|
inherited |
Test whether two grid descriptors are the same.
[in] | grid1 | An ip_grid_descriptor. |
[in] | grid2 | Another ip_grid_descriptor. |
Definition at line 33 of file ip_grid_descriptor_mod.F90.
procedure ip_grid_descriptor_mod::grib2_descriptor::is_same_grid_grib2 | ( | class(grib2_descriptor), intent(in) | self, |
class(grib2_descriptor), intent(in) | grid_desc | ||
) |
Test whether two grid descriptors are the same.
[in] | self | The grib2_descriptor which this routine was called on. |
[in] | grid_desc | grib2_descriptor to compare. |
Definition at line 56 of file ip_grid_descriptor_mod.F90.
integer ip_grid_descriptor_mod::grib2_descriptor::gdt_len |
Length of the template.
Definition at line 51 of file ip_grid_descriptor_mod.F90.
integer ip_grid_descriptor_mod::grib2_descriptor::gdt_num |
Grid number which represents grid type.
Definition at line 50 of file ip_grid_descriptor_mod.F90.
integer, dimension(:), allocatable ip_grid_descriptor_mod::grib2_descriptor::gdt_tmpl |
Grib-2 grid definition template.
Definition at line 52 of file ip_grid_descriptor_mod.F90.
|
inherited |
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.