NCEPLIBS-ip 5.2.0
Loading...
Searching...
No Matches
ip_grid_descriptor_mod::grib1_descriptor Type Reference

Descriptor representing a grib1 grib descriptor section (GDS) with an integer array. More...

Inheritance diagram for ip_grid_descriptor_mod::grib1_descriptor:
ip_grid_descriptor_mod::ip_grid_descriptor

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).
 

Detailed Description

Descriptor representing a grib1 grib descriptor section (GDS) with an integer array.

Date
July 2021

Definition at line 39 of file ip_grid_descriptor_mod.F90.

Member Function/Subroutine Documentation

◆ is_same_grid()

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 
)
inherited

Test whether two grid descriptors are the same.

Returns
N/A Test whether two grid descriptors are the same.
Parameters
[in]grid1An ip_grid_descriptor.
[in]grid2Another ip_grid_descriptor.
Returns
True if the grids are the same, false if they are not.
Author
Kyle Gerheiser
Date
July 2021

Definition at line 33 of file ip_grid_descriptor_mod.F90.

◆ is_same_grid_grib1()

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.

Returns
N/A Test whether two grib1_descriptors are the same.
Parameters
[in]selfThe grib1_descriptor which this routine was called on.
[in]grid_descA grib1_descriptor to compare.
Returns
True if the grids are the same, false if they are not.
Author
Kyle Gerheiser
Date
July 2021

Definition at line 44 of file ip_grid_descriptor_mod.F90.

Field Documentation

◆ gds

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.

◆ grid_num

integer ip_grid_descriptor_mod::ip_grid_descriptor::grid_num
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.


The documentation for this type was generated from the following file: