NCEPLIBS-g2
3.5.0
|
Info on all the available GRIB Parameters. More...
Go to the source code of this file.
Data Types | |
type | params::gribparam |
This type holds information about GRIB parameters. More... | |
Modules | |
module | params |
This Fortran Module contains info on all the available GRIB Parameters, and their GRIB1 and GRIB2 codes. | |
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... | |
type params::gribparam |
This type holds information about GRIB parameters.
Definition at line 17 of file params.F90.