NCEPLIBS-g2  3.4.5
gridtemplates.f File Reference

This Fortran Module contains info on all the available GRIB2 Grid Definition Templates used in Section 3 (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 (GDS).
 

Functions/Subroutines

subroutine gridtemplates::extgridtemplate (number, list, nummap, map)
 This subroutine generates 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 3.number. More...
 
integer function gridtemplates::getgridindex (number)
 This function returns the index of specified Grid Definition Template 3.NN in array templates. More...
 
subroutine gridtemplates::getgridtemplate (number, nummap, map, needext, iret)
 This subroutine grid template information for a specified Grid Definition Template 3.NN. 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...
 

Detailed Description

This Fortran Module contains info on all the available GRIB2 Grid Definition Templates used in Section 3 (GDS).

Author
Stephen Gilbert
Date
2000-05-09

Definition in file gridtemplates.f.


Data Type Documentation

◆ gridtemplates::gridtemplate

type gridtemplates::gridtemplate

Definition at line 50 of file gridtemplates.f.

Data Fields
integer, dimension(maxlen) mapgrid
integer mapgridlen
logical needext
integer template_num