NCEPLIBS-ip 5.2.0
|
Abstract descriptor object which represents a grib1 or grib2 descriptor. More...
Public Member Functions | |
procedure | is_same_grid (grid1, grid2) |
Test whether two grid descriptors are the same. | |
Data Fields | |
integer | grid_num |
Integer representing the grid type (see *_GRID_ID_GRIB1/2 in ip_grid_mod). | |
Abstract descriptor object which represents a grib1 or grib2 descriptor.
Definition at line 28 of file ip_grid_descriptor_mod.F90.
procedure ip_grid_descriptor_mod::ip_grid_descriptor::is_same_grid | ( | class(ip_grid_descriptor), intent(in) | grid1, |
class(ip_grid_descriptor), intent(in) | grid2 | ||
) |
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.
integer ip_grid_descriptor_mod::ip_grid_descriptor::grid_num |
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.