This Fortran module contains info on all the available GRIB2 Grid Definition Templates used in Section 3 - the Grid Definition Section (GDS).
More...
|
subroutine | gridtemplates::extgridtemplate (number, list, nummap, map) |
| Generate the remaining octet map for a given Grid Definition Template, if required.
|
|
integer function | gridtemplates::getgdtlen (number) |
| This function returns the initial length (number of entries) in the static part of specified Grid Definition Template.
|
|
integer function | gridtemplates::getgridindex (number) |
| Return the index of specified Grid Definition Template.
|
|
subroutine | gridtemplates::getgridtemplate (number, nummap, map, needext, iret) |
| Get the grid template information for a specified Grid Definition Template.
|
|
This Fortran module contains info on all the available GRIB2 Grid Definition Templates used in Section 3 - the Grid Definition Section (GDS).
- Author
- Stephen Gilbert
- Date
- 2000-05-09
Definition in file gridtemplates.F90.