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

Abstract descriptor object which represents a grib1 or grib2 descriptor. More...

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

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

Detailed Description

Abstract descriptor object which represents a grib1 or grib2 descriptor.

Date
July 2021

Definition at line 28 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 
)

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.

Field Documentation

◆ grid_num

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.


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