|
NCEPLIBS-g2
3.4.5
|
This Fortran Module contains info on all the available GRIB2 Data Representation Templates used in Section 5 (DRS). More...
Go to the source code of this file.
Data Types | |
| type | drstemplates::drstemplate |
Modules | |
| module | drstemplates |
| This Fortran Module contains info on all the available GRIB2 Data Representation Templates used in Section 5 (DRS). | |
Functions/Subroutines | |
| subroutine | drstemplates::extdrstemplate (number, list, nummap, map) |
| This subroutine generates the remaining octet map for a given Data Representation Template, if required. More... | |
| integer function | drstemplates::getdrsindex (number) |
| This function returns the index of specified Data Representation Template 5.NN (NN=number) in array templates. More... | |
| subroutine | drstemplates::getdrstemplate (number, nummap, map, needext, iret) |
| This subroutine returns DRS template information for a . More... | |
Variables | |
| integer, parameter | drstemplates::maxlen =200 |
| maximum number of octets in mapgrid More... | |
| integer, parameter | drstemplates::maxtemp =9 |
| maximum number of entries in the template More... | |
| type(drstemplate), dimension(maxtemp) | drstemplates::templates |
| template in type of drstemplate More... | |
This Fortran Module contains info on all the available GRIB2 Data Representation Templates used in Section 5 (DRS).
Definition in file drstemplates.f.
| type drstemplates::drstemplate |
Definition at line 43 of file drstemplates.f.
| Data Fields | ||
|---|---|---|
| integer, dimension(maxlen) | mapdrs | |
| integer | mapdrslen | |
| logical | needext | |
| integer | template_num | |