|
NCEPLIBS-g2
3.4.8
|
This Fortran module contains info on all the available GRIB2 Grid Definition Templates used in Section 3 - the Grid Definition Section (GDS). More...
Go to the source code of this file.
Data Types | |
| type | gridtemplates::gridtemplate |
Modules | |
| module | gridtemplates |
| This Fortran module contains info on all the available GRIB2 Grid Definition Templates used in [Section 3 - the Grid Definition Section (GDS)](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_sect3.shtml). | |
Functions/Subroutines | |
| subroutine | gridtemplates::extgridtemplate (number, list, nummap, map) |
| Generate the remaining octet map for a given Grid Definition Template, if required. More... | |
| integer function | gridtemplates::getgdtlen (number) |
| This function returns the initial length (number of entries) in the static part of specified Grid Definition Template. More... | |
| integer function | gridtemplates::getgridindex (number) |
| Return the index of specified Grid Definition Template. More... | |
| subroutine | gridtemplates::getgridtemplate (number, nummap, map, needext, iret) |
| Get the grid template information for a specified Grid Definition Template. More... | |
Variables | |
| integer, parameter | gridtemplates::maxlen = 200 |
| maximum number of octets in mapgrid More... | |
| integer, parameter | gridtemplates::maxtemp = 31 |
| maximum number of entries in the template More... | |
| type(gridtemplate), dimension(maxtemp) | gridtemplates::templates |
| a gridtemplate type More... | |
This Fortran module contains info on all the available GRIB2 Grid Definition Templates used in Section 3 - the Grid Definition Section (GDS).
Definition in file gridtemplates.F90.
| type gridtemplates::gridtemplate |
Definition at line 45 of file gridtemplates.F90.
| Data Fields | ||
|---|---|---|
| integer, dimension(maxlen) | mapgrid | |
| integer | mapgridlen | |
| logical | needext | |
| integer | template_num | |