NCEPLIBS-g2  3.4.5
pdstemplates.f File Reference

This Fortran Module contains info on all the available GRIB2 Product Definition Templates used in Section 4 (PDS). More...

Go to the source code of this file.

Data Types

type  pdstemplates::pdstemplate
 

Modules

module  pdstemplates
 This Fortran Module contains info on all the available GRIB2 Product Definition Templates used in Section 4 (PDS).
 

Functions/Subroutines

subroutine pdstemplates::extpdstemplate (number, list, nummap, map)
 This subroutine generates the remaining octet map for a given Product Definition Template, if required. More...
 
integer function pdstemplates::getpdsindex (number)
 This function returns the index of specified Product Definition Template 4.NN (NN=number) in array templates. More...
 
subroutine pdstemplates::getpdstemplate (number, nummap, map, needext, iret)
 This subroutine returns PDS template information for a specified Product Definition Template 4.NN. More...
 
integer function pdstemplates::getpdtlen (number)
 This function returns the initial length (number of entries) in the "static" part of specified Product Definition Template 4.number. More...
 

Variables

integer, parameter pdstemplates::maxlen =200
 MAXLEN max length of entries. More...
 
integer, parameter pdstemplates::maxtemp =43
 MAXTEMP maximum number of templates. More...
 
type(pdstemplate), dimension(maxtemp) pdstemplates::templates
 template in type of pdstemplate More...
 

Detailed Description

This Fortran Module contains info on all the available GRIB2 Product Definition Templates used in Section 4 (PDS).

Author
Stephen Gilbert
Date
2000-05-11

Definition in file pdstemplates.f.


Data Type Documentation

◆ pdstemplates::pdstemplate

type pdstemplates::pdstemplate

Definition at line 59 of file pdstemplates.f.

Data Fields
integer, dimension(maxlen) mappds
integer mappdslen
logical needext
integer template_num