NCEPLIBS-g2
3.5.0
|
This Fortran Module contains info on all the available ECMWF GRIB Parameters. More...
Go to the source code of this file.
Data Types | |
type | params_ecmwf::gribparam |
Modules | |
module | params_ecmwf |
This Fortran Module contains info on all the available ECMWF GRIB Parameters. | |
Functions/Subroutines | |
subroutine | params_ecmwf::param_ecmwf_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_ecmwf::param_ecmwf_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... | |
Variables | |
integer, parameter | params_ecmwf::maxparam =179 |
maximum number of ECMWF GRIB parameters. More... | |
type(gribparam), dimension(maxparam) | params_ecmwf::paramlist |
list of ECMWF GRIB parameters. More... | |
This Fortran Module contains info on all the available ECMWF GRIB Parameters.
Definition in file params_ecmwf.F90.
type params_ecmwf::gribparam |
Definition at line 14 of file params_ecmwf.F90.
Data Fields | ||
---|---|---|
character(len=8) | abbrev | |
integer | g1tblver | |
integer | grib1val | |
integer | grib2cat | |
integer | grib2dsc | |
integer | grib2num |