NCEPLIBS-ip
4.4.0
|
Descriptor representing a grib1 grib descriptor section (GDS) with an integer array. More...
Private Member Functions | |
procedure | is_same_grid |
Test whether two grid descriptors are the same. More... | |
procedure | is_same_grid_grib1 |
Test whether two grid descriptors are the same. More... | |
Private Attributes | |
integer, dimension(200) | gds |
Grib-1 grib descriptor section (GDS) More... | |
integer | grid_num |
Integer representing the grid type (see *_GRID_ID_GRIB1/2 in ip_grid_mod). More... | |
Descriptor representing a grib1 grib descriptor section (GDS) with an integer array.
Definition at line 38 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 42 of file ip_grid_descriptor_mod.F90.
|
private |
Grib-1 grib descriptor section (GDS)
Definition at line 39 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.