|
NCEPLIBS-g2
3.4.5
|
This Fortran Module contains info on all the available GRIB Parameters. More...
Go to the source code of this file.
Data Types | |
| type | params::gribparam |
Modules | |
| module | params |
| This Fortran Module contains info on all the available GRIB Parameters. | |
Functions/Subroutines | |
| subroutine | params::param_g1_to_g2 (g1val, g1ver, g2disc, g2cat, g2num) |
| This subroutine returns the corresponding GRIB2 Discipline Category and Number for a given GRIB1 parameter value and table version. More... | |
| subroutine | params::param_g2_to_g1 (g2disc, g2cat, g2num, g1val, g1ver) |
| This subroutine returns the GRIB 1 parameter number for a given GRIB2 Discipline, Category and Parameter number. More... | |
| character(len=8) function | params::param_get_abbrev (g2disc, g2cat, g2num) |
| This function returns the parameter abbreviation for a given GRIB2 Discipline, Category and Parameter number. More... | |
Variables | |
| integer, parameter | params::maxparam =2000 |
| maximum number of GRIB parameters. More... | |
| type(gribparam), dimension(maxparam) | params::paramlist |
| list of GRIB parameters. More... | |
This Fortran Module contains info on all the available GRIB Parameters.
Definition in file params.f.