NCEPLIBS-ip 5.2.0
|
Descriptor representing a grib1 grib descriptor section (GDS) with 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_grib1 (self, grid_desc) |
Test whether two grid descriptors are the same. | |
Data Fields | |
integer, dimension(200) | gds |
Grib-1 grib descriptor section (GDS) | |
integer | grid_num |
Integer representing the grid type (see *_GRID_ID_GRIB1/2 in ip_grid_mod). | |
Descriptor representing a grib1 grib descriptor section (GDS) with an integer array.
Definition at line 39 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::grib1_descriptor::is_same_grid_grib1 | ( | class(grib1_descriptor), intent(in) | self, |
class(grib1_descriptor), intent(in) | grid_desc | ||
) |
Test whether two grid descriptors are the same.
[in] | self | The grib1_descriptor which this routine was called on. |
[in] | grid_desc | A grib1_descriptor to compare. |
Definition at line 44 of file ip_grid_descriptor_mod.F90.
integer, dimension(200) ip_grid_descriptor_mod::grib1_descriptor::gds |
Grib-1 grib descriptor section (GDS)
Definition at line 40 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.