NCEPLIBS-g2  3.5.0
g2grids.F90 File Reference

This Fortran Module allows access to predefined GRIB2 Grid Definition Templates (GDT) stored in a file. More...

Go to the source code of this file.

Modules

module  g2grids
 Allow access to predefined GRIB2 Grid Definition Templates (GDT) stored in a file.
 

Functions/Subroutines

subroutine g2grids::freegridlist ()
 This subroutine frees the memory allocated for the linked list of grid templates stored in module variable gridlist. More...
 
subroutine g2grids::getgridbyname (lunit, name, igdtn, igdtmpl, iret)
 This subroutine searches a file referenced by fortran unit lunit for a Grid Definition Template assigned to the requested name. More...
 
subroutine g2grids::getgridbynum (lunit, number, igdtn, igdtmpl, iret)
 This subroutine searches a file referenced by fortran unit lunit for a Grid Definition Template assigned to the requested number. More...
 
integer function g2grids::readgrids (lunit)
 This function reads the list of GDT entries in the file associated with fortran unit, lunit. More...
 

Variables

integer, parameter g2grids::maxtemp = 200
 maximum template number for grid definition. More...
 
integer g2grids::num_grids = 0
 the number of grids. More...
 

Detailed Description

This Fortran Module allows access to predefined GRIB2 Grid Definition Templates (GDT) stored in a file.

Author
Stephen Gilbert
Date
2004-04-27

Definition in file g2grids.F90.