Info on all the available GRIB Parameters.
More...
Go to the source code of this file.
|
module | params |
| This Fortran Module contains info on all the available GRIB Parameters, and their GRIB1 and GRIB2 codes.
|
|
|
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.
|
|
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.
|
|
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.
|
|
Info on all the available GRIB Parameters.
- Author
- Stephen Gilbert
- Date
- 2001-06-05
Definition in file params.F90.
◆ params::gribparam
This type holds information about GRIB parameters.
Definition at line 17 of file params.F90.
Data Fields |
character(len=8) |
abbrev |
Abbreviation. |
integer |
g1tblver |
GRIB1 table version. |
integer |
grib1val |
GRIB1 value. |
integer |
grib2cat |
GRIB2 category number. |
integer |
grib2dsc |
GRIB2 discipline category. |
integer |
grib2num |
GRIB2 parameter number. |