|
NCEPLIBS-g2
3.4.5
|
This Fortran Module allows access to predefined GRIB2 Grid Definition Templates stored in a file. More...
Go to the source code of this file.
Modules | |
| module | g2grids |
| This Fortran Module allows access to predefined GRIB2 Grid Definition Templates stored in a file. | |
Functions/Subroutines | |
| 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... | |
This Fortran Module allows access to predefined GRIB2 Grid Definition Templates stored in a file.
Definition in file g2grids.f.